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
Methodenumeration for@IdentifyUsing- Creating
PageObjectModelsfor thePageObjectFactory
// Ad-Hoc finding of page objects
browser.findBy(Identifications.id("username"));