You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: __init__() got an unexpected keyword argument 'firefox_options'
in
File ".../scrapy_selenium/middlewares.py", line 51, in init.
I looked at the code in "selenium/webdriver/firefox/webdriver.py". There is no more 'firefox_options', but there is 'options' (if i get it right).
The text was updated successfully, but these errors were encountered:
TypeError:
__init__()
got an unexpected keyword argument 'firefox_options'in
File ".../scrapy_selenium/middlewares.py", line 51, in init.
I looked at the code in "selenium/webdriver/firefox/webdriver.py". There is no more 'firefox_options', but there is 'options' (if i get it right).
The text was updated successfully, but these errors were encountered: