@Target(value=TYPE) @Inherited @Retention(value=RUNTIME) public @interface ContentWait
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
JQuery selector
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
condition
wait condition defined with spring expression language (Default:
hasMatches()
|
int |
pollingTime
time to wait between each checking whether condition is true in
milliseconds (Default: 1 second)
|
int |
timeout
max time to wait in milliseconds (Default: 10 seconds)
|
public abstract String value
public abstract String condition
Copyright © 2016. All rights reserved.