| Constructor and description |
|---|
InteractDelegate
(WebDriver driver) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
InteractDelegate |
click(Navigator navigator)@see Actions#click(org.openqa.selenium.WebElement) |
|
InteractDelegate |
click()@see Actions#click() |
|
InteractDelegate |
clickAndHold(Navigator navigator)@see Actions#clickAndHold(org.openqa.selenium.WebElement) |
|
InteractDelegate |
clickAndHold()@see Actions#clickAndHold() |
|
InteractDelegate |
contextClick(Navigator navigator)@see Actions#contextClick(org.openqa.selenium.WebElement) |
|
InteractDelegate |
contextClick()@see Actions#contextClick() |
|
InteractDelegate |
doubleClick(Navigator navigator)@see Actions#doubleClick(org.openqa.selenium.WebElement) |
|
InteractDelegate |
doubleClick()@see Actions#doubleClick() |
|
InteractDelegate |
dragAndDrop(Navigator source, Navigator target)@see Actions#dragAndDrop(org.openqa.selenium.WebElement, org.openqa.selenium.WebElement) |
|
InteractDelegate |
dragAndDropBy(Navigator source, int xOffset, int yOffset)@see Actions#dragAndDropBy(org.openqa.selenium.WebElement, int, int) |
|
InteractDelegate |
keyDown(Keys theKey)@see Actions#keyDown(org.openqa.selenium.Keys) |
|
InteractDelegate |
keyDown(Navigator navigator, Keys theKey)@see Actions#keyDown(org.openqa.selenium.WebElement, org.openqa.selenium.Keys) |
|
InteractDelegate |
keyUp(Keys theKey)@see Actions#keyUp(org.openqa.selenium.Keys) |
|
InteractDelegate |
keyUp(Navigator navigator, Keys theKey)@see Actions#keyUp(org.openqa.selenium.WebElement, org.openqa.selenium.Keys) |
|
InteractDelegate |
moveByOffset(int xOffset, int yOffset)@see Actions#moveByOffset(int, int) |
|
InteractDelegate |
moveToElement(Navigator navigator)@see Actions#moveToElement(org.openqa.selenium.WebElement) |
|
InteractDelegate |
moveToElement(Navigator navigator, int xOffset, int yOffset)@see Actions#moveToElement(org.openqa.selenium.WebElement, int, int) |
|
void |
perform() |
|
InteractDelegate |
release(Navigator navigator)@see Actions#release(org.openqa.selenium.WebElement) |
|
InteractDelegate |
release()@see Actions#release() |
|
InteractDelegate |
sendKeys(CharSequence... keysToSend)@see Actions#sendKeys(java.lang.CharSequence ...) |
|
InteractDelegate |
sendKeys(Navigator navigator, CharSequence... keysToSend)@see Actions#sendKeys(org.openqa.selenium.WebElement, java.lang.CharSequence ...) |
Groovy API Documentation for Geb 3.0.1 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org