Uses of Class
com.xceptance.xlt.api.actions.AbstractHtmlPageAction
Packages that use AbstractHtmlPageAction
Package
Description
Provides abstract super classes for different types of actions.
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 AbstractHtmlPageActionModifier and TypeMethodDescriptionAbstractHtmlPageAction.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.scriptingModifier and TypeClassDescriptionclassBase class of HTML page actions supporting script commands.Methods in com.xceptance.xlt.api.engine.scripting that return AbstractHtmlPageActionModifier and TypeMethodDescriptionprotected abstract AbstractHtmlPageActionAbstractHtmlUnitActionsModule.execute(AbstractHtmlPageAction prevAction) Executes the flow steps.AbstractHtmlUnitActionsModule.run(AbstractHtmlPageAction prevAction) Runs the flow.Methods in com.xceptance.xlt.api.engine.scripting with parameters of type AbstractHtmlPageActionModifier and TypeMethodDescriptionprotected abstract AbstractHtmlPageActionAbstractHtmlUnitActionsModule.execute(AbstractHtmlPageAction prevAction) Executes the flow steps.AbstractHtmlUnitActionsModule.run(AbstractHtmlPageAction prevAction) Runs the flow.