federicohaag / LinkedInScraping

Scraping of LinkedIn Profiles: Creates an Excel file containing the personal data and the last job position of all the provided LinkedIn profiles.
119 stars 46 forks source link

Fix chromedriver compatibility issue #2

Closed xykong36 closed 4 years ago

xykong36 commented 4 years ago

When I try to run the crawler script, I had this issue image

I fixed the error by using webdriver_manager.chrome. ChromeDriverManager to handle the chromedriver version

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

federicohaag commented 4 years ago

Hi, thank you very much for your suggestion! I just released a new version and I took the opportunity to insert also your contribution.