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 e48cc00 commit 505f4b8Copy full SHA for 505f4b8
tests/conftest.py
@@ -182,7 +182,8 @@ def pytest_runtest_setup(item: Item) -> None:
182
# https://stackoverflow.com/questions/76430192/getting-typeerror-webdriver-init-got-an-unexpected-keyword-argument-desi
183
case "remote":
184
chrome_options = webdriver.ChromeOptions()
185
- chrome_options.browser_version = "117.0"
+ # https://aerokube.com/images/latest/#_chrome
186
+ chrome_options.browser_version = "127.0"
187
chrome_options.set_capability(
188
"selenoid:options",
189
{
0 commit comments