Uses of Interface
org.openqa.selenium.WebElement

Packages that use WebElement
org.openqa.selenium   
org.openqa.selenium.interactions   
org.openqa.selenium.internal   
 

Uses of WebElement in org.openqa.selenium
 

Subinterfaces of WebElement in org.openqa.selenium
 interface RenderedWebElement
           
 

Methods in org.openqa.selenium that return WebElement
 WebElement WebDriver.TargetLocator.activeElement()
          Switches to the element that currently has focus, or the body element if this cannot be detected.
 WebElement WebElement.findElement(By by)
          Find the first WebElement using the given method.
 WebElement WebDriver.findElement(By by)
          Find the first WebElement using the given method.
 WebElement SearchContext.findElement(By by)
          Find the first WebElement using the given method.
 WebElement By.findElement(SearchContext context)
          Find a single element.
 

Methods in org.openqa.selenium that return types with arguments of type WebElement
 java.util.List<WebElement> WebElement.findElements(By by)
          Find all elements within the current context using the given mechanism.
 java.util.List<WebElement> WebDriver.findElements(By by)
          Find all elements within the current page using the given mechanism.
 java.util.List<WebElement> SearchContext.findElements(By by)
          Find all elements within the current context using the given mechanism.
abstract  java.util.List<WebElement> By.findElements(SearchContext context)
          Find many elements.
 

Methods in org.openqa.selenium with parameters of type WebElement
 WebDriver WebDriver.TargetLocator.frame(WebElement frameElement)
          Select a frame using its previously located WebElement.
 

Uses of WebElement in org.openqa.selenium.interactions
 

Methods in org.openqa.selenium.interactions with parameters of type WebElement
 DefaultActionChainsGenerator DefaultActionChainsGenerator.click(WebElement onElement)
           
 ActionChainsGenerator ActionChainsGenerator.click(WebElement onElement)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.clickAndHold(WebElement onElement)
           
 ActionChainsGenerator ActionChainsGenerator.clickAndHold(WebElement onElement)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.contextClick(WebElement onElement)
           
 ActionChainsGenerator ActionChainsGenerator.contextClick(WebElement onElement)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.doubleClick(WebElement onElement)
           
 ActionChainsGenerator ActionChainsGenerator.doubleClick(WebElement onElement)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.dragAndDrop(WebElement source, WebElement target)
           
 ActionChainsGenerator ActionChainsGenerator.dragAndDrop(WebElement source, WebElement target)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.keyDown(WebElement element, Keys theKey)
           
 ActionChainsGenerator ActionChainsGenerator.keyDown(WebElement element, Keys theKey)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.keyUp(WebElement element, Keys theKey)
           
 ActionChainsGenerator ActionChainsGenerator.keyUp(WebElement element, Keys theKey)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.moveToElement(WebElement toElement)
           
 ActionChainsGenerator ActionChainsGenerator.moveToElement(WebElement toElement)
           
 ActionChainsGenerator DefaultActionChainsGenerator.moveToElement(WebElement toElement, int xOffset, int yOffset)
           
 ActionChainsGenerator ActionChainsGenerator.moveToElement(WebElement toElement, int xOffset, int yOffset)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.release(WebElement onElement)
           
 ActionChainsGenerator ActionChainsGenerator.release(WebElement onElement)
           
 DefaultActionChainsGenerator DefaultActionChainsGenerator.sendKeys(WebElement element, java.lang.CharSequence... keysToSend)
           
 ActionChainsGenerator ActionChainsGenerator.sendKeys(WebElement element, java.lang.CharSequence... keysToSend)
           
 

Uses of WebElement in org.openqa.selenium.internal
 

Methods in org.openqa.selenium.internal that return WebElement
 WebElement FindsByClassName.findElementByClassName(java.lang.String using)
           
 WebElement FindsByCssSelector.findElementByCssSelector(java.lang.String using)
           
 WebElement FindsById.findElementById(java.lang.String using)
           
 WebElement FindsByLinkText.findElementByLinkText(java.lang.String using)
           
 WebElement FindsByName.findElementByName(java.lang.String using)
           
 WebElement FindsByLinkText.findElementByPartialLinkText(java.lang.String using)
           
 WebElement FindsByTagName.findElementByTagName(java.lang.String using)
           
 WebElement FindsByXPath.findElementByXPath(java.lang.String using)
           
 WebElement WrapsElement.getWrappedElement()
           
 

Methods in org.openqa.selenium.internal that return types with arguments of type WebElement
 java.util.List<WebElement> FindsByClassName.findElementsByClassName(java.lang.String using)
           
 java.util.List<WebElement> FindsByCssSelector.findElementsByCssSelector(java.lang.String using)
           
 java.util.List<WebElement> FindsById.findElementsById(java.lang.String using)
           
 java.util.List<WebElement> FindsByLinkText.findElementsByLinkText(java.lang.String using)
           
 java.util.List<WebElement> FindsByName.findElementsByName(java.lang.String using)
           
 java.util.List<WebElement> FindsByLinkText.findElementsByPartialLinkText(java.lang.String using)
           
 java.util.List<WebElement> FindsByTagName.findElementsByTagName(java.lang.String using)
           
 java.util.List<WebElement> FindsByXPath.findElementsByXPath(java.lang.String using)
           
 



Copyright © 2011. All Rights Reserved.