Class Stage

java.lang.Object
net.serenitybdd.screenplay.actors.Stage

public class Stage extends Object
The stage keeps track of the actors currently in a screenplay test, referenced by name. You rarely need to use this class directly in your tests. Normally you would use the OnStage class instead.