Class InteractiveConsequence

java.lang.Object
net.serenitybdd.screenplay.InteractiveConsequence

public class InteractiveConsequence extends Object
An InteractiveConsequence is a convenience class designed to make it easier to write consequences that need to be preceded by actions, for example when performing a number of soft assertions on a page.
  • Constructor Details

    • InteractiveConsequence

      public InteractiveConsequence(Performable[] actions)
  • Method Details