A B C D E G I K L M N O P R S T U V W

A

AbstractSeleniumGetStringFunctionTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract class used to get some text and store the value in a provided context variable if one is defined.
AbstractSeleniumGetStringFunctionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringFunctionTag
 
AbstractSeleniumGetStringsFunctionTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract class used to get multiple String values as a List and store them in the context.
AbstractSeleniumGetStringsFunctionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsFunctionTag
 
AbstractSeleniumGetStringsWithLocatorFunctionTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract class used to get multiple String values as a List and store them in the context.
AbstractSeleniumGetStringsWithLocatorFunctionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsWithLocatorFunctionTag
 
AbstractSeleniumGetWithLocatorTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract class to represent a tag which uses the locator and locatorType as defined in the Selenium docs to get a specified value and put it into the context.
AbstractSeleniumGetWithLocatorTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetWithLocatorTag
 
AbstractSeleniumKeyActionTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract tag used for the tags that do key actions.
AbstractSeleniumKeyActionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumKeyActionTag
 
AbstractSeleniumLocatorTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract tag used for locator attributes.
AbstractSeleniumLocatorTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumLocatorTag
 
AbstractSeleniumPatternTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract tag used for pattern matching attributes.
AbstractSeleniumPatternTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumPatternTag
 
AbstractSeleniumSelectTag - Class in net.sf.jameleon.plugin.selenium.tags
An abstract tag used for select fields.
AbstractSeleniumSelectTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumSelectTag
 
answer - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAnswerOnNextPromptTag
The response to give the next prompt
attribute - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAttributeFromAllWindowsTag
The attribute to get from all windows.

B

baseUrl - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
beginAt - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
browser - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 

C

clearInstance() - Static method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
condition - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForConditionTag
The condition which should return true before timeout
contextVariable - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringFunctionTag
The context variable to put the alert text in.
contextVariable - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsFunctionTag
The context variable to put the alert text in.
coordinates - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumClickAtTag
The coordinates at which to execute the click action (relative to the specified field.
coordinates - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseDownAtTag
The coordinates at which to execute the mouse action (relative to the specified field.
coordinates - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseMoveAtTag
The coordinates at which to execute the mouse action (relative to the specified field.
coordinates - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseUpAtTag
The coordinates at which to execute the mouse action (relative to the specified field.
createSession() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 

D

deregisterStorable() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Deregister this tag as a storable

E

eventName - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumFireEventTag
The name of the event to fire.
expected - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertEditableTag
The error message to output if the validation fails.
expected - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertSomethingSelectedTag
The error message to output if the validation fails.
expected - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertVisibleTag
The error message to output if the validation fails.

G

getBaseUrl() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the base URL, including the protocol (http://), the domain name and any path informtion.
getBeginAt() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the trailing path of the URL to begin the browser at if set.
getBrowser() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the browser to run the selinium tests under.
getInstance() - Static method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
getMultiWindowMode() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium multi window mode.
getRequestUrl() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the url to request
getSeleniumProxyHost() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium proxy host to connect to.
getSeleniumProxyPort() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium proxy port to connect to.
getSeleniumServer() - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
getSeleniumStopProxyServerOnSessionClose() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium multi window mode.
getSession() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium session used to communicate with the web application
getSlowResourcesMode() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium slow resources mode.
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringFunctionTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAlertTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAttributeTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetConfirmationTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetCookieTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementHeightTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementPositionLeftTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementPositionTopTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementWidthTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetEvalTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetLocationTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIdTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIndexTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedLabelTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedValueTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetTextTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetTitleTag
 
getString() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetValueTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsFunctionTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllButtonsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllFieldsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllLinksTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowIdsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowNamesTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowTitlesTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAttributeFromAllWindowsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIdsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIndexesTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedLabelsTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedValuesTag
 
getStrings() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectOptionsTag
 
getTimeoutSeconds() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Gets the Selenium timeout in seconds.
getTimeoutSeconds() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForConditionTag
 
getTimeoutSeconds() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForValueTag
 

I

isStartSeleniumProxy() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Set the Selenium proxy server to start when the session starts.

K

keycode - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumKeyActionTag
The numeric keycode of the key to be pressed, normally the ASCII value of that key.
keys - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumTypeTag
The String to type into the field

L

locator - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsWithLocatorFunctionTag
The locator of the field.
locator - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetWithLocatorTag
The locator of the field.
locator - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumLocatorTag
The locator of the field.

M

msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertEditableTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertElementPresentTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertFieldValueEqualsTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertSomethingSelectedTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTextPresentTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTitleEqualsTag
The error message to output if the validation fails.
msg - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertVisibleTag
The error message to output if the validation fails.
multiWindowMode - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 

N

name - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumDeleteCookieTag
Name of the cookie to delete
nameValuePair - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumCreateCookieTag
Name value pair in the form "name=value"
net.sf.jameleon.plugin.selenium - package net.sf.jameleon.plugin.selenium
 
net.sf.jameleon.plugin.selenium.tags - package net.sf.jameleon.plugin.selenium.tags
 
net.sf.jameleon.plugin.selenium.util - package net.sf.jameleon.plugin.selenium.util
 

O

optionLocator - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumSelectTag
The locator used to find the option to select in the select field.
optionsString - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumCreateCookieTag
Options string.

P

path - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumDeleteCookieTag
Path of the cookie to delete
pattern - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumPatternTag
The pattern to match.

R

registerStorable() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Register this tag as a storable
run() - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 

S

script - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumGetEvalTag
The script to evaluate
selectLocator - Variable in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumSelectTag
The locator used to find the select field which value is to be set.
SeleniumAddSelectionTag - Class in net.sf.jameleon.plugin.selenium.tags
Selects an option in a select field.
SeleniumAddSelectionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAddSelectionTag
 
SeleniumAnswerOnNextPromptTag - Class in net.sf.jameleon.plugin.selenium.tags
Answers the next prompt.
SeleniumAnswerOnNextPromptTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAnswerOnNextPromptTag
 
SeleniumAssertEditableTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates something is editable(not disabled).
SeleniumAssertEditableTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertEditableTag
 
SeleniumAssertElementPresentTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates an element exists on the current page.
SeleniumAssertElementPresentTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertElementPresentTag
 
SeleniumAssertFieldValueEqualsTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates a form field's value.
SeleniumAssertFieldValueEqualsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertFieldValueEqualsTag
 
SeleniumAssertSomethingSelectedTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates something is selected in a drop-down("select") field.
SeleniumAssertSomethingSelectedTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertSomethingSelectedTag
 
SeleniumAssertTextPresentTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates text on the current page.
SeleniumAssertTextPresentTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTextPresentTag
 
SeleniumAssertTitleEqualsTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates the Title.
SeleniumAssertTitleEqualsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTitleEqualsTag
 
SeleniumAssertVisibleTag - Class in net.sf.jameleon.plugin.selenium.tags
Validates an element is visible.
SeleniumAssertVisibleTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertVisibleTag
 
SeleniumCheckTag - Class in net.sf.jameleon.plugin.selenium.tags
Checks a radio button or checkbox.
SeleniumCheckTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumCheckTag
 
SeleniumChooseCancelOnNextConfirmationTag - Class in net.sf.jameleon.plugin.selenium.tags
Clicks the "cancel" button on the next instance of window.confirm().
SeleniumChooseCancelOnNextConfirmationTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumChooseCancelOnNextConfirmationTag
 
SeleniumClickAtTag - Class in net.sf.jameleon.plugin.selenium.tags
Clicks on an HTML element.
SeleniumClickAtTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumClickAtTag
 
SeleniumClickTag - Class in net.sf.jameleon.plugin.selenium.tags
Clicks on an HTML element.
SeleniumClickTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumClickTag
 
SeleniumCloseTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates the user clicking the "close" button in the titlebar of a popup.
SeleniumCloseTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumCloseTag
 
SeleniumCreateCookieTag - Class in net.sf.jameleon.plugin.selenium.tags
Creates a cookie.
SeleniumCreateCookieTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumCreateCookieTag
 
SeleniumDeleteCookieTag - Class in net.sf.jameleon.plugin.selenium.tags
Deletes a cookie with the specified name and (optionally) path.
SeleniumDeleteCookieTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumDeleteCookieTag
 
SeleniumFireEventTag - Class in net.sf.jameleon.plugin.selenium.tags
Fires off JavaScript events on a given HTML Element.
SeleniumFireEventTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumFireEventTag
 
SeleniumFunctionTag - Class in net.sf.jameleon.plugin.selenium
 
SeleniumFunctionTag() - Constructor for class net.sf.jameleon.plugin.selenium.SeleniumFunctionTag
 
SeleniumGetAlertTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the text of the current alert box and stores it in the defined context variable.
SeleniumGetAlertTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAlertTag
 
SeleniumGetAllButtonsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets all of the page's buttons(type="text" only, currently).
SeleniumGetAllButtonsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllButtonsTag
 
SeleniumGetAllFieldsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets all of the page's input fields (type="text" only, currently).
SeleniumGetAllFieldsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllFieldsTag
 
SeleniumGetAllLinksTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets all of the page's links.
SeleniumGetAllLinksTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllLinksTag
 
SeleniumGetAllWindowIdsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the ids of all visible windows.
SeleniumGetAllWindowIdsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowIdsTag
 
SeleniumGetAllWindowNamesTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the names of all visible windows.
SeleniumGetAllWindowNamesTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowNamesTag
 
SeleniumGetAllWindowTitlesTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the titles of all visible windows.
SeleniumGetAllWindowTitlesTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAllWindowTitlesTag
 
SeleniumGetAttributeFromAllWindowsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets a specific attribute from all windows.
SeleniumGetAttributeFromAllWindowsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAttributeFromAllWindowsTag
 
SeleniumGetAttributeTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the value of the specified attribute on an element.
SeleniumGetAttributeTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetAttributeTag
 
SeleniumGetConfirmationTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets string typed into the last confirmation dialog.
SeleniumGetConfirmationTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetConfirmationTag
 
SeleniumGetCookieTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets all the cookies for the current page.
SeleniumGetCookieTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetCookieTag
 
SeleniumGetElementHeightTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets height, in pixels, of an item.
SeleniumGetElementHeightTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementHeightTag
 
SeleniumGetElementPositionLeftTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the left position, in pixels, of an item.
SeleniumGetElementPositionLeftTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementPositionLeftTag
 
SeleniumGetElementPositionTopTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets top position, in pixels, of an item.
SeleniumGetElementPositionTopTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementPositionTopTag
 
SeleniumGetElementWidthTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets width, in pixels, of an item.
SeleniumGetElementWidthTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetElementWidthTag
 
SeleniumGetEvalTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the result of evaluating the specified JavaScript snippet.
SeleniumGetEvalTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetEvalTag
 
SeleniumGetLocationTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the URL location of the current browser.
SeleniumGetLocationTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetLocationTag
 
SeleniumGetSelectedIdsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the selected ids of a select field.
SeleniumGetSelectedIdsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIdsTag
 
SeleniumGetSelectedIdTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the id of the selected item in a select field.
SeleniumGetSelectedIdTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIdTag
 
SeleniumGetSelectedIndexesTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the selected indexes of a select field.
SeleniumGetSelectedIndexesTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIndexesTag
 
SeleniumGetSelectedIndexTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the index of the selected item in a select field.
SeleniumGetSelectedIndexTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedIndexTag
 
SeleniumGetSelectedLabelsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the selected labels of a select field.
SeleniumGetSelectedLabelsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedLabelsTag
 
SeleniumGetSelectedLabelTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the label of the selected item in a select field.
SeleniumGetSelectedLabelTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedLabelTag
 
SeleniumGetSelectedValuesTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the values of the selected items of a select field.
SeleniumGetSelectedValuesTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedValuesTag
 
SeleniumGetSelectedValueTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the value of the selected item in a select field.
SeleniumGetSelectedValueTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectedValueTag
 
SeleniumGetSelectOptionsTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the option labels of a select field.
SeleniumGetSelectOptionsTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetSelectOptionsTag
 
SeleniumGetTextTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the inner text of any HTML element.
SeleniumGetTextTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetTextTag
 
SeleniumGetTitleTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the title of the current page.
SeleniumGetTitleTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetTitleTag
 
SeleniumGetValueTag - Class in net.sf.jameleon.plugin.selenium.tags
Gets the value of a form field.
SeleniumGetValueTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGetValueTag
 
SeleniumGoBackTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates the browser "back" button.
SeleniumGoBackTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumGoBackTag
 
SeleniumKeyDownTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user pressing a key (without releasing it yet).
SeleniumKeyDownTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyDownTag
 
SeleniumKeyPressTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user pressing a key and releasing it.
SeleniumKeyPressTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyPressTag
 
SeleniumKeyUpTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user releasing a key.
SeleniumKeyUpTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyUpTag
 
SeleniumMouseDownAtTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user pressing the mouse button (without releasing it yet) on the specified element at a specific coordinate.
SeleniumMouseDownAtTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseDownAtTag
 
SeleniumMouseDownTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
SeleniumMouseDownTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseDownTag
 
SeleniumMouseMoveAtTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user moving the mouse over the specified element at a specific coordinate.
SeleniumMouseMoveAtTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseMoveAtTag
 
SeleniumMouseMoveTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user moving the mouse over of the specified element.
SeleniumMouseMoveTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseMoveTag
 
SeleniumMouseOutTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user moving the mouse out of the specified element.
SeleniumMouseOutTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseOutTag
 
SeleniumMouseOverTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user hovering a mouse over the specified element.
SeleniumMouseOverTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseOverTag
 
SeleniumMouseUpAtTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user releasing the mouse button on the specified element at a specific coordinate.
SeleniumMouseUpAtTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseUpAtTag
 
SeleniumMouseUpTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates a user releasing the mouse button on the specified element.
SeleniumMouseUpTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseUpTag
 
SeleniumOpenTag - Class in net.sf.jameleon.plugin.selenium.tags
Navigates the browser to the desired url.
SeleniumOpenTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumOpenTag
 
seleniumProxyHost - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
seleniumProxyPort - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
SeleniumProxyServer - Class in net.sf.jameleon.plugin.selenium.util
 
SeleniumRefreshTag - Class in net.sf.jameleon.plugin.selenium.tags
Simulates the browser "refresh" button.
SeleniumRefreshTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumRefreshTag
 
SeleniumRemoveSelectionTag - Class in net.sf.jameleon.plugin.selenium.tags
Unselects an option in a select field.
SeleniumRemoveSelectionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumRemoveSelectionTag
 
SeleniumSelectTag - Class in net.sf.jameleon.plugin.selenium.tags
Selects an option in a select field.
SeleniumSelectTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumSelectTag
 
SeleniumSelectWindowTag - Class in net.sf.jameleon.plugin.selenium.tags
Selects a window.
SeleniumSelectWindowTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumSelectWindowTag
 
SeleniumSessionTag - Class in net.sf.jameleon.plugin.selenium
A Session tag for the Selenium plug-in.
SeleniumSessionTag() - Constructor for class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
SeleniumSubmitTag - Class in net.sf.jameleon.plugin.selenium.tags
Submits a form.
SeleniumSubmitTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumSubmitTag
 
SeleniumTypeTag - Class in net.sf.jameleon.plugin.selenium.tags
Type text into form fields.
SeleniumTypeTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumTypeTag
 
SeleniumUncheckTag - Class in net.sf.jameleon.plugin.selenium.tags
Unchecks a radio button or checkbox.
SeleniumUncheckTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumUncheckTag
 
SeleniumWaitForConditionTag - Class in net.sf.jameleon.plugin.selenium.tags
Tries to validate a javascript condition during a certain amount of time.
SeleniumWaitForConditionTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForConditionTag
 
SeleniumWaitForValueTag - Class in net.sf.jameleon.plugin.selenium.tags
Continually tries to validate the text contents of a HTML element during a certain amount of time.
SeleniumWaitForValueTag() - Constructor for class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForValueTag
 
server - Variable in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
session - Variable in class net.sf.jameleon.plugin.selenium.SeleniumFunctionTag
 
session - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
A handle on the Selenium server session
sessionTag - Variable in class net.sf.jameleon.plugin.selenium.SeleniumFunctionTag
 
setSeleniumServer(SeleniumServer) - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
setTimeoutSeconds(int) - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
setupEnvironment() - Method in class net.sf.jameleon.plugin.selenium.SeleniumFunctionTag
Gets the references of the session and the test results from the parent TestCase This method gets called once all attributes are set from the macro language.
setUpSession() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
shutDown() - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
slowResourcesMode - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
spServer - Static variable in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
startApplication() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Loads the URL given by beginAt and baseUrl.
startSeleniumProxy - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
startSeleniumProxyServer() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Start a selenium proxy server
startSession() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
startUp() - Method in class net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer
 
stopProxyServerOnSessionClose - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
stopSeleniumProxyServer() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
Start a selenium proxy server
store(String, int) - Method in class net.sf.jameleon.plugin.selenium.SeleniumFunctionTag
 

T

tearDownSession() - Method in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringFunctionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.AbstractSeleniumGetStringsFunctionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAddSelectionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAnswerOnNextPromptTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertEditableTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertElementPresentTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertFieldValueEqualsTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertSomethingSelectedTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTextPresentTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTitleEqualsTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertVisibleTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumCheckTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumChooseCancelOnNextConfirmationTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumClickAtTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumClickTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumCloseTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumCreateCookieTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumDeleteCookieTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumFireEventTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumGoBackTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyDownTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyPressTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumKeyUpTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseDownAtTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseDownTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseMoveAtTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseMoveTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseOutTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseOverTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseUpAtTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumMouseUpTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumOpenTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumRefreshTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumRemoveSelectionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumSelectTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumSelectWindowTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumSubmitTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumTypeTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumUncheckTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForConditionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForValueTag
 
timeout - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForConditionTag
Amount of milliseconds to wait for the condition.
timeout - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForValueTag
Amount of milliseconds to wait for the value.
timeoutSeconds - Variable in class net.sf.jameleon.plugin.selenium.SeleniumSessionTag
 
title - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertTitleEqualsTag
The expected title of the page

U

url - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumOpenTag
The URL to open in the browser.

V

value - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumAssertFieldValueEqualsTag
The expected value of the field
value - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumWaitForValueTag
The expected value

W

waitForPageToLoad - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumClickAtTag
The max number of milliseconds to wait for the page to load
waitForPageToLoad - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumClickTag
The max number of milliseconds to wait for the page to load
windowName - Variable in class net.sf.jameleon.plugin.selenium.tags.SeleniumSelectWindowTag
Name of the window to select

A B C D E G I K L M N O P R S T U V W

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