Skip to content

Commit f4518b8

Browse files
authored
[py] Add unhandled prompt behavior to 'ignore' option if BiDi is enabled (#14440)
1 parent f9b043e commit f4518b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def get_options(driver_class, config):
215215
options = getattr(webdriver, f"{driver_class}Options")()
216216

217217
options.web_socket_url = True
218+
options.unhandled_prompt_behavior = "ignore"
218219

219220
return options
220221

0 commit comments

Comments
 (0)