-
Notifications
You must be signed in to change notification settings - Fork 3
Home
The idea for this project is to to create a library of commonly used features, that are needed to automate a web site. These features make it easy to quick create a UI automation framework for testing web sites as well as reducing the amount of boilerplate code needed.
These Selenium Extensions are intended to be used in a framework that uses the "Page objects" pattern but that is not a requirement. They were not intended to be used with the page factory because it reduces the flexibility of the design and I have found it requires duplication of locators. By making the locators part of the model statically you can reference them any time without creating a object.
List of Features The features I have added are Common functionality I have found useful across multiple differnt projects.