Skip to content

Commit dfff9df

Browse files
Nir.TalNir.Tal
authored andcommitted
fix: pin browser
1 parent d17218e commit dfff9df

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
@@ -160,7 +160,7 @@ def pytest_runtest_setup(item: Item) -> None:
160160
)
161161
chrome_options.enable_bidi = True
162162
# https://forum.robotframework.org/t/maximize-window-chromedriver-133/8416/3
163-
chrome_options.browser_version("132")
163+
chrome_options.browser_version = "132"
164164
chrome_options.add_argument("disable-dev-shm-usage")
165165
chrome_options.add_argument("no-sandbox")
166166
chrome_options.add_argument("allow-file-access-from-files")

0 commit comments

Comments
 (0)