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

PageLoad checking while useful is redundant for tests that only check for 404 issues #67

Closed premganz closed 5 years ago

premganz commented 5 years ago

An additional method is introduced in the Page interface, where the page communicates and allow configuration if it is infact requiring itself to be verified for loading. The verifier can treat the page as reliablyloading and not needing any verfiication (For its purposes) and accordingly proceed with using the pagefactory quicker

premganz commented 5 years ago

Fixed 1.7.11 however a more sophisticated fix is needed with a 'plugin mechainsm' of postprocessors might help. Raise new ticket if that refactoring is needed. It might as well allow decoupling profiling from navmodule