Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
M
N
P
S
T
U
V
W
A
AbstractWatijGetTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets an HTML element stores it in the context.
AbstractWatijGetTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
assertAttributes(HtmlElement)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
B
baseUrl
- Variable in class net.sf.jameleon.plugin.watij.
WatijSessionTag
beginAt
- Variable in class net.sf.jameleon.plugin.watij.
WatijSessionTag
blocking
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSendKeysTag
To block while the keys are being sent or not.
C
childBrowserIndex
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijBringToFrontTag
The index number of the child browser to activate where the 1st child is
0
.
clearSelection
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListOptionTag
clearSelection
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListTag
Clear the optioh selection.
contextVar
- Variable in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
The context variable to store the element in.
contextVar
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijContainsTextTag
The context variable to store the title in
contextVar
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijTitleTag
The context variable to store the title in
createSession()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
currentIE
- Variable in class net.sf.jameleon.plugin.watij.
WatijSessionTag
A handle on the currently active IE
D
disabled
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
To validate the element is enabled set this to false.
E
element
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
The HtmlElement to click.
exists
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
To check that it exists or not.
F
failIfFound
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextTag
Fail if the given text is found.
failOnNotExists
- Variable in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
Fail if the field doesn't exist.
failOnNotExists
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
Fail if the field doesn't exist.
G
getBaseUrl()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Gets the base URL, including the protocol (http://), the domain name and any path informtion.
getBeginAt()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Gets the trailing path of the URL to begin the browser at if set.
getHtmlElement()
- Method in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
A helper method to be used in subclasses to get the desired element w/o having to pass in the
how
and
what
.
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
Gets the HtmlElement of interest.
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextFieldTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijCheckboxTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijFileFieldTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijHiddenTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijHtmlElementTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijImageTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijLinkTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijRadioTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSelectListOptionTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSelectListTag
getHtmlElement(Symbol, String)
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijTextFieldTag
getParentBrowser()
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
getParentSession()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Gets the Selenium session used to communicate with the web application
getPrefixMsg()
- Method in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
getRequestUrl()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Gets the url to request
getSession()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Gets the Selenium session used to communicate with the web application
getSymbolFromString(String)
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
Gets a Symbol from a String
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
The HTML Element name this tag is used to get.
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextFieldTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijCheckboxTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijFileFieldTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijHiddenTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijHtmlElementTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijImageTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijLinkTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijRadioTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSelectListOptionTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSelectListTag
getTagName()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijTextFieldTag
H
how
- Variable in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
The way to find the HTML element.
how
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
The way to find the HTML element.
I
id
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The expected id
ie()
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
Gets a handle on the IE object from the Session tag.
innerText
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The inner text of the element
K
keys
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSendKeysTag
The keys to send to the screen
M
msg
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextTag
The error message to display if the assert fails.
msg
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTitleTag
The message to display if the tag fails.
N
name
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The name of the element
net.sf.jameleon.plugin.watij
- package net.sf.jameleon.plugin.watij
net.sf.jameleon.plugin.watij.tags
- package net.sf.jameleon.plugin.watij.tags
P
parentBrowser
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijBringToFrontTag
Bring the original browser back into focus.
S
script
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijExecuteScriptTag
The JavaScript to execute.
select
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListOptionTag
Select the option with the matching displayed text
select
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListTag
Select the option with the matching displayed text
selectValue
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListTag
Select the option with the matching value attribute's value
session
- Variable in class net.sf.jameleon.plugin.watij.
WatijSessionTag
A handle on the Selenium server session
sessionTag
- Variable in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
setCurrentIE(IE)
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
setCurrentIE(IE)
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Sets the current instance of IE to work with.
setOrClear
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetCheckboxTag
Selects/clears the checkbox
setupEnvironment()
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
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.watij.
WatijSessionTag
startApplication()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
Loads the URL given by
beginAt
and
baseUrl
.
store(String, int)
- Method in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
STORE_SOURCE_CONFIG_NAME
- Static variable in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
storeSourceOnStateChange
- Variable in class net.sf.jameleon.plugin.watij.
WatijFunctionTag
style
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The style of the element
T
tearDownSession()
- Method in class net.sf.jameleon.plugin.watij.
WatijSessionTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTitleTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijBackTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijBringToFrontTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijClickLinkTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijContainsTextTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijExecuteScriptTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijForwardTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijGoToTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijRefreshTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSendKeysTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetCheckboxTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetFileFieldTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetHiddenTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetRadioTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListOptionTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijSetTextFieldTag
testBlock()
- Method in class net.sf.jameleon.plugin.watij.tags.
WatijTitleTag
text
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The text nested in the element
text
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextTag
The text to check for against the currently active IE.
text
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijContainsTextTag
The text to check for against the currently active IE.
title
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The title nested in the element
title
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertTitleTag
The expected title of the current page.
title
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSendKeysTag
The title of the window to activate before sending the keys
type
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The type of the element
U
url
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijGoToTag
The url to navigate to.
V
value
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
The value of the element
value
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijRadioTag
The value of the form field.
value
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetFileFieldTag
The text to enter into the file field
value
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetHiddenTag
The text to enter into the hidden field
value
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijSetTextFieldTag
The text to enter into the text field
W
WatijAssertHtmlElementTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets an HtmlElement on the page and validates its attributes and inner text.
WatijAssertHtmlElementTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijAssertHtmlElementTag
WatijAssertTextFieldTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a text field on the page and validates its attributes.
WatijAssertTextFieldTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextFieldTag
WatijAssertTextTag
- Class in
net.sf.jameleon.plugin.watij.tags
Asserts that that the given text exists or doesn't exist on a page.
WatijAssertTextTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijAssertTextTag
WatijAssertTitleTag
- Class in
net.sf.jameleon.plugin.watij.tags
Asserts that the title is what is expected.
WatijAssertTitleTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijAssertTitleTag
WatijBackTag
- Class in
net.sf.jameleon.plugin.watij.tags
Click the browser's back button.
WatijBackTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijBackTag
WatijBringToFrontTag
- Class in
net.sf.jameleon.plugin.watij.tags
Brings the window defined by childBrowserIndex to the front and makes it active.
WatijBringToFrontTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijBringToFrontTag
WatijCheckboxTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a checkbox on the page and stores in the context.
WatijCheckboxTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijCheckboxTag
WatijClickLinkTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a link on the page and clicks on it if found.
WatijClickLinkTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijClickLinkTag
WatijClickTag
- Class in
net.sf.jameleon.plugin.watij.tags
Clicks on a given HtmlElement or an elemented defined by
how
and
what
.
WatijClickTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
WatijContainsTextTag
- Class in
net.sf.jameleon.plugin.watij.tags
Looks for the given text on the page.
WatijContainsTextTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijContainsTextTag
WatijExecuteScriptTag
- Class in
net.sf.jameleon.plugin.watij.tags
Click on a given HtmlElement.
WatijExecuteScriptTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijExecuteScriptTag
WatijFileFieldTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a file field and stores it in the context for use in another tag or the script.
WatijFileFieldTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijFileFieldTag
WatijForwardTag
- Class in
net.sf.jameleon.plugin.watij.tags
Click the browser's forward button.
WatijForwardTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijForwardTag
WatijFunctionTag
- Class in
net.sf.jameleon.plugin.watij
WatijFunctionTag()
- Constructor for class net.sf.jameleon.plugin.watij.
WatijFunctionTag
WatijGoToTag
- Class in
net.sf.jameleon.plugin.watij.tags
Navigates to a given URL.
WatijGoToTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijGoToTag
WatijHiddenTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a hidden field and stores it in the context for use in another tag or the script.
WatijHiddenTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijHiddenTag
WatijHtmlElementTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets an HtmlElement on the page and stores in the context.
WatijHtmlElementTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijHtmlElementTag
WatijImageTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets an image on the page and stores in the context.
WatijImageTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijImageTag
WatijLinkTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a link on the page and stores in the context.
WatijLinkTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijLinkTag
WatijRadioTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a radio button on the page and stores in the context.
WatijRadioTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijRadioTag
WatijRefreshTag
- Class in
net.sf.jameleon.plugin.watij.tags
Presses the browser's refresh button.
WatijRefreshTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijRefreshTag
WatijSelectListOptionTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a select list on the page and stores in the context.
WatijSelectListOptionTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSelectListOptionTag
WatijSelectListTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a select list on the page and stores in the context.
WatijSelectListTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSelectListTag
WatijSendKeysTag
- Class in
net.sf.jameleon.plugin.watij.tags
Sends keystrokes to the screen.
WatijSendKeysTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSendKeysTag
WatijSessionTag
- Class in
net.sf.jameleon.plugin.watij
A Session tag for the Watij plug-in.
WatijSessionTag()
- Constructor for class net.sf.jameleon.plugin.watij.
WatijSessionTag
WatijSetCheckboxTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a checkbox on the page and stores in the context.
WatijSetCheckboxTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetCheckboxTag
WatijSetFileFieldTag
- Class in
net.sf.jameleon.plugin.watij.tags
Sets the value of a file field.
WatijSetFileFieldTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetFileFieldTag
WatijSetHiddenTag
- Class in
net.sf.jameleon.plugin.watij.tags
Sets the value of a hidden field.
WatijSetHiddenTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetHiddenTag
WatijSetRadioTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a radio button on the page and stores it in the context.
WatijSetRadioTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetRadioTag
WatijSetSelectListOptionTag
- Class in
net.sf.jameleon.plugin.watij.tags
Selects a given option of a select list.
WatijSetSelectListOptionTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListOptionTag
WatijSetSelectListTag
- Class in
net.sf.jameleon.plugin.watij.tags
Selects a given option of a select list.
WatijSetSelectListTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetSelectListTag
WatijSetTextFieldTag
- Class in
net.sf.jameleon.plugin.watij.tags
Sets the value of a text, password, or textarea field.
WatijSetTextFieldTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijSetTextFieldTag
WatijTextFieldTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets a text, password, or textarea field and stores it in the context for use in another tag or the script.
WatijTextFieldTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijTextFieldTag
WatijTitleTag
- Class in
net.sf.jameleon.plugin.watij.tags
Gets the title of the page and stores it in the context.
WatijTitleTag()
- Constructor for class net.sf.jameleon.plugin.watij.tags.
WatijTitleTag
what
- Variable in class net.sf.jameleon.plugin.watij.tags.
AbstractWatijGetTag
The identifier of the symbol.
what
- Variable in class net.sf.jameleon.plugin.watij.tags.
WatijClickTag
The identifier of the symbol.
A
B
C
D
E
F
G
H
I
K
M
N
P
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2008 Christian Hargraves. All Rights Reserved.