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.
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_xpathfor both username and password to have the id contain "email" for username or "password" for password.