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

Packages that use ActionChainsGenerator
org.openqa.selenium.interactions   
 

Uses of ActionChainsGenerator in org.openqa.selenium.interactions
 

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



Copyright © 2011. All Rights Reserved.