Skip to content

Commit

Permalink
[py] Add unhandled prompt behavior to 'ignore' option if BiDi is enab…
Browse files Browse the repository at this point in the history
…led (#14440)
  • Loading branch information
pujagani committed Aug 27, 2024
1 parent f9b043e commit f4518b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def get_options(driver_class, config):
options = getattr(webdriver, f"{driver_class}Options")()

options.web_socket_url = True
options.unhandled_prompt_behavior = "ignore"

return options

Expand Down

0 comments on commit f4518b8

Please sign in to comment.