Selenium-pom

Selenium page object model

Download .zip Download .tar.gz View on GitHub

Selenium Page Object Model Build Status

What is it

Selenium POM (Page Object Model) is a Java framework that provides ability to describe your web application as a hierarchy of models. It also adds helper methods for most common functions such us double click, or get value.

Requirements

  • Java 6

Dependencies

  • Selenium 2.40 or better
  • Reflections 0.9.10 or better
  • Google guice 3.0 or better (optional)

Get it with Maven

<dependency>
    <groupId>uk.sponte.automation</groupId>
    <artifactId>selenium-pom</artifactId>
    <version>1.0.6</version>
    <scope>test</scope>
</dependency>

Documentation

Please visit our wiki to find documentation.