| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
MoveMouseToBy |
class |
MoveMouseToTarget |
class |
MoveMouseToWebElement |
| Modifier and Type | Method and Description |
|---|---|
WithChainableActions |
WithChainableActions.andThen(Consumer<org.openqa.selenium.interactions.Actions> nextActions) |
static WithChainableActions |
MoveMouse.to(org.openqa.selenium.By... locators) |
static WithChainableActions |
MoveMouse.to(String xpathOrCSSSelector) |
static WithChainableActions |
MoveMouse.to(Target target) |
static WithChainableActions |
MoveMouse.to(org.openqa.selenium.WebElement element) |
Copyright © 2022. All rights reserved.