Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
G
getAttribute(ElementStub, String)
- Method in class net.sf.sahi.client.
Browser
getAttribute(String)
- Method in class net.sf.sahi.client.
ElementStub
getRecordedSteps()
- Method in class net.sf.sahi.client.
Browser
Gets the recorded steps from the last time getRecordedSteps() was called.
getSelectedText(ElementStub)
- Method in class net.sf.sahi.client.
Browser
Returns the selected text visible in a select box (<select> tag)
getSelectedText()
- Method in class net.sf.sahi.client.
ElementStub
Returns the selected text visible in a select box (<select> tag).
Same as selectedText().
Internally calls browser.getSelectedText(this);
getSelectionText(ElementStub)
- Method in class net.sf.sahi.client.
Browser
Getting the selected text
getSelectionText()
- Method in class net.sf.sahi.client.
Browser
getSteps()
- Method in class net.sf.sahi.client.
Browser
Returns the array of steps executed
getText(ElementStub)
- Method in class net.sf.sahi.client.
Browser
Returns the inner text of given element from the browser
getText()
- Method in class net.sf.sahi.client.
ElementStub
Returns the inner text of an element.
same as text().
Internally calls browser.getText(this);
getTimeBetweenSteps()
- Method in class net.sf.sahi.client.
Browser
Returns the time taken between each step
getValue(ElementStub)
- Method in class net.sf.sahi.client.
Browser
Returns the value of given form element from the browser
getValue()
- Method in class net.sf.sahi.client.
ElementStub
Fetches the value of a form field from the browser.
Same as value().
Internally calls browser.getValue(this)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X