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

F

fetch(String) - Method in class net.sf.sahi.client.Browser
Fetches the value of any DOM property
fetch(ElementStub) - Method in class net.sf.sahi.client.Browser
Fetches the string value of an element stub by performing an eval on the browser
fetch() - Method in class net.sf.sahi.client.ElementStub
 
fetch(String) - Method in class net.sf.sahi.client.ElementStub
Fetches the string value of a property of this element.
Eg.
browser.div("content").fetch("innerHTML")
file(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a file element
Usage: browser.file(identifier)
HTML: <input type="file" name="name" id="id" value="value">
Identifier: index, name, id, className

Example:
browser.file("uploadme")
Use with setFile.
focus(ElementStub) - Method in class net.sf.sahi.client.Browser
Brings focus on the element.
focus() - Method in class net.sf.sahi.client.ElementStub
Brings focus on the element.

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