Contains classes related to the fluent query API.
Remarks
Usually not used directly, but through the fluent interfaces on
. and
..
Classes
| Type | Reason |
|---|
| AppPrintHelper |
A fluent API for making test output easier. Mirrored query methods from the app classes that print directly to Console.
|
| AppQuery |
Fluent query API for specifying view elements to match for queries and gestures.
|
| AppRect |
Representation of a view elements position and size.
|
| AppResult |
Representation of a view element in the app.
|
| AppTypedSelector<T> |
Fluent query API for specifying the type in property and invoke result.
|
| AppWebQuery |
Fluent query API for specifying view elements predicates for web elements.
|
| AppWebRect |
Representation of a web elements position and size.
|
| AppWebResult |
Representation of a web element in the app.
|
| IAppTypedSelector |
Helper interface for exposing property from the fluent query API without cluttering the fluent API itself (when using explicit interface implementation).
|
| InvokeJSAppQuery |
Fluent query API for invoking javascipt on Webviews.
|
| ITokenContainer |
Helper interface for exposing tokens from the fluent query API without cluttering the fluent API itself (when using explicit interface implementation).
|
| PropertyAppQuery |
Fluent query API for specifying view elements predicates for properties.
|
| QueryPlatform |
Representation of the different platforms a query can be targettet at.
|