[Tutor] How to get Selenium to wait for page load

2019-01-31 Thread mhysnm1964
Hi all, I have found an excellent article on identifying stale elements. The issue is when I try and use their example code. I get a failure where for_wait is not defined. http://www.obeythetestinggoat.com/how-to-get-selenium-to-wait-for-page-load- after-a-click.html Traceback (most recent

Re: [Tutor] How to get Selenium to wait for page load

2019-01-31 Thread Marco Mistroni
Hi You won't find much help here as this is a python moist Have a look at WebDriverWait from selenium.webdriver.support.ui It allows you to wait for certain conditions Hth On Thu, Jan 31, 2019, 11:09 AM Hi all, > > > > I have found an excellent article on identifying stale elements. The issue >

Re: [Tutor] How to get Selenium to wait for page load

2019-01-31 Thread Mark Lawrence
On 31/01/2019 11:14, Marco Mistroni wrote: Hi You won't find much help here as this is a python moist I've no idea what the above is meant to mean. Have a look at WebDriverWait from selenium.webdriver.support.ui It allows you to wait for certain conditions Hth Please don't top post here a