Closed xykong36 closed 4 years ago
When I try to run the crawler script, I had this issue
I fixed the error by using webdriver_manager.chrome. ChromeDriverManager to handle the chromedriver version
webdriver_manager.chrome. ChromeDriverManager
more details in this stack overflow answer https://stackoverflow.com/questions/60296873/sessionnotcreatedexception-message-session-not-created-this-version-of-chrome
can you help approve this PR to fix it? Thanks. This project is awesome @federicohaag
Hi, thank you very much for your suggestion! I just released a new version and I took the opportunity to insert also your contribution.
When I try to run the crawler script, I had this issue
I fixed the error by using
webdriver_manager.chrome. ChromeDriverManager
to handle the chromedriver versionmore details in this stack overflow answer https://stackoverflow.com/questions/60296873/sessionnotcreatedexception-message-session-not-created-this-version-of-chrome
can you help approve this PR to fix it? Thanks. This project is awesome @federicohaag