Classes
Class | Description | |
---|---|---|
![]() | ByChained |
Mechanism used to locate elements within a document using a series of other lookups. This class
will find all DOM elements that matches each of the locators in sequence
|
![]() | CacheLookupAttribute |
Marks the element so that lookups to the browser page are cached. This class cannot be inherited.
|
![]() | FindsByAttribute |
Marks program elements with methods by which to find a corresponding element on the page. Used
in conjunction with the PageFactory, it allows you to quickly create Page Objects.
|
![]() | PageFactory |
Provides the ability to produce Page Objects modeling a page. This class cannot be inherited.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | How |
Provides the lookup methods for the FindsBy attribute (for using in PageObjects)
|