0

I need to verify data contained in an excel worksheet against a database. The access to the DB is via a web page so I need to login and then manually enter lots of information and submit it one at a time.

So far I have been able to automate the login process via selenium (easy) and Python, my problem is that the web application is written is such a way that once logged in, the original page is closed and a new one is opened so my control over the original one is lost (so I guess). What can I do to gain control over the new page?

I am not a developer so, for those who are helping, please be specific. Thank you all.

bendl
  • 1,583
  • 1
  • 18
  • 41
  • 2
    Did you check [this one](https://stackoverflow.com/questions/10629815/handle-multiple-window-in-python)? – Andersson Aug 18 '17 at 13:57
  • 2
    Possible duplicate of [Handle multiple window in Python](https://stackoverflow.com/questions/10629815/handle-multiple-window-in-python) – Professor_Joykill Aug 18 '17 at 14:20

0 Answers0