| Class | Description |
|---|---|
| Find |
Searching in RESOLVED
WebElements. |
| Find.QueryEngine | |
| Page |
An abstraction of a tested page.
|
| Resolvable |
Shared denominator of all resolvable components of a web UI.
|
| ResolvableList<T extends Resolvable> |
A List with additional context info used during resolve.
|
| Exception | Description |
|---|---|
| InvalidLocatorException |
Thrown when the locator used in
ResolveBy annotation is not recognized as valid locator. |
| InvalidLocatorFormatException |
Thrown when the locator used in
ResolveBy has invalid format,
i.e. |
| InvalidPageException |
Thrown when an the expected page is not loaded, regardless if a wrong page is
or no page is loaded at all.
|
| UnknownLocatorTypeException |
Thrown when locator in
ResolveBy annotation has expected format but
its type is not one of recognized values: "id", "xpath", "css", "name", "tag", or "link" . |
| Annotation Type | Description |
|---|---|
| ResolveBy |
Annotation for the attaching the
WebDriver selector
to a WebElement. |
Copyright © 2017. All Rights Reserved.