|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionChainsGenerator
Generate user actions.
| Method Summary | |
|---|---|
Action |
build()
|
ActionChainsGenerator |
click()
|
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 |
moveByOffset(int xOffset,
int yOffset)
|
ActionChainsGenerator |
moveToElement(WebElement toElement)
|
ActionChainsGenerator |
moveToElement(WebElement toElement,
int xOffset,
int yOffset)
|
ActionChainsGenerator |
release(WebElement onElement)
|
ActionChainsGenerator |
sendKeys(java.lang.CharSequence... keysToSend)
|
ActionChainsGenerator |
sendKeys(WebElement element,
java.lang.CharSequence... keysToSend)
|
| Method Detail |
|---|
ActionChainsGenerator keyDown(Keys theKey)
ActionChainsGenerator keyDown(WebElement element,
Keys theKey)
ActionChainsGenerator keyUp(Keys theKey)
ActionChainsGenerator keyUp(WebElement element,
Keys theKey)
ActionChainsGenerator sendKeys(java.lang.CharSequence... keysToSend)
ActionChainsGenerator sendKeys(WebElement element,
java.lang.CharSequence... keysToSend)
ActionChainsGenerator clickAndHold(WebElement onElement)
ActionChainsGenerator release(WebElement onElement)
ActionChainsGenerator click(WebElement onElement)
ActionChainsGenerator click()
ActionChainsGenerator doubleClick(WebElement onElement)
ActionChainsGenerator moveToElement(WebElement toElement)
ActionChainsGenerator moveToElement(WebElement toElement,
int xOffset,
int yOffset)
ActionChainsGenerator moveByOffset(int xOffset,
int yOffset)
ActionChainsGenerator contextClick(WebElement onElement)
ActionChainsGenerator dragAndDrop(WebElement source,
WebElement target)
Action build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||