File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ def pytest_runtest_setup(item: Item) -> None:
159159 },
160160 )
161161 chrome_options .enable_bidi = True
162+ # https://forum.robotframework.org/t/maximize-window-chromedriver-133/8416/3
163+ chrome_options .browser_version ("132" )
162164 chrome_options .add_argument ("disable-dev-shm-usage" )
163165 chrome_options .add_argument ("no-sandbox" )
164166 chrome_options .add_argument ("allow-file-access-from-files" )
@@ -192,7 +194,7 @@ def pytest_runtest_setup(item: Item) -> None:
192194 case "remote" :
193195 chrome_options = webdriver .ChromeOptions ()
194196 # https://aerokube.com/images/latest/#_chrome
195- chrome_options .browser_version = "127 .0"
197+ chrome_options .browser_version = "128 .0"
196198 chrome_options .set_capability (
197199 "selenoid:options" ,
198200 {
You can’t perform that action at this time.
0 commit comments