Class JavascriptTimedQueryFactory
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.JavascriptTimedQueryFactory
-
@Deprecated public class JavascriptTimedQueryFactory extends Object
Deprecated.in 5.8. UseJavascriptTimedQueryFactory
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Creates aTimedQuery
for a javascript expression. For use withPoller
.
-
-
Constructor Summary
Constructors Constructor Description JavascriptTimedQueryFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.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.
-
-
-
Method Detail
-
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.
-
-