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.
2 parents 9820d83 + ecb0dbf commit a622b07Copy full SHA for a622b07
py/conftest.py
@@ -163,7 +163,7 @@ def fin():
163
options = get_options(driver_class, request.config)
164
if driver_class == "WebKitGTK":
165
166
- if driver_class.lower() == "WPEWebKit":
+ if driver_class == "WPEWebKit":
167
168
if driver_class == "Remote":
169
options = get_options("Firefox", request.config) or webdriver.FirefoxOptions()
0 commit comments