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 56f29ee commit 841b106Copy full SHA for 841b106
scrapy_selenium/middlewares.py
@@ -54,7 +54,7 @@ def __init__(self, driver_name, driver_executable_path,
54
if driver_executable_path is not None:
55
driver_kwargs = {
56
'executable_path': driver_executable_path,
57
- f'{driver_name}_options': driver_options
+ f'options': driver_options
58
}
59
self.driver = driver_klass(**driver_kwargs)
60
# remote driver
0 commit comments