/tpop

Page Object Pattern abstraction over Selenium

Primary LanguageJavaMIT LicenseMIT

Purpose

TPOP is an acronym for Testing Page Object Pattern

This project provides an abstraction that allows you to easily write your Selenium tests using the Page Object Pattern.

Modules

  • core - it is the minimum that you need to get started
  • extension - provides implementations for common scenarios
  • examples - contains usage examples