org.openqa.selenium.remote
Class RenderedRemoteWebElement

java.lang.Object
  extended by org.openqa.selenium.remote.RemoteWebElement
      extended by org.openqa.selenium.remote.RenderedRemoteWebElement
All Implemented Interfaces:
FindsByClassName, FindsById, FindsByLinkText, FindsByName, FindsByXPath, RenderedWebElement, SearchContext, WebElement

public class RenderedRemoteWebElement
extends RemoteWebElement
implements RenderedWebElement


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.RemoteWebElement
id, parent
 
Constructor Summary
RenderedRemoteWebElement()
           
 
Method Summary
 void dragAndDropBy(int moveRightBy, int moveDownBy)
           
 void dragAndDropOn(RenderedWebElement element)
           
 java.awt.Point getLocation()
           
 java.awt.Dimension getSize()
           
 java.lang.String getValueOfCssProperty(java.lang.String propertyName)
           
 void hover()
           
 boolean isDisplayed()
           
 
Methods inherited from class org.openqa.selenium.remote.RemoteWebElement
clear, click, equals, execute, findElement, findElementByClassName, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByXPath, findElements, findElementsByClassName, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByXPath, getAttribute, getElementFrom, getElementName, getElementsFrom, getId, getTagName, getText, getValue, hashCode, isEnabled, isSelected, sendKeys, setId, setParent, setSelected, submit, toggle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAttribute, getElementName, getTagName, getText, getValue, isEnabled, isSelected, sendKeys, setSelected, submit, toggle
 

Constructor Detail

RenderedRemoteWebElement

public RenderedRemoteWebElement()
Method Detail

isDisplayed

public boolean isDisplayed()
Specified by:
isDisplayed in interface RenderedWebElement

getLocation

public java.awt.Point getLocation()
Specified by:
getLocation in interface RenderedWebElement

getSize

public java.awt.Dimension getSize()
Specified by:
getSize in interface RenderedWebElement

hover

public void hover()
Specified by:
hover in interface RenderedWebElement

dragAndDropBy

public void dragAndDropBy(int moveRightBy,
                          int moveDownBy)
Specified by:
dragAndDropBy in interface RenderedWebElement

dragAndDropOn

public void dragAndDropOn(RenderedWebElement element)
Specified by:
dragAndDropOn in interface RenderedWebElement

getValueOfCssProperty

public java.lang.String getValueOfCssProperty(java.lang.String propertyName)
Specified by:
getValueOfCssProperty in interface RenderedWebElement


Copyright © 2009. All Rights Reserved.