madingess / EasyApplyBot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
GNU General Public License v3.0
101 stars 113 forks source link

Webdriver got multiple values #25

Closed iakramdurrani closed 8 months ago

iakramdurrani commented 1 year ago

driver = webdriver.Chrome(ChromeDriverManager().install(), options=browser_options) TypeError: WebDriver.init() got multiple values for argument 'options'

i just installed this but i am unable to run it.

can anyone assist on this error. thanks

iakramdurrani commented 1 year ago

this is what i see,

/Users/akramdurrani/PycharmProjects/LinkedIn-Easy-Apply-Bot/venv/bin/python /Users/akramdurrani/PycharmProjects/LinkedIn-Easy-Apply-Bot/main.py Traceback (most recent call last): File "/Users/akramdurrani/PycharmProjects/LinkedIn-Easy-Apply-Bot/main.py", line 123, in browser = init_browser() File "/Users/akramdurrani/PycharmProjects/LinkedIn-Easy-Apply-Bot/main.py", line 16, in init_browser driver = webdriver.Chrome(ChromeDriverManager().install(), chrome_options=browser_options) TypeError: WebDriver.init() got an unexpected keyword argument 'chrome_options'

Process finished with exit code 1

a response will be much appreciated. thank you

OsricDhoubhadel commented 1 year ago

I get the same issue. Please let me know if you find a way to resolve this

voidbydefault commented 1 year ago

This repo has been abandoned, I have forked it for maintenance. Get new code from (https://github.com/voidbydefault/EasyApplyBot/)

madingess commented 8 months ago

Greetings folks,

I've decided to give this neglected some attention. You should find it properly maintained once more. You should find this issue fixed. Credits to @okazaki0 for his contribution on this one.

Please reopen with details if you continue to encounter this issue.