Package co.verisoft.fw.utils.locators
package co.verisoft.fw.utils.locators
Extending Selenium locators into a more rich set.
- Since:
- 0.1
- Author:
- Nir Gallner
-
ClassesClassDescriptionFind elements which comply to ALL the specified By objects.
This mechanism used to locate elements within a document using a series of lookups.Find elements which comply to ANY of the specified By objects.
This mechanism used to locate elements within a document using a series of lookups.A set of static methods to extend the search mechanism.
It is used to simplify commonly usedFindBy
.Find elements which are of type input.
This mechanism used to locate elements within a form.Find elements which do NOT has a specificBy
locator.
This mechanism used to locate elements within a document using a single lookup.A set of methods to be used when looking for fields value in a table.