public class SerenityActions
extends org.openqa.selenium.interactions.Actions
Constructor and Description |
---|
SerenityActions(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.interactions.Actions |
click(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
clickAndHold(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
contextClick(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
doubleClick(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
dragAndDrop(org.openqa.selenium.WebElement source,
org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
dragAndDropBy(org.openqa.selenium.WebElement source,
int xOffset,
int yOffset) |
org.openqa.selenium.interactions.Actions |
keyDown(org.openqa.selenium.WebElement target,
java.lang.CharSequence key) |
org.openqa.selenium.interactions.Actions |
keyUp(org.openqa.selenium.WebElement target,
java.lang.CharSequence key) |
org.openqa.selenium.interactions.Actions |
moveToElement(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
moveToElement(org.openqa.selenium.WebElement target,
int xOffset,
int yOffset) |
org.openqa.selenium.interactions.Actions |
release(org.openqa.selenium.WebElement target) |
org.openqa.selenium.interactions.Actions |
sendKeys(org.openqa.selenium.WebElement target,
java.lang.CharSequence... keys) |
public org.openqa.selenium.interactions.Actions keyDown(org.openqa.selenium.WebElement target, java.lang.CharSequence key)
keyDown
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions keyUp(org.openqa.selenium.WebElement target, java.lang.CharSequence key)
keyUp
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions sendKeys(org.openqa.selenium.WebElement target, java.lang.CharSequence... keys)
sendKeys
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions clickAndHold(org.openqa.selenium.WebElement target)
clickAndHold
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions release(org.openqa.selenium.WebElement target)
release
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions click(org.openqa.selenium.WebElement target)
click
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions doubleClick(org.openqa.selenium.WebElement target)
doubleClick
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions moveToElement(org.openqa.selenium.WebElement target)
moveToElement
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions moveToElement(org.openqa.selenium.WebElement target, int xOffset, int yOffset)
moveToElement
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions contextClick(org.openqa.selenium.WebElement target)
contextClick
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions dragAndDrop(org.openqa.selenium.WebElement source, org.openqa.selenium.WebElement target)
dragAndDrop
in class org.openqa.selenium.interactions.Actions
public org.openqa.selenium.interactions.Actions dragAndDropBy(org.openqa.selenium.WebElement source, int xOffset, int yOffset)
dragAndDropBy
in class org.openqa.selenium.interactions.Actions