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:Browser crash in reusebrowser mode does not cause recovery #31

Closed premganz closed 8 years ago

premganz commented 8 years ago

Fixed in junitScript class and DriverFactory. The DriverFactory has a method called reportCrashOfDriver where a report of the crash must be made by the framework - Junit script makes it by default. Here the Factory gets a chance to recreate the reusedDriver or if in non reuse mode, to simply do nothing.

premganz commented 8 years ago

Fixed on somewhere ~19-dec