org.openqa.selenium.chrome
Class ChromeWebElement

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

public class ChromeWebElement
extends RenderedRemoteWebElement
implements Locatable


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.RemoteWebElement
id, parent
 
Constructor Summary
ChromeWebElement(ChromeDriver parent)
           
 
Method Summary
 void dragAndDropBy(int moveRightBy, int moveDownBy)
           
 void dragAndDropOn(RenderedWebElement element)
           
 boolean equals(java.lang.Object obj)
           
 java.awt.Point getLocationOnScreenOnceScrolledIntoView()
           
 int hashCode()
           
 
Methods inherited from class org.openqa.selenium.remote.RenderedRemoteWebElement
getLocation, getSize, getValueOfCssProperty, hover, isDisplayed
 
Methods inherited from class org.openqa.selenium.remote.RemoteWebElement
clear, click, 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, 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

ChromeWebElement

public ChromeWebElement(ChromeDriver parent)
Method Detail

dragAndDropBy

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

dragAndDropOn

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

getLocationOnScreenOnceScrolledIntoView

public java.awt.Point getLocationOnScreenOnceScrolledIntoView()
Specified by:
getLocationOnScreenOnceScrolledIntoView in interface Locatable

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteWebElement

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class RemoteWebElement


Copyright © 2011. All Rights Reserved.