Class Evaluate
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.Evaluate
-
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class Evaluate extends Object implements Interaction
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Evaluatejavascript(String expression, Object... parameters)<T extends Actor>
voidperformAs(T theUser)EvaluatewithParameters(Object... parameters)-
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
-
-
-
-
Constructor Detail
-
Evaluate
public Evaluate(String expression)
-
-