Methods in org.openqa.selenium.interactions that return ActionChainsGenerator |
ActionChainsGenerator |
DefaultActionChainsGenerator.click()
|
ActionChainsGenerator |
ActionChainsGenerator.click()
|
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 |
DefaultActionChainsGenerator.moveByOffset(int xOffset,
int yOffset)
|
ActionChainsGenerator |
ActionChainsGenerator.moveByOffset(int xOffset,
int yOffset)
|
ActionChainsGenerator |
ActionChainsGenerator.moveToElement(WebElement toElement)
|
ActionChainsGenerator |
DefaultActionChainsGenerator.moveToElement(WebElement toElement,
int xOffset,
int yOffset)
|
ActionChainsGenerator |
ActionChainsGenerator.moveToElement(WebElement toElement,
int xOffset,
int yOffset)
|
ActionChainsGenerator |
ActionChainsGenerator.release(WebElement onElement)
|
ActionChainsGenerator |
ActionChainsGenerator.sendKeys(java.lang.CharSequence... keysToSend)
|
ActionChainsGenerator |
ActionChainsGenerator.sendKeys(WebElement element,
java.lang.CharSequence... keysToSend)
|