Package com.xceptance.xlt.api.actions
package com.xceptance.xlt.api.actions
Provides abstract super classes for different types of actions.
-
ClassDescriptionAbstractAction is the base class for all test actions.AbstractHtmlPageAction is the base class for all HTML-based actions.AbstractLightWeightPageAction is the base class for all HTML/XML-based actions which do simple page processing only.AbstractWebAction is the base class for all HTTP-based actions.AbstractXmlPageAction is the base class for all actions that load an arbitrary XML snippet.Indicates a missing condition when loading a page.This exception indicates, that the run() method of an
AbstractAction
has already been called.An exception to indicate that the wrong page type was loaded and the conversion to an XML or HTML page would fail.