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

G

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);
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);
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)

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