Skip to content

Commit b4098b7

Browse files
committed
disable security warning bar
1 parent 7c8f03e commit b4098b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ def setup_driver(self) -> WebDriver:
950950
# Selenium webdriver options
951951
chrome_options = webdriver.ChromeOptions()
952952
chrome_options.add_argument("--no-sandbox")
953+
chrome_options.add_argument("--test-type")
953954
chrome_options.add_argument("--headless")
954955
chrome_options.add_argument("--disable-gpu")
955956
chrome_options.add_argument("--disable-extensions")

0 commit comments

Comments
 (0)