Class Evaluate
java.lang.Object
net.serenitybdd.screenplay.actions.Evaluate
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class Evaluate extends java.lang.Object implements Interaction
-
Constructor Summary
Constructors Constructor Description Evaluate(java.lang.String expression) -
Method Summary
Modifier and Type Method Description static Evaluatejavascript(java.lang.String expression, java.lang.Object... parameters)<T extends Actor>
voidperformAs(T theUser)EvaluatewithParameters(java.lang.Object... parameters)Methods 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
-
Constructor Details
-
Evaluate
public Evaluate(java.lang.String expression)
-
-
Method Details
-
withParameters
-
performAs
- Specified by:
performAsin interfacePerformable
-
javascript
-