org.aludratest.service.gui.web.selenium.selenium2
Interface ElementWrapper

All Superinterfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.WebElement

public interface ElementWrapper
extends org.openqa.selenium.WebElement

Interface for WebElement implementations that wrap other WebElements.

Author:
Volker Bergmann

Method Summary
 org.openqa.selenium.WebElement getWrappedElement()
          Returns the wrapped WebElement.
 
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAttribute, getCssValue, getLocation, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
 

Method Detail

getWrappedElement

org.openqa.selenium.WebElement getWrappedElement()
Returns the wrapped WebElement.

Returns:
the wrapped WebElement


Copyright © 2015 aludratest.org. All rights reserved.