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, FindsByCssSelector, FindsById, FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath, Locatable, WrapsDriver, RenderedWebElement, SearchContext, WebElement

public class RenderedRemoteWebElement
extends RemoteWebElement
implements RenderedWebElement, Locatable


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.RemoteWebElement
id, mouse, parent
 
Constructor Summary
RenderedRemoteWebElement()
           
 
Method Summary
 void dragAndDropBy(int moveRightBy, int moveDownBy)
           
 void dragAndDropOn(RenderedWebElement element)
           
 Coordinates getCoordinates()
           
 Point getLocation()
           
 Point getLocationOnScreenOnceScrolledIntoView()
           
 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, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, getAttribute, getId, getTagName, getText, getValue, getWrappedDriver, 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, 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 Point getLocation()
Specified by:
getLocation in interface RenderedWebElement

getSize

public 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

getLocationOnScreenOnceScrolledIntoView

public Point getLocationOnScreenOnceScrolledIntoView()
Specified by:
getLocationOnScreenOnceScrolledIntoView in interface Locatable

getCoordinates

public Coordinates getCoordinates()
Specified by:
getCoordinates in interface Locatable


Copyright © 2011. All Rights Reserved.