@Target(value=METHOD) @Inherited @Retention(value=RUNTIME) public @interface PageMarker
vani checks whether the page,
currently displayed, has a page marker. This page marker tells vani
that the page is ready to continue the test.| Modifier and Type | Required Element and Description |
|---|---|
String |
value
name of your page marker
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
disabledByReturn
if true, wait will be skipped if annotated method returns
false,
NULL, 0 or empty literal (default: false) |
long |
timeoutInMillis
max time to wait for request in milliseconds (default: 30 seconds)
|
public abstract String value
Copyright © 2016. All rights reserved.