Skip to content

Commit

Permalink
[py] Support BiDi tests on all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 8, 2024
1 parent 4676beb commit 011b9d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ def get_options(driver_class, config):
if not options:
options = getattr(webdriver, f"{driver_class}Options")()

if driver_class == "Chrome" or driver_class == "Edge" or driver_class == "Firefox":
options.web_socket_url = True
options.web_socket_url = True

return options

Expand Down

0 comments on commit 011b9d2

Please sign in to comment.