Class MoveMouse
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.MoveMouse
-
public class MoveMouse extends Object
-
-
Constructor Summary
Constructors Constructor Description MoveMouse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WithChainableActionsto(String xpathOrCSSSelector)static WithChainableActionsto(Target target)static WithChainableActionsto(org.openqa.selenium.By... locators)static WithChainableActionsto(org.openqa.selenium.WebElement element)
-
-
-
Method Detail
-
to
public static WithChainableActions to(Target target)
-
to
public static WithChainableActions to(String xpathOrCSSSelector)
-
to
public static WithChainableActions to(org.openqa.selenium.WebElement element)
-
to
public static WithChainableActions to(org.openqa.selenium.By... locators)
-
-