aminblm / linkedin-application-bot

A python bot to apply all Linkedin Easy Apply jobs based on your preferences.
https://www.linkedin.com/pulse/open-source-project-1-linkedin-application-bot-your-amin-sa8af/
Other
139 stars 58 forks source link

Error in main: 'str' object has no attribute 'capabilities' #21

Closed useradrian0000 closed 10 months ago

useradrian0000 commented 1 year ago

I get the next error when I try to launch Linkedin.py

Error in main: 'str' object has no attribute 'capabilities' ---Took: 0 minute(s). Traceback (most recent call last): File "C:\Users\adrian\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\common\driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path File "C:\Users\adrian\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\common\selenium_manager.py", line 71, in driver_location browser = options.capabilities["browserName"] AttributeError: 'str' object has no attribute 'capabilities'

bomzj commented 1 year ago

Confirm, I have the same blocker.

vignesh628 commented 1 year ago

Yes i faced the same

Johra444 commented 1 year ago

same

hsspratt commented 1 year ago

Did anyone manage to fix this?

bomzj commented 1 year ago

Did anyone manage to fix this?

@hsspratt Had to write my own LinkedIn bot instead :)

PixelFireXY commented 1 year ago

If you go to pull requests you can see the fix that if you have selenium above the 4.6.0 you don't need to add executable_url and in the latest version of Selenium you don't need to download webdriver.

aminblm commented 11 months ago

Hey everyone, I resumed the maintenance on this, is this issue still of actuality, did a solution come up ? Thanks for the reporting!