Class JavascriptTimedQueryFactory
java.lang.Object
com.atlassian.confluence.pageobjects.JavascriptTimedQueryFactory
Deprecated.
Creates a
TimedQuery
for a javascript expression. For use with
Poller
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedCondition
forBooleanJavascript
(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String javascript) Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
forBooleanJavascript
(String javascript) Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery
<String> forStringJavascript
(String javascript) Deprecated.
-
Constructor Details
-
JavascriptTimedQueryFactory
public JavascriptTimedQueryFactory()Deprecated.
-
-
Method Details
-
forBooleanJavascript
public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String javascript) Deprecated.- Parameters:
javascript
- must return a boolean value.
-
forBooleanJavascript
public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(String javascript) Deprecated.- Parameters:
javascript
- must return a boolean value.
-
forStringJavascript
public com.atlassian.pageobjects.elements.query.TimedQuery<String> forStringJavascript(String javascript) Deprecated.- Parameters:
javascript
- must return a value.
-
JavascriptTimedQueryFactory
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.