NathanDuma / LinkedIn-Easy-Apply-Bot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
223 stars 84 forks source link

Bot can't sign into LinkedIn -- not sure what is happening #37

Open knesgoda opened 2 years ago

knesgoda commented 2 years ago
Screen Shot 2022-06-24 at 11 08 16 AM
GNLaForgia-Bruner commented 2 years ago

Also having this issue and would really appreciate if someone can help to resolve.

GNLaForgia-Bruner commented 2 years ago

@NathanDuma can you please assist. This issue is spanning both Linkedin easy apply bots. Not interested in whose original code it is, but please assist with a fix if you're leaving this live.

otaha178 commented 2 years ago

Hey guys! you just need to change all line including find_element... like this
from self.browser.find_element_by_id( "username").send_keys(self.email)

 self.browser.find_element(By.ID, "username").send_keys(self.email)
 self.browser.find_element(By.ID, "password").send_keys(self.password)

check this https://selenium-python.readthedocs.io/locating-elements.html