Class PerformActions
java.lang.Object
net.serenitybdd.screenplay.conditions.SilentPerformable
net.serenitybdd.screenplay.actions.PerformActions
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.markers.IsSilent,net.serenitybdd.screenplay.Performable
public class PerformActions
extends net.serenitybdd.screenplay.conditions.SilentPerformable
-
Method Summary
Modifier and TypeMethodDescription<T extends net.serenitybdd.screenplay.Actor>
voidperformAs(T actor) static PerformActionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Method Details
-
with
-
performAs
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T actor) - Specified by:
performAsin interfacenet.serenitybdd.screenplay.Performable- Overrides:
performAsin classnet.serenitybdd.screenplay.conditions.SilentPerformable
-