selenium - Web site atuomation via python -


i need verify data contained in excel worksheet against database. access db via web page need login , manually enter lots of information , submit 1 @ time.

so far have been able automate login process via selenium (easy) , python, problem web application written such way once logged in, original page closed , new 1 opened control on original 1 lost (so guess). can gain control on new page?

i not developer so, helping, please specific. thank all.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -