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

R

radio(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a radio button.
rangebox(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a rangebox.
removeFocus(ElementStub) - Method in class net.sf.sahi.client.Browser
Removes focus from the element.
removeFocus() - Method in class net.sf.sahi.client.ElementStub
Removes focus from the element.
removeURLMock(String) - Method in class net.sf.sahi.client.Browser
Removes any mocks associated with given pattern
reset(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a form's reset button.
restartPlayback() - Method in class net.sf.sahi.client.Browser
Re-initializes proxy for playback if proxy is restarted.
Should be invoked if proxy is started as a different process and needs a restart.
rightClick(ElementStub) - Method in class net.sf.sahi.client.Browser
Right clicks the given element
rightClick() - Method in class net.sf.sahi.client.ElementStub
Performs a right click on this element.
Internally calls browser.rightClick(this);
rightOf(ElementStub) - Method in class net.sf.sahi.client.ElementStub
 
row(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a row(tr) within a table element.
rte(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines rte.
rteHTML() - Method in class net.sf.sahi.client.ElementStub
Fetches the HTML of a Rich Text Editor (RTE).
This will be browser dependent
rteText() - Method in class net.sf.sahi.client.ElementStub
Fetches the text of a Rich Text Editor (RTE).
rteWrite(ElementStub, String) - Method in class net.sf.sahi.client.Browser
Sets the value in a Rich Text Editor (RTE)
rteWrite(String) - Method in class net.sf.sahi.client.ElementStub
Writes the text into the Rich Text Editor (RTE).
Internally calls browser.rteWrite(this, value);

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