clemfromspace / scrapy-selenium

Scrapy middleware to handle javascript pages using selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashes with selenium-4.0.0

RomanBukin opened this issue · comments

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).