|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
@ExperimentalApi public class WebDriverFieldQuery
WARNING: This API is still experimental and may be changed between versions.
| Constructor Summary | |
|---|---|
WebDriverFieldQuery(com.atlassian.webdriver.waiter.webdriver.WebDriverQueryBuilder queryBuilder,
WebElementFieldRetriever fieldRetriever)
|
|
| Method Summary | |
|---|---|
ExecutableWaiterQuery |
contains(String value)
|
ExecutableWaiterQuery |
doesNotEndWith(String value)
|
ExecutableWaiterQuery |
doesNotMatch(String value)
|
ExecutableWaiterQuery |
doesNotStartWith(String value)
|
ExecutableWaiterQuery |
endsWith(String value)
|
ExecutableWaiterQuery |
equalsIgnoresCase(String value)
|
ExecutableWaiterQuery |
isEmpty()
isEmpty should evaludate to true if the value is null or is the empty String |
ExecutableWaiterQuery |
isEqual(String value)
isEqual will evaluate to true if both values are null or equal. |
ExecutableWaiterQuery |
isNotEmpty()
isNotEmpty should evaluate to true if the value is not null and is not the empty String. |
ExecutableWaiterQuery |
matches(String value)
|
ExecutableWaiterQuery |
notContains(String value)
|
ExecutableWaiterQuery |
notEqual(String value)
|
ExecutableWaiterQuery |
startsWith(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDriverFieldQuery(com.atlassian.webdriver.waiter.webdriver.WebDriverQueryBuilder queryBuilder,
WebElementFieldRetriever fieldRetriever)
| Method Detail |
|---|
public ExecutableWaiterQuery contains(String value)
contains in interface StringValueQuerypublic ExecutableWaiterQuery notContains(String value)
notContains in interface StringValueQuerypublic ExecutableWaiterQuery isEqual(String value)
StringValueQuery
isEqual in interface StringValueQuerypublic ExecutableWaiterQuery notEqual(String value)
notEqual in interface StringValueQuerypublic ExecutableWaiterQuery isEmpty()
StringValueQuery
isEmpty in interface StringValueQuerypublic ExecutableWaiterQuery isNotEmpty()
StringValueQuery
isNotEmpty in interface StringValueQuerypublic ExecutableWaiterQuery endsWith(String value)
endsWith in interface StringValueQuerypublic ExecutableWaiterQuery doesNotEndWith(String value)
doesNotEndWith in interface StringValueQuerypublic ExecutableWaiterQuery matches(String value)
matches in interface StringValueQuerypublic ExecutableWaiterQuery doesNotMatch(String value)
doesNotMatch in interface StringValueQuerypublic ExecutableWaiterQuery startsWith(String value)
startsWith in interface StringValueQuerypublic ExecutableWaiterQuery doesNotStartWith(String value)
doesNotStartWith in interface StringValueQuerypublic ExecutableWaiterQuery equalsIgnoresCase(String value)
equalsIgnoresCase in interface StringValueQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||