org.aludratest.service.gui.web.selenium.selenium2.condition
Class ElementEnabledCondition

java.lang.Object
  extended by org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition<org.openqa.selenium.WebElement>
      extended by org.aludratest.service.gui.web.selenium.selenium2.condition.WebElementCondition
          extended by org.aludratest.service.gui.web.selenium.selenium2.condition.ElementEnabledCondition
All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebElement>, org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.WebElement>
Direct Known Subclasses:
ElementEditableCondition

public class ElementEnabledCondition
extends WebElementCondition


Field Summary
 
Fields inherited from class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
locator, locatorSupport, message
 
Constructor Summary
ElementEnabledCondition(GUIElementLocator locator, LocatorSupport locatorSupport)
           
 
Method Summary
protected  org.openqa.selenium.WebElement applyOnElement(org.openqa.selenium.WebElement element)
           
 
Methods inherited from class org.aludratest.service.gui.web.selenium.selenium2.condition.WebElementCondition
apply
 
Methods inherited from class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
findElementImmediately, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ElementEnabledCondition

public ElementEnabledCondition(GUIElementLocator locator,
                               LocatorSupport locatorSupport)
Method Detail

applyOnElement

protected org.openqa.selenium.WebElement applyOnElement(org.openqa.selenium.WebElement element)
Specified by:
applyOnElement in class WebElementCondition


Copyright © 2015 aludratest.org. All rights reserved.