org.openqa.selenium.firefox
Class FirefoxWebElement

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

public class FirefoxWebElement
extends RenderedRemoteWebElement
implements RenderedWebElement, Locatable, FindsByCssSelector


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.RemoteWebElement
id, parent
 
Constructor Summary
FirefoxWebElement(FirefoxDriver parent)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WebElement findElementByCssSelector(java.lang.String using)
           
 java.util.List<WebElement> findElementsByCssSelector(java.lang.String using)
           
 java.awt.Point getLocationOnScreenOnceScrolledIntoView()
           
 int hashCode()
           
 
Methods inherited from class org.openqa.selenium.remote.RenderedRemoteWebElement
dragAndDropBy, dragAndDropOn, getLocation, getSize, getValueOfCssProperty, hover, isDisplayed
 
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.RenderedWebElement
dragAndDropBy, dragAndDropOn, getLocation, getSize, getValueOfCssProperty, hover, isDisplayed
 
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAttribute, getTagName, getText, getValue, isEnabled, isSelected, sendKeys, setSelected, submit, toggle
 

Constructor Detail

FirefoxWebElement

public FirefoxWebElement(FirefoxDriver parent)
Method Detail

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

getLocationOnScreenOnceScrolledIntoView

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteWebElement


Copyright © 2010. All Rights Reserved.