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 bf968cd commit 4e33cefCopy full SHA for 4e33cef
seleniumbase/plugins/pytest_plugin.py
@@ -12,6 +12,7 @@ def pytest_addoption(parser):
12
'SeleniumBase specific configuration options')
13
parser.addoption('--browser', action="store",
14
dest='browser',
15
+ type=str.lower,
16
choices=constants.ValidBrowsers.valid_browsers,
17
default=constants.Browser.GOOGLE_CHROME,
18
help="""Specifies the web browser to use. Default: Chrome.
0 commit comments