Uses of Class
com.xceptance.xlt.api.actions.AbstractHtmlPageAction
-
Packages that use AbstractHtmlPageAction Package Description com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.engine.scripting Provides the base classes for Java test cases which were created by the Script Developer while exporting script test cases. -
-
Uses of AbstractHtmlPageAction in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions that return AbstractHtmlPageAction Modifier and Type Method Description AbstractHtmlPageActionAbstractHtmlPageAction. getPreviousAction()Returns the action that was passed as the previous action to the constructor. -
Uses of AbstractHtmlPageAction in com.xceptance.xlt.api.engine.scripting
Subclasses of AbstractHtmlPageAction in com.xceptance.xlt.api.engine.scripting Modifier and Type Class Description classAbstractHtmlUnitScriptActionBase class of HTML page actions supporting script commands.Methods in com.xceptance.xlt.api.engine.scripting that return AbstractHtmlPageAction Modifier and Type Method Description protected abstract AbstractHtmlPageActionAbstractHtmlUnitActionsModule. execute(AbstractHtmlPageAction prevAction)Executes the flow steps.AbstractHtmlPageActionAbstractHtmlUnitActionsModule. run(AbstractHtmlPageAction prevAction)Runs the flow.Methods in com.xceptance.xlt.api.engine.scripting with parameters of type AbstractHtmlPageAction Modifier and Type Method Description protected abstract AbstractHtmlPageActionAbstractHtmlUnitActionsModule. execute(AbstractHtmlPageAction prevAction)Executes the flow steps.AbstractHtmlPageActionAbstractHtmlUnitActionsModule. run(AbstractHtmlPageAction prevAction)Runs the flow.
-