if u are getting this error TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path' i fixed it by downgrading selenium ver to 4.9 . if there is a way to make it work on the newer version let me know .
So let’s say I’m running this in a docker container and there’s only command line. Do I still need to install chrome to get the chrome driver to work? Is there something else that needs to be done? And does it have to be Google chrome or can chromium be used with the chrome driver?
How to use this "from webdriver_manager.chrome import ChromeDriverManager" and "from selenium.webdriver.chrome.service import Service"? in scrapy-selenium ? When i use only selenium is easy,just import above in code without to edit settings Because webdriver '' somepath" is always messy,and always give me output new version not suport weebdriver path
if u are getting this error TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'
i fixed it by downgrading selenium ver to 4.9 .
if there is a way to make it work on the newer version let me know .
Have you found a solution? I've got the same problem
Thank you for solution
pip install selenium==4.9 should fix the problem
How to handle pagination in this library?
So let’s say I’m running this in a docker container and there’s only command line. Do I still need to install chrome to get the chrome driver to work? Is there something else that needs to be done? And does it have to be Google chrome or can chromium be used with the chrome driver?
if you say selenium scrapy is not reliable which one can we use with scrapy for javascript sites on windows. Playwright is also not reliable..
How to use this "from webdriver_manager.chrome import ChromeDriverManager" and
"from selenium.webdriver.chrome.service import Service"? in scrapy-selenium ?
When i use only selenium is easy,just import above in code without to edit settings
Because webdriver '' somepath" is always messy,and always give me output new version not suport weebdriver path
When I use this method for another website, it through me error. Errorutils caught an errorErrorutils
Please provide the solution i will wait your answer