wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

There is no such driver by url https:/chromedriver.storage.googleapis.com/119.0.6045/chromedriver_win32.zip #50

Closed JamesTsetsekas closed 9 months ago

JamesTsetsekas commented 9 months ago

image I was excited to hear about the updates so i pulled down the changes to give it a try but i am getting this error:

There is no such driver by url https:/chromedriver.storage.googleapis.com/119.0.6045/chromedriver_win32.zip

It seems the latest version for chromeddriver is 114, but i don't know if i can rollback to that version. Please assist, very excited to try pro version.

wodsuz commented 9 months ago

Please pull again make sure you have installed webdriver-manager,

pip install webdriver-manager and python -m pip install webdriver-manager --upgrade

On the new code there shouldn't be any globalLogic file It seems working on our Windows system, image

JamesTsetsekas commented 9 months ago

Solved, Thanks.