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

Packages that use DefaultActionChainsGenerator
org.openqa.selenium.interactions   
 

Uses of DefaultActionChainsGenerator in org.openqa.selenium.interactions
 

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



Copyright © 2011. All Rights Reserved.