public class JavascriptTimedQueryFactory extends Object
TimedQuery for a javascript expression. For use with
Poller.| Constructor and Description |
|---|
JavascriptTimedQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
forBooleanJavascript(String javascript) |
com.atlassian.pageobjects.elements.query.TimedCondition |
forBooleanJavascript(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts,
String javascript) |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
forStringJavascript(String javascript) |
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–2015 Atlassian. All rights reserved.