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 d04bfee commit 5565f75Copy full SHA for 5565f75
py/conftest.py
@@ -353,7 +353,9 @@ def clean_driver(request):
353
except (AttributeError, TypeError):
354
raise Exception("This test requires a --driver to be specified")
355
356
+ options = get_options(driver_class, request.config)
357
driver_reference = getattr(webdriver, driver_class)
358
+
359
yield driver_reference
360
361
if request.node.get_closest_marker("no_driver_after_test"):
0 commit comments