We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d2b0 commit f8436f6Copy full SHA for f8436f6
codebender_testing/config.py
@@ -151,7 +151,6 @@ def create_webdriver(command_executor, desired_capabilities):
151
% (CHROME_EXT_MAX_CHROME_VERSION, desired_capabilities["version"]))
152
153
elif browser_name == "firefox":
154
- BROWSER = "firefox"
155
desired_capabilities = DesiredCapabilities.FIREFOX.copy()
156
desired_capabilities.update(_capabilities)
157
browser_profile = _get_firefox_profile()
0 commit comments