[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:

[wtr-general] Watir + Rspec + POM a good combination?

2014-06-20 Thread Avinash Duggirala
Hi all, I am new to Watir. I have explored to create a project with combination of Watir Webdriver + Rspec Framework + POM. I need suggestions whether choosing this combination is a good option or not?While exploring I could not find any example project in this combination. I got examples for

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.

Re: [wtr-general] Watir + Rspec + POM a good combination?

2014-06-20 Thread Rafael Lima
I know of two gems that you can use for Page Objects : Taza and Page Object. On Monday, June 16, 2014, Avinash Duggirala avi.ursk...@gmail.com wrote: Hi all, I am new to Watir. I have explored to create a project with combination of Watir Webdriver + Rspec Framework + POM. I need