Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.waiting.conditions
Class ElementNotPresent

java.lang.Object
  extended by org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
All Implemented Interfaces:
JavaScriptCondition, SeleniumCondition

public class ElementNotPresent
extends Object
implements SeleniumCondition, JavaScriptCondition

Implementation of Condition for waiting, if given element is already present on the page.

Implements Condition and JavaScriptCondition used in SeleniumWaiting and AjaxWaiting.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
protected ElementNotPresent()
          Instantiates a new element present.
 
Method Summary
static ElementNotPresent getInstance()
          Factory method.
 JavaScript getJavaScriptCondition()
          Gets JavaScript which define condition what it should be waited for satisfaction.
 boolean isTrue()
          Returns true if condition is satisfied, false if it isn't.
 ElementNotPresent locator(ElementLocator<?> elementLocator)
          Returns the ElementPresent instance with given elementLocator set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementNotPresent

protected ElementNotPresent()
Instantiates a new element present.

Method Detail

isTrue

public boolean isTrue()
Description copied from interface: SeleniumCondition
Returns true if condition is satisfied, false if it isn't.

Specified by:
isTrue in interface SeleniumCondition
Returns:
true if desired condition is satisfied, false if it isn't

getJavaScriptCondition

public JavaScript getJavaScriptCondition()
Description copied from interface: JavaScriptCondition
Gets JavaScript which define condition what it should be waited for satisfaction.

Specified by:
getJavaScriptCondition in interface JavaScriptCondition
Returns:
JavaScript defining condition

getInstance

public static ElementNotPresent getInstance()
Factory method.

Returns:
single instance of ElementPresent

locator

public ElementNotPresent locator(ElementLocator<?> elementLocator)
Returns the ElementPresent instance with given elementLocator set.

Parameters:
elementLocator - the element locator
Returns:
the element present

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.