Package co.verisoft.fw.utils.locators
Extending Selenium locators into a more rich set.
- Since:
- 0.1
- Author:
- Nir Gallner
-
Class Summary Class Description AllBy Find elements which comply to ALL the specified By objects.
This mechanism used to locate elements within a document using a series of lookups.AnyBy 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.ElementBy A set of static methods to extend the search mechanism.
It is used to simplify commonly usedFindBy.InputBy Find elements which are of type input.
This mechanism used to locate elements within a form.NotBy Find elements which do NOT has a specificBylocator.
This mechanism used to locate elements within a document using a single lookup.TdBy A set of methods to be used when looking for fields value in a table.