We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e87307 commit 87bd318Copy full SHA for 87bd318
tests/conftest.py
@@ -64,7 +64,7 @@ def driver():
64
options.add_argument("--headless")
65
# options.add_argument("--no=sandbox")
66
driver = webdriver.Chrome(
67
- ChromeDriverManager(chrome_type=ChromeType.GOOGLE).install(),
+ ChromeDriverManager(chrome_type=ChromeType.GOOGLE, driver_version="114.0.5735.90").install(),
68
options=options,
69
desired_capabilities=d,
70
)
0 commit comments