Uses of Interface
org.openqa.selenium.WebDriver

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

Uses of WebDriver in org.openqa.selenium
 

Methods in org.openqa.selenium that return WebDriver
 WebDriver WebDriver.TargetLocator.defaultContent()
          Selects either the first frame on the page, or the main document when a page contains iframes.
 WebDriver WebDriver.TargetLocator.frame(int index)
          Select a frame by its (zero-based) index.
 WebDriver WebDriver.TargetLocator.frame(java.lang.String nameOrId)
          Select a frame by its name or ID.
 WebDriver WebDriver.TargetLocator.frame(WebElement frameElement)
          Select a frame using its previously located WebElement.
 WebDriver WebDriver.TargetLocator.window(java.lang.String nameOrHandle)
          Switch the focus of future commands for this driver to the window with the given name/handle.
 

Uses of WebDriver in org.openqa.selenium.interactions
 

Constructors in org.openqa.selenium.interactions with parameters of type WebDriver
ActionChainsGenerator(WebDriver driver)
           
ButtonReleaseAction(WebDriver parent, WebElement element)
           
ClickAction(WebDriver parent, WebElement onElement)
           
ClickAndHoldAction(WebDriver parent, WebElement onElement)
           
ContextClickAction(WebDriver parent, WebElement onElement)
           
DoubleClickAction(WebDriver parent, WebElement onElement)
           
KeyDownAction(WebDriver parent, Keys key)
           
KeyDownAction(WebDriver parent, WebElement toElement, Keys key)
           
KeyUpAction(WebDriver parent, Keys key)
           
KeyUpAction(WebDriver parent, WebElement toElement, Keys key)
           
MoveMouseAction(WebDriver parent, WebElement toElement)
           
MoveToOffsetAction(WebDriver parent, WebElement toElement, int x, int y)
           
SendKeysAction(WebDriver parent, java.lang.CharSequence... keysToSend)
           
SendKeysAction(WebDriver parent, WebElement toElement, java.lang.CharSequence... keysToSend)
           
 

Uses of WebDriver in org.openqa.selenium.internal
 

Methods in org.openqa.selenium.internal that return WebDriver
 WebDriver WrapsDriver.getWrappedDriver()
           
 

Uses of WebDriver in org.openqa.selenium.internal.interactions
 

Fields in org.openqa.selenium.internal.interactions declared as WebDriver
protected  WebDriver BaseAction.parent
           
 

Constructors in org.openqa.selenium.internal.interactions with parameters of type WebDriver
BaseAction(WebDriver parent, WebElement onElement)
           
KeysRelatedAction(WebDriver parent, WebElement toElement)
           
SingleKeyAction(WebDriver parent, Keys key)
           
SingleKeyAction(WebDriver parent, WebElement toElement, Keys key)
           
 



Copyright © 2011. All Rights Reserved.