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