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 98d5d3f commit f8b5edaCopy full SHA for f8b5eda
py/conftest.py
@@ -214,7 +214,7 @@ def get_options(driver_class, config):
214
headless = config.option.headless
215
bidi = config.option.bidi
216
217
- options = options = getattr(webdriver, f"{driver_class}Options")()
+ options = getattr(webdriver, f"{driver_class}Options")()
218
219
if browser_path or browser_args:
220
if driver_class == "WebKitGTK":
0 commit comments