Class PerformActions
- java.lang.Object
-
- net.serenitybdd.screenplay.conditions.SilentPerformable
-
- net.serenitybdd.screenplay.actions.PerformActions
-
- All Implemented Interfaces:
SkipNested,IsSilent,Performable
public class PerformActions extends SilentPerformable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T actor)static PerformActionswith(Consumer<org.openqa.selenium.interactions.Actions> actions)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Method Detail
-
with
public static PerformActions with(Consumer<org.openqa.selenium.interactions.Actions> actions)
-
performAs
public <T extends Actor> void performAs(T actor)
- Specified by:
performAsin interfacePerformable- Overrides:
performAsin classSilentPerformable
-
-