Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 744 Bytes

File metadata and controls

21 lines (16 loc) · 744 Bytes

Home

The Identifications Utility Class

The utility class Identifications provides several factory methods for creating Identification instances. These are used by WebTester as an abstraction over Selenium's By classes. They are relevant to the following (sub-)systems:

// Ad-Hoc finding of page objects
browser.findBy(Identifications.id("username"));

Linked Documentation