Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium Python
#2
You could try a webdriver wait for that input before actually searching it. Often that is the main cause for an unexpected "unable to locate element". But the first thing i would try is follow it (not in background) and see if a popup is between login and the main page. For example when i logged in, i got a page asking for a phone number not the main page, which would break the code.

Also please post the traceback in BBcode tags "error", not a screenshot. It helps us be able to copy and paste it.
Recommended Tutorials:
Reply


Messages In This Thread
Selenium Python - by migs2173 - May-12-2019, 04:16 AM
RE: Selenium Python - by metulburr - May-12-2019, 04:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,647 Nov-03-2017, 08:41 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020