your way of using Keys.RETURN in this case and wait_for_element_visible, wait_for_element_not_visible at the same time enlightens me thousands of idea I have not thought before. Great experience!
Hi sir! How would I do a wait after I manually login, and pass through a few security pages then to the page that I want automate. The program will get to the front page, and then wait for me to login through 4 security pages. And, then it finally lands on the page that I want to automate, and then it will click on "href" or title of the element of the page to open a new tab page.
If you need to manually intervene then its not possible to do that. However, if you are bypassing it programatically then you can just use regular wait for that particular condition
your way of using Keys.RETURN in this case and wait_for_element_visible, wait_for_element_not_visible at the same time enlightens me thousands of idea I have not thought before. Great experience!
Hi sir! How would I do a wait after I manually login, and pass through a few security pages then to the page that I want automate. The program will get to the front page, and then wait for me to login through 4 security pages. And, then it finally lands on the page that I want to automate, and then it will click on "href" or title of the element of the page to open a new tab page.
If you need to manually intervene then its not possible to do that. However, if you are bypassing it programatically then you can just use regular wait for that particular condition