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 ae2caf2 commit 00ebb71Copy full SHA for 00ebb71
py/conftest.py
@@ -160,7 +160,7 @@ def fin():
160
options = get_options(driver_class, request.config)
161
if driver_class == "WebKitGTK":
162
163
- if driver_class.lower() == "WPEWebKit":
+ if driver_class == "WPEWebKit":
164
165
if driver_class == "Remote":
166
options = get_options("Firefox", request.config) or webdriver.FirefoxOptions()
0 commit comments