@Deprecated public final class Ajocado extends Object
| Modifier and Type | Field and Description |
|---|---|
static AlertEquals |
alertEquals
Deprecated.
|
static AlertPresent |
alertPresent
Deprecated.
|
static AttributeEquals |
attributeEquals
Deprecated.
|
static AttributePresent |
attributePresent
Deprecated.
|
static CountEquals |
countEquals
Deprecated.
|
static ElementNotPresent |
elementNotPresent
Deprecated.
|
static ElementNotVisible |
elementNotVisible
Deprecated.
|
static ElementPresent |
elementPresent
Deprecated.
|
static ElementVisible |
elementVisible
Deprecated.
|
static AttributeRetriever |
retrieveAttribute
Deprecated.
|
static TextRetriever |
retrieveText
Deprecated.
|
static StyleEquals |
styleEquals
Deprecated.
|
static TextEquals |
textEquals
Deprecated.
|
static int |
WAIT_AJAX_INTERVAL
Deprecated.
|
static int |
WAIT_GUI_INTERVAL
Deprecated.
|
static int |
WAIT_MODEL_INTERVAL
Deprecated.
|
static AjaxWaiting |
waitAjax
Deprecated.
|
static AjaxWaiting |
waitGui
Deprecated.
|
static SeleniumWaiting |
waitModel
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends CompoundableLocator<T>> |
child(T locator,
T child,
T... children)
Deprecated.
Prepares new locator from composition of locator with children.
|
static CssLocator |
css(String cssSelector)
Deprecated.
Gets element locator finding elements using CSS selectors.
|
static DomLocator |
dom(JavaScript javascriptExpression)
Deprecated.
Find an element by evaluating the specified JavaScript expression.
|
static AjaxSelenium |
guardHttp(AjaxSelenium selenium)
Deprecated.
Shortcut for registering a regular HTTP request on given selenium object.
|
static AjaxSelenium |
guardNoRequest(AjaxSelenium selenium)
Deprecated.
Shortcut for registering a guard for no request on given selenium object.
|
static AjaxSelenium |
guardXhr(AjaxSelenium selenium)
Deprecated.
Shortcut for registering a XMLHttpRequest on given selenium object.
|
static IdLocator |
id(String id)
Deprecated.
Locates the element with specified @id attribute.
|
static JQueryLocator |
jq(String jquerySelector)
Deprecated.
Locates the element using JQuery Selector syntax.
|
static LinkLocator |
link(String linkText)
Deprecated.
Locates the link (anchor) element which contains text matching the specified pattern.
|
static NameLocator |
name(String name)
Deprecated.
Locates the first element with the specified @name attribute.
|
static AjaxSelenium |
waitForHttp(AjaxSelenium selenium)
Deprecated.
Shortcut for registering guard waiting for interception of HTTP type request
|
static AjaxSelenium |
waitForXhr(AjaxSelenium selenium)
Deprecated.
Shortcut for registering guard waiting for interception of XHR type request
|
static XPathLocator |
xp(String xpath)
Deprecated.
Locates the element using XPath expression.
|
public static final int WAIT_GUI_INTERVAL
public static final int WAIT_AJAX_INTERVAL
public static final int WAIT_MODEL_INTERVAL
public static final AjaxWaiting waitGui
public static final AjaxWaiting waitAjax
public static final SeleniumWaiting waitModel
public static final ElementPresent elementPresent
public static final ElementNotPresent elementNotPresent
public static final TextEquals textEquals
public static final StyleEquals styleEquals
public static final AttributePresent attributePresent
public static final AttributeEquals attributeEquals
public static final AlertPresent alertPresent
public static final AlertEquals alertEquals
public static final CountEquals countEquals
public static final ElementVisible elementVisible
public static final ElementNotVisible elementNotVisible
public static final TextRetriever retrieveText
public static final AttributeRetriever retrieveAttribute
public static AjaxSelenium guardNoRequest(AjaxSelenium selenium)
selenium - where should be registered no request guardpublic static AjaxSelenium guardHttp(AjaxSelenium selenium)
selenium - where should be registered regular HTTP request guardpublic static AjaxSelenium guardXhr(AjaxSelenium selenium)
selenium - where should be registered XMLHttpRequest guardpublic static AjaxSelenium waitForHttp(AjaxSelenium selenium)
selenium - selenium where should be the guard registeredpublic static AjaxSelenium waitForXhr(AjaxSelenium selenium)
selenium - where should be the guard registeredpublic static CssLocator css(String cssSelector)
cssSelector - the CSS selectorpublic static DomLocator dom(JavaScript javascriptExpression)
javascriptExpression - the JavaScript expressionDomLocatorpublic static IdLocator id(String id)
id - the @id attribute's valuepublic static LinkLocator link(String linkText)
linkText - the link (anchor) element's textpublic static JQueryLocator jq(String jquerySelector)
jquerySelector - the jquery selectorJQueryLocatorpublic static NameLocator name(String name)
name - the @name attribute's valuepublic static XPathLocator xp(String xpath)
xpath - the xpath expressionXPathLocatorpublic static <T extends CompoundableLocator<T>> T child(T locator, T child, T... children)
Prepares new locator from composition of locator with children.
Syntactic shortcut for expressions like:
locator.getChild(child1).getChild(child2)
T - the type of compoundable locatorlocator - locator basechild - the childr of base locatorchildren - sub-children of base locatorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.