DefaultActionChainsGenerator
DefaultActionChainsGenerator.click(WebElement onElement)
DefaultActionChainsGenerator.clickAndHold(WebElement onElement)
DefaultActionChainsGenerator.contextClick(WebElement onElement)
DefaultActionChainsGenerator.doubleClick(WebElement onElement)
DefaultActionChainsGenerator.dragAndDrop(WebElement source, WebElement target)
DefaultActionChainsGenerator.keyDown(Keys theKey)
DefaultActionChainsGenerator.keyDown(WebElement element, Keys theKey)
DefaultActionChainsGenerator.keyUp(Keys theKey)
DefaultActionChainsGenerator.keyUp(WebElement element, Keys theKey)
DefaultActionChainsGenerator.moveToElement(WebElement toElement)
DefaultActionChainsGenerator.release(WebElement onElement)
DefaultActionChainsGenerator.sendKeys(java.lang.CharSequence... keysToSend)
DefaultActionChainsGenerator.sendKeys(WebElement element, java.lang.CharSequence... keysToSend)