Uses of Interface
org.openqa.selenium.interactions.ActionChainsGenerator

Packages that use ActionChainsGenerator
org.openqa.selenium   
org.openqa.selenium.interactions   
 

Uses of ActionChainsGenerator in org.openqa.selenium
 

Methods in org.openqa.selenium that return ActionChainsGenerator
 ActionChainsGenerator HasInputDevices.actionsBuilder()
          Deprecated. Use Actions instead.
 

Uses of ActionChainsGenerator in org.openqa.selenium.interactions
 

Classes in org.openqa.selenium.interactions that implement ActionChainsGenerator
 class Actions
          Implements the builder pattern: Builds a CompositeAction containing all actions specified by the method calls.
 

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



Copyright © 2011. All Rights Reserved.