premganz / SeleniumPageObjects

An implementation of the Page Object Pattern in Selenium along with a bunch of other features like KeyWords for oft used Webdriver calls, driver lifecycle management, effective logging and Test Script Templates
Other
2 stars 1 forks source link

Bug: Goto page crash recovery #20

Closed premganz closed 9 years ago

premganz commented 9 years ago

The goto page implementaion in the keyword library actually does not recover in case of WebDriver Exception, because it merely sleeps and reattempts, this is mostly irrecoverable. Its better that the whole test is restarted