Re: [wtr-general] Auto reload

2014-06-21 Thread Oscar Rieken
Then really I would probably use something where I don't actually have to launch a browser if all I want is the data from a page. On Fri, Jun 20, 2014 at 12:31 PM, Alexander Farley alexander.s.far...@gmail.com wrote: I'm not testing the page which is failing, I'm using watir-webdriver just

[wtr-general] Auto reload

2014-06-20 Thread Alexander Farley
Is there a mechanism for automatically reloading if a page fails to load? I'm not talking about timeout. I am having cases where the page fails to load but reloads successfully on the 2nd attempt. Also posted at StackOverflow:

Re: [wtr-general] Auto reload

2014-06-20 Thread Oscar Rieken
To me it sounds like a defect in your product. I would probably just Fix that instead of trying to work around it. but thats me. On Thu, Jun 19, 2014 at 9:15 AM, Alexander Farley alexander.s.far...@gmail.com wrote: Is there a mechanism for automatically reloading if a page fails to load?

Re: [wtr-general] Auto reload

2014-06-20 Thread Alexander Farley
I'm not testing the page which is failing, I'm using watir-webdriver just for automation/scraping. On Friday, June 20, 2014 10:58:58 AM UTC-4, Oscar.Rieken wrote: To me it sounds like a defect in your product. I would probably just Fix that instead of trying to work around it. but thats me.