Skip to content

Commit 39a8c9f

Browse files
committed
Update pytest plugin
1 parent 9430c8f commit 39a8c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def pytest_addoption(parser):
1111
'SeleniumBase specific configuration options')
1212
parser.addoption('--browser', action="store",
1313
dest='browser',
14-
choices=constants.Browser.VERSION.keys(),
14+
choices=constants.ValidBrowsers.valid_browsers,
1515
default=constants.Browser.GOOGLE_CHROME,
1616
help="""Specifies the web browser to use. Default: Chrome.
1717
If you want to use Firefox, explicitly indicate that.

0 commit comments

Comments
 (0)