Class AbstractHtmlUnitActionsModule
java.lang.Object
com.xceptance.xlt.api.engine.scripting.AbstractHtmlUnitScriptModule
com.xceptance.xlt.api.engine.scripting.AbstractHtmlUnitActionsModule
Base class of all flow modules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractHtmlPageActionexecute(AbstractHtmlPageAction prevAction) Executes the flow steps.run(AbstractHtmlPageAction prevAction) Runs the flow.Methods inherited from class com.xceptance.xlt.api.engine.scripting.AbstractHtmlUnitScriptModule
evaluatesToTrue, resolve, resolveKey
-
Constructor Details
-
AbstractHtmlUnitActionsModule
public AbstractHtmlUnitActionsModule()
-
-
Method Details
-
execute
protected abstract AbstractHtmlPageAction execute(AbstractHtmlPageAction prevAction) throws Throwable Executes the flow steps.- Parameters:
prevAction- the action to start from- Returns:
- last performed action
- Throws:
Throwable
-
run
Runs the flow.- Parameters:
prevAction- the action to start from- Returns:
- last performed action
- Throws:
Throwable
-