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 9430c8f commit 39a8c9fCopy full SHA for 39a8c9f
seleniumbase/plugins/pytest_plugin.py
@@ -11,7 +11,7 @@ def pytest_addoption(parser):
11
'SeleniumBase specific configuration options')
12
parser.addoption('--browser', action="store",
13
dest='browser',
14
- choices=constants.Browser.VERSION.keys(),
+ choices=constants.ValidBrowsers.valid_browsers,
15
default=constants.Browser.GOOGLE_CHROME,
16
help="""Specifies the web browser to use. Default: Chrome.
17
If you want to use Firefox, explicitly indicate that.
0 commit comments