Skip to content
Rick Casady edited this page Sep 22, 2013 · 3 revisions

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.

Clone this wiki locally