Class Actor

java.lang.Object
net.serenitybdd.screenplay.Actor
All Implemented Interfaces:
net.serenitybdd.core.parallel.Agent, net.serenitybdd.core.SkipNested, PerformsTasks

public class Actor extends Object implements PerformsTasks, net.serenitybdd.core.SkipNested, net.serenitybdd.core.parallel.Agent
An actor represents the person or system using the application under test. Actors can have Abilities, which allows them to perform Tasks and Interactions. Actors can ask Questions about the state of the system.