org.openqa.selenium.firefox
Class FirefoxWebElement

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

public class FirefoxWebElement
extends RemoteWebElement


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.RemoteWebElement
fileDetector, id, mouse, parent
 
Constructor Summary
FirefoxWebElement(FirefoxDriver parent)
           
 
Method Summary
 
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, getCoordinates, getCssValue, getId, getLocation, getLocationOnScreenOnceScrolledIntoView, getSize, getTagName, getText, getWrappedDriver, hashCode, isDisplayed, isEnabled, isSelected, sendKeys, setFileDetector, setId, setParent, submit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxWebElement

public FirefoxWebElement(FirefoxDriver parent)


Copyright © 2012. All Rights Reserved.