Package net.serenitybdd.core.pages
Class SerenityActions
java.lang.Object
org.openqa.selenium.interactions.Actions
net.serenitybdd.core.pages.SerenityActions
public class SerenityActions
extends org.openqa.selenium.interactions.Actions
-
Field Summary
Fields inherited from class org.openqa.selenium.interactions.Actions
action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.interactions.Actionsclick(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionsclickAndHold(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionscontextClick(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionsdoubleClick(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionsdragAndDrop(org.openqa.selenium.WebElement source, org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionsdragAndDropBy(org.openqa.selenium.WebElement source, int xOffset, int yOffset) org.openqa.selenium.interactions.ActionskeyDown(org.openqa.selenium.WebElement target, CharSequence key) org.openqa.selenium.interactions.ActionskeyUp(org.openqa.selenium.WebElement target, CharSequence key) org.openqa.selenium.interactions.ActionsmoveToElement(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionsmoveToElement(org.openqa.selenium.WebElement target, int xOffset, int yOffset) org.openqa.selenium.interactions.Actionsrelease(org.openqa.selenium.WebElement target) org.openqa.selenium.interactions.ActionssendKeys(org.openqa.selenium.WebElement target, CharSequence... keys) Methods inherited from class org.openqa.selenium.interactions.Actions
build, click, clickAndHold, contextClick, doubleClick, keyDown, keyUp, moveByOffset, pause, pause, perform, release, sendKeys, tick, tick
-
Constructor Details
-
SerenityActions
public SerenityActions(org.openqa.selenium.WebDriver driver)
-
-
Method Details
-
keyDown
public org.openqa.selenium.interactions.Actions keyDown(org.openqa.selenium.WebElement target, CharSequence key) - Overrides:
keyDownin classorg.openqa.selenium.interactions.Actions
-
keyUp
public org.openqa.selenium.interactions.Actions keyUp(org.openqa.selenium.WebElement target, CharSequence key) - Overrides:
keyUpin classorg.openqa.selenium.interactions.Actions
-
sendKeys
public org.openqa.selenium.interactions.Actions sendKeys(org.openqa.selenium.WebElement target, CharSequence... keys) - Overrides:
sendKeysin classorg.openqa.selenium.interactions.Actions
-
clickAndHold
public org.openqa.selenium.interactions.Actions clickAndHold(org.openqa.selenium.WebElement target) - Overrides:
clickAndHoldin classorg.openqa.selenium.interactions.Actions
-
release
public org.openqa.selenium.interactions.Actions release(org.openqa.selenium.WebElement target) - Overrides:
releasein classorg.openqa.selenium.interactions.Actions
-
click
public org.openqa.selenium.interactions.Actions click(org.openqa.selenium.WebElement target) - Overrides:
clickin classorg.openqa.selenium.interactions.Actions
-
doubleClick
public org.openqa.selenium.interactions.Actions doubleClick(org.openqa.selenium.WebElement target) - Overrides:
doubleClickin classorg.openqa.selenium.interactions.Actions
-
moveToElement
public org.openqa.selenium.interactions.Actions moveToElement(org.openqa.selenium.WebElement target) - Overrides:
moveToElementin classorg.openqa.selenium.interactions.Actions
-
moveToElement
public org.openqa.selenium.interactions.Actions moveToElement(org.openqa.selenium.WebElement target, int xOffset, int yOffset) - Overrides:
moveToElementin classorg.openqa.selenium.interactions.Actions
-
contextClick
public org.openqa.selenium.interactions.Actions contextClick(org.openqa.selenium.WebElement target) - Overrides:
contextClickin classorg.openqa.selenium.interactions.Actions
-
dragAndDrop
public org.openqa.selenium.interactions.Actions dragAndDrop(org.openqa.selenium.WebElement source, org.openqa.selenium.WebElement target) - Overrides:
dragAndDropin classorg.openqa.selenium.interactions.Actions
-
dragAndDropBy
public org.openqa.selenium.interactions.Actions dragAndDropBy(org.openqa.selenium.WebElement source, int xOffset, int yOffset) - Overrides:
dragAndDropByin classorg.openqa.selenium.interactions.Actions
-