Skip to content

Commit 87bd318

Browse files
committed
🙏 fixating chromedriver version
1 parent 1e87307 commit 87bd318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def driver():
6464
options.add_argument("--headless")
6565
# options.add_argument("--no=sandbox")
6666
driver = webdriver.Chrome(
67-
ChromeDriverManager(chrome_type=ChromeType.GOOGLE).install(),
67+
ChromeDriverManager(chrome_type=ChromeType.GOOGLE, driver_version="114.0.5735.90").install(),
6868
options=options,
6969
desired_capabilities=d,
7070
)

0 commit comments

Comments
 (0)