We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6346a32 commit 5083c39Copy full SHA for 5083c39
tests/conftest.py
@@ -53,6 +53,7 @@ def browser(foxpuppet: FoxPuppet) -> BrowserWindow:
53
def firefox_options(firefox_options: FirefoxOptions) -> FirefoxOptions:
54
"""Fixture for configuring Firefox."""
55
firefox_options.log.level = "trace" # type: ignore
56
+ firefox_options.set_preference("remote.system-access-check.enabled", False)
57
# firefox_options.set_preference('devtools.chrome.enabled', True)
58
# firefox_options.set_preference('devtools.debugger.remote-enabled', True)
59
return firefox_options
0 commit comments