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

Refactor WebElement Filters module #11

Closed premganz closed 8 years ago

premganz commented 8 years ago

the webelement filters is as it is comprised of a lot of classes in a single file. This is presently not used anywhere, by any of the users. This as it is can serve as a good example to build filter chains while dealing with combing through webelements in an unknown webpage. for instance when you want to validate all the date fields in the whole website. This need not be refactored for lack of value adds now - WONT FIX