JavascriptTimedQueryFactory
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class JavascriptTimedQueryFactory extends Object
TimedQuery
for a javascript expression. For use with
Poller
.Constructor and Description |
---|
JavascriptTimedQueryFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
forBooleanJavascript(String javascript)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts,
String javascript)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
forStringJavascript(String javascript)
Deprecated.
|
public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String javascript)
javascript
- must return a boolean value.public com.atlassian.pageobjects.elements.query.TimedCondition forBooleanJavascript(String javascript)
javascript
- must return a boolean value.Copyright © 2003–2018 Atlassian. All rights reserved.