Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
R
S
T
U
V
W
X
A
AbstractHtmlUnitCheckFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
An abstract tag used to check/uncheck form fields.
AbstractHtmlUnitCheckFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
AbstractHtmlUnitSetFormFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
An abstract class that is used to help set all <input/> form fields.
AbstractHtmlUnitSetFormFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
AbstractHtmlUnitSetInputFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
An abstract class that is used to help set all <input/> form fields.
AbstractHtmlUnitSetInputFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetInputFieldTag
alertsContextName
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitRecordAlertsTag
The name of the context variable to store the list of collections in.
assertTextPresent(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the provided text exists on the page.
assertTextPresent(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title If the test fails display the given
message
assertTextPresent(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title
assertTextPresent(String, String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title If the test fails display the given
message
assertTitleEquals(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title
assertTitleEquals(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title If the test fails display the given
message
assertTitleEquals(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title
assertTitleEquals(String, String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the title of the current html page matches the expected title If the test fails display the given
message
assertXPathMatches(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the provided xpath matches against the currently active page
assertXPathMatches(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the provided xpath matches against the currently active page If the test fails display the given
message
assertXPathMatches(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the provided xpath matches against the currently active page
assertXPathMatches(String, String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Validates that the provided xpath matches against the currently active page If the test fails display the given
message
B
BASE_URL
- Static variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
baseUrl
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
The url to use when starting the browser.
BEGIN_AT
- Static variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
beginAt
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
If set, this would be the path after the protocol and/or domain.
C
checked
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
To check/uncheck the given checkbox.
checkField(HtmlInput, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
checkField(HtmlInput, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetCheckBoxTag
checkField(HtmlInput, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetRadioButtonTag
checkFieldWithNoValue(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
checkFieldWithNoValue(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetCheckBoxTag
checkFieldWithValue(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
checkFieldWithValue(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetCheckBoxTag
checkFieldWithValue(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetRadioButtonTag
clickElementWithXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Clicks on the HTML element matching the provided XPath
clickElementWithXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Clicks on an HtmlElement (ClickableElement) defined by the provided XPath expression
createSocket(String, int, InetAddress, int)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
createSocket(String, int, InetAddress, int, HttpConnectionParams)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
createSocket(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
createSocket(Socket, String, int, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
D
delegate
- Variable in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
deregisterStorable()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Deregister this tag as a storable
E
enableSslCertCheck
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Enable or disable validity checking of SSL certificates.
enableSslCertCheckPort
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
The port to use to connect to https.
equals(Object)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
F
fieldName
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
The field name in the form.
fieldName
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The field name in the form.
form
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
The identifier of the form.
form
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The identifier of the form.
G
getCurrentPage()
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets the current page in the currently active WebWindow
getCurrentPageContent()
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets the HTML source from the currently active window
getCurrentWebResponse()
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets the currnet WebResponse
getCurrentWebWindow()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Gets a handle on the current web window.
getCurrentWebWindow()
- Method in interface net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitDelegate
getDelegate()
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets the HtmlUnitDelegate that this object uses to communicate with the existing session.
getEnableSslCertCheckPort()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Return the port on which to register the enableSslCertCheck on.
getHtmlElementByAttributeNameAndValue(String, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets an HTMLElement by the tag name, attribute name and the attribute value.
getHtmlElementByAttributeNameAndValue(String, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets an HTMLElement by the tag name, attribute name and the attribute value.
getHtmlElementByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets an HtmlElement matching the provided xpath expression
getHtmlElementByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets an HtmlElement matching the provided xpath expression
getHtmlElementByXPath(DomNode, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets an HtmlElement matching the provided xpath expression
getHtmlForm(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
This is a power method to get a form element by the following order.
getHtmlFormById(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets a form element back by its id attribute.
getHtmlFormById(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets a form element back by its id attribute.
getHtmlFormByIndex(int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets a form element back by its index or location on the page.
getHtmlFormByIndex(int)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets a form element back by its index or location on the page.
getHtmlFormByName(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets a form element back by its name attribute.
getHtmlFormByName(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets a form element back by its name attribute.
getHtmlFormByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets a form element back by an XPath expression
getHtmlFormByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets a form element back by an XPath expression
getHtmlInputByName(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets an HtmlInput tag based on the current workingForm or the currently active page if the workingForm is not set.
getHtmlInputByNameAndValue(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Gets an HtmlInput tag based on the current workingForm or the currently active page if the workingForm is not set.
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetInputFieldTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetCheckBoxTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetFileFieldTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetHiddenFieldTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetPasswordFieldTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetRadioButtonTag
getInputType()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextFieldTag
getRequestUrl()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Gets the url to request
getSession()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Gets the current WebClient or the handle on the session
getSubmitableElementByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
getWebClient()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Gets a handle on the WebClient instance used in this session
getWebClient()
- Method in interface net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitDelegate
getWorkingForm()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Gets the current working form or null if one hasn't been set.
getWorkingForm()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Gets a handle on the WebClient instance used in this session
getWorkingForm()
- Method in interface net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitDelegate
H
hashCode()
- Method in class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
helper
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
htmlHelper
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
HtmlUnitClickTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which clicks on an HTML element.
HtmlUnitClickTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitClickTag
HtmlUnitDelegate
- Interface in
net.sf.jameleon.plugin.htmlunit.util
This interface is used to communicate with a class that has access to the HtmlUnit's WebWindow.
HtmlUnitFunctionTag
- Class in
net.sf.jameleon.plugin.htmlunit
HtmlUnitFunctionTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
HtmlUnitHelper
- Class in
net.sf.jameleon.plugin.htmlunit.util
This class is used as a facade around the HtmlUnit API and is used by both the HtmlUnitSessionTag and the HtmlUnitFunctionTag.
HtmlUnitHelper(HtmlUnitDelegate)
- Constructor for class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
HtmlUnitNavigateTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A generic navigation tag used to make an HTTP GET request.
HtmlUnitNavigateTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitNavigateTag
HtmlUnitRecordAlertsTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag that starts recording alert messages and stores them in the context.
HtmlUnitRecordAlertsTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitRecordAlertsTag
HtmlUnitSessionTag
- Class in
net.sf.jameleon.plugin.htmlunit
A Session tag for the HtmlUnit plug-in.
HtmlUnitSessionTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
HtmlUnitSetCheckBoxTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
This tag is used to set or unset checkboxes defined by a given XPath expression.
HtmlUnitSetCheckBoxTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetCheckBoxTag
HtmlUnitSetFileFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which sets a file field to the provided value.
HtmlUnitSetFileFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetFileFieldTag
HtmlUnitSetHiddenFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which sets a hidden field to the provided value.
HtmlUnitSetHiddenFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetHiddenFieldTag
HtmlUnitSetPasswordFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which sets a password field to the provided value.
HtmlUnitSetPasswordFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetPasswordFieldTag
HtmlUnitSetRadioButtonTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
This tag is used to set or unset checkboxes defined by a given XPath expression.
HtmlUnitSetRadioButtonTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetRadioButtonTag
HtmlUnitSetSelectFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
This tag is used to select or unselect options in a select field.
HtmlUnitSetSelectFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
HtmlUnitSetTextAreaTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which sets a text area to the provided value.
HtmlUnitSetTextAreaTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextAreaTag
HtmlUnitSetTextFieldTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A tag which sets a text field to the provided value.
HtmlUnitSetTextFieldTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextFieldTag
HtmlUnitValidateTag
- Class in
net.sf.jameleon.plugin.htmlunit.tags
A generic validate tag used to validate HTML.
HtmlUnitValidateTag()
- Constructor for class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
I
isEnableSslCertCheck()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Query whether SSL cert validity checking is enabled.
M
msg
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
The message to display in if a failure occurs
N
navigate(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Navigates to the provided URL
navigate(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Navigates to the provided URL
net.sf.jameleon.plugin.htmlunit
- package net.sf.jameleon.plugin.htmlunit
net.sf.jameleon.plugin.htmlunit.tags
- package net.sf.jameleon.plugin.htmlunit.tags
net.sf.jameleon.plugin.htmlunit.util
- package net.sf.jameleon.plugin.htmlunit.util
O
optionIndex
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The position of the option to select.
optionText
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The the displayed text of the option's value attribute
optionValue
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The the value of the option's value attribute
R
registerStorable()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Register this tag as a storable
S
selected
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The xpath that matches the desired
option
to select.
session
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
sessionTag
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
setCheckBox(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Checks or unchecks the checkbox that either exists in the workingForm or in the current page
setCheckBox(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Checks or unchecks the checkbox that either exists in the workingForm or in the current page
setCheckBox(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Checks or unchecks the checkbox that either exists in the workingForm or in the current page
setCheckBox(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Checks or unchecks the checkbox that either exists in the workingForm or in the current page.
setFieldValueFoundByXPath(SubmittableElement)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
setFieldValueFoundByXPath(SubmittableElement)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetInputFieldTag
setFieldValueFoundByXPath(SubmittableElement)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextAreaTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetFileFieldTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetHiddenFieldTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetPasswordFieldTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextAreaTag
setFieldValueInForm()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetTextFieldTag
setFileField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the file field that either exists in the workingForm or in the current page
setFileField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets the file field that either exists in the workingForm or in the current page
setHiddenField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the hidden field that either exists in the workingForm or in the current page
setHiddenField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets the hidden field that either exists in the workingForm or in the current page
setHtmlInputValue(HtmlInput, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets an input field type's value
setHtmlInputValue(HtmlInput, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets an input field type's value
setHtmlInputValueByXPath(String, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets an input field type's value
setHtmlInputValueByXPath(String, String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets an input field type's value
setInputFieldFoundByXPath(HtmlInput)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitCheckFieldTag
setInputFieldFoundByXPath(HtmlInput)
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetInputFieldTag
setPasswordField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the password field that either exists in the workingForm or in the current page
setPasswordField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets the password field that either exists in the workingForm or in the current page
setRadioButton(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Checks or unchecks the radio button that either exists in the workingForm or in the current page.
setRadioButton(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Checks or unchecks the radio button that either exists in the workingForm or in the current page.
setSelectFieldByIndex(String, int, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Selects or unselects the option by its index order that either exists in the workingForm or in the current page.
setSelectFieldByIndex(String, int, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Selects or unselects the option by its index order that either exists in the workingForm or in the current page.
setSelectFieldByOptionText(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Selects or unselects the option with the displayed text that either exists in the workingForm or in the current page.
setSelectFieldByOptionText(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Selects or unselects the option with the displayed text that either exists in the workingForm or in the current page.
setSelectFieldByValue(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Selects or unselects the option with the given attribute value that either exists in the workingForm or in the current page.
setSelectFieldByValue(String, String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Selects or unselects the option with the given attribute value that either exists in the workingForm or in the current page.
setSelectFieldByXPath(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Selects or unselects the option defined by XPath.
setSelectFieldByXPath(String, boolean)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Selects or unselects the option defined by XPath.
setTextArea(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the text area that either exists in the workingForm or in the current page
setTextArea(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets the text area that either exists in the workingForm or in the current page
setTextField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the text field that either exists in the workingForm or in the current page
setTextField(String, String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Sets the text field that either exists in the workingForm or in the current page
setupEnvironment()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
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.htmlunit.
HtmlUnitSessionTag
setWorkingForm(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the working form to form with the given id This is a power method to set a form element by the following order.
setWorkingFormById(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the working form to form with the given id
setWorkingFormByIndex(int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the working form to nth form on the current page.
setWorkingFormByName(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the working form to nth form on the current page.
setWorkingFormByXPath(String)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
Sets the working form by the matching XPath expression
startApplication()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
Loads the URL given by
beginAt
and
baseUrl
.
store(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
store(String, int)
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
store(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Store the contents of the currently active window
T
tearDownSession()
- Method in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitSessionTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitClickTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitNavigateTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitRecordAlertsTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
testBlock()
- Method in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
textPresent
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
The expected text in the page
title
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
The expected title of the page
TrustEverythingSSLProtocolSocketFactory
- Class in
net.sf.jameleon.plugin.htmlunit.util
An implementation of SecureProtocolSocketFactory that allows invalid certs through through
TrustEverythingSSLProtocolSocketFactory()
- Constructor for class net.sf.jameleon.plugin.htmlunit.util.
TrustEverythingSSLProtocolSocketFactory
U
url
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitNavigateTag
The complete URL to navigate to
V
value
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
The value to set the text field to
W
workingForm
- Variable in class net.sf.jameleon.plugin.htmlunit.
HtmlUnitFunctionTag
X
xpath
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
AbstractHtmlUnitSetFormFieldTag
The xpath that matches the desired text field
xpath
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitClickTag
The xpath to locate the element to click on
xpath
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitSetSelectFieldTag
The xpath that matches the desired
option
to select.
xpath
- Variable in class net.sf.jameleon.plugin.htmlunit.tags.
HtmlUnitValidateTag
The xpath to evaluate
xPathMatches(String)
- Method in class net.sf.jameleon.plugin.htmlunit.util.
HtmlUnitHelper
Checks that the the provided XPath expression matches something on the current page.
A
B
C
D
E
F
G
H
I
M
N
O
R
S
T
U
V
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2008 Christian Hargraves. All Rights Reserved.