Package net.sf.jameleon.plugin.htmlunit.tags

Class Summary
AbstractHtmlUnitCheckFieldTag An abstract tag used to check/uncheck form fields.
AbstractHtmlUnitSetFormFieldTag An abstract class that is used to help set all <input/> form fields.
AbstractHtmlUnitSetInputFieldTag An abstract class that is used to help set all <input/> form fields.
HtmlUnitClickTag A tag which clicks on an HTML element.
HtmlUnitNavigateTag A generic navigation tag used to make an HTTP GET request.
HtmlUnitRecordAlertsTag A tag that starts recording alert messages and stores them in the context.
HtmlUnitSetCheckBoxTag This tag is used to set or unset checkboxes defined by a given XPath expression.
HtmlUnitSetFileFieldTag A tag which sets a file field to the provided value.
HtmlUnitSetHiddenFieldTag A tag which sets a hidden field to the provided value.
HtmlUnitSetPasswordFieldTag A tag which sets a password field to the provided value.
HtmlUnitSetRadioButtonTag This tag is used to set or unset checkboxes defined by a given XPath expression.
HtmlUnitSetSelectFieldTag This tag is used to select or unselect options in a select field.
HtmlUnitSetTextAreaTag A tag which sets a text area to the provided value.
HtmlUnitSetTextFieldTag A tag which sets a text field to the provided value.
HtmlUnitValidateTag A generic validate tag used to validate HTML.
 



Copyright © 2006-2008 Christian Hargraves. All Rights Reserved.