|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.openqa.selenium.support | |
|---|---|
| org.openqa.selenium.support | |
| org.openqa.selenium.support.pagefactory | |
| Classes in org.openqa.selenium.support used by org.openqa.selenium.support | |
|---|---|
| Color
|
|
| How
|
|
| Classes in org.openqa.selenium.support used by org.openqa.selenium.support.pagefactory | |
|---|---|
| FindBy
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the element or a list of elements. |
|
| FindBys
Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags in a chain as described in ByChained
Eg:
@FindBys({@FindBy(id = "foo"),
@FindBy(className = "bar")}) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||