You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to login to LinkedIn causes the script to fail. This is because the login boxes for LinkedIn have the word "email" as the id, and not the name. To fix this, a new rule needs to be added under find_element_by_xpath for both username and password to have the id contain "email" for username or "password" for password.
The text was updated successfully, but these errors were encountered:
Attempting to login to LinkedIn causes the script to fail. This is because the login boxes for LinkedIn have the word "email" as the id, and not the name. To fix this, a new rule needs to be added under
find_element_by_xpath
for both username and password to have the id contain "email" for username or "password" for password.The text was updated successfully, but these errors were encountered: