Skip to content

Commit e56ce1e

Browse files
committed
[py] Fixing FF context test for Python
1 parent 6135505 commit e56ce1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/marionette/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
@pytest.fixture
2525
def options():
2626
options = FirefoxOptions()
27+
options.add_argument("-remote-allow-system-access")
2728
return options
2829

2930

0 commit comments

Comments
 (0)