Package net.sf.jameleon.plugin.jiffie.tags

Class Summary
AttributeNameParamTag Specifies the name of the element attribute.
AttributeParamTag An extension of the ParamTag specific to the Jiffie plug-in.
AttributeValueParamTag Specifies the value of the element attribute.
IEClickButtonTag Clicks a provided button.
IEClickHtmlElementTag Clicks a provided html element.
IEClickLinkTag Clicks on a given link.
IECloseWindowTag Closes the current browser window.
IEExecuteJavaScriptTag A Tag that executes a body of javascript in the context of IE.
IEFireEventTag Fires event methtods in a provided HTML element.
IEGetMatchingTextTag Gets the matching text against the currently active IE and sets it in the context.
IEGoBackTag Clicks the browser's back button.
IEGoForwardTag Clicks the browser's forward button.
IEIsTextPresentTag Check whether the given text exists on the current page.
IENavigateTag Navigates directly to the given URL.
IESendKeysTag Sends the provided keys to the screen.
IESetCheckboxTag This action point checks any checkbox in a form or not.
IESetHiddenFieldTag This action point sets the value of any hidden field.
IESetPasswordFieldTag This action point sets the value of any password field in form or not.
IESetRadiobuttonTag This action point sets the value of any radio button.
IESetSelectFieldTag Sets the value(s) of any select field.
IESetTextAreaTag This action point sets the value of any text area.
IESetTextFieldTag This action point sets the value of any text field.
IESetWindowFocusTag Sets focus on an opened IE window with the provided title or index.
IESnapShotTag Takes a snapshot of the currently displayed page.
IEValidateCheckboxTag Checks the value of any checkbox field in the form or not.
IEValidatePasswordFieldTag Verifies the value of any password field.
IEValidateRadiobuttonTag Verifies that a radio button has been set to a given value.
IEValidateSelectFieldTag Validates the currently selected value(s) of the provided select field.
IEValidateTextAreaTag Verifies the value of any text area.
IEValidateTextFieldTag Verifies the value of any text field.
IEValidateTextTag Validates text or a regular expression can be found in the current HTML document.
IEValidateTitleTag Validates the title in several different ways.
IEValidateXPathTag Validates the given xpath ( see: http://www.w3.org/TR/xpath ) evaluates to true.
IEValidationTag Validates the title, text and links on the page.
 



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