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

2019-02-01 Thread mhysnm1964
Everyone, Thanks for the pointers. From: George Fischhof Sent: Saturday, 2 February 2019 2:42 AM To: mhysnm1...@gmail.com Cc: tutor@python.org Subject: Re: [Tutor] How to get Selenium to wait for page load mailto:mhysnm1...@gmail.com> > ezt írta (időpont: 2019. jan. 31.,

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

2019-02-01 Thread George Fischhof
ezt írta (időpont: 2019. jan. 31., Cs 12:07): > 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-wa

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

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 >