org.openqa.selenium.chrome
Class ChromeWebElement
java.lang.Object
org.openqa.selenium.remote.RemoteWebElement
org.openqa.selenium.remote.RenderedRemoteWebElement
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, FindsByCssSelector
Methods inherited from class org.openqa.selenium.remote.RemoteWebElement |
clear, click, execute, findElement, findElement, findElementByClassName, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElements, findElementsByClassName, 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 |
ChromeWebElement
public ChromeWebElement(ChromeDriver parent)
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
findElementByCssSelector
public WebElement findElementByCssSelector(java.lang.String using)
- Specified by:
findElementByCssSelector
in interface FindsByCssSelector
findElementsByCssSelector
public java.util.List<WebElement> findElementsByCssSelector(java.lang.String using)
- Specified by:
findElementsByCssSelector
in interface FindsByCssSelector
hashCode
public int hashCode()
- Overrides:
hashCode
in class RemoteWebElement
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class RemoteWebElement
Copyright © 2010. All Rights Reserved.