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

B

blockquote(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines block quote.
blur(ElementStub) - Method in class net.sf.sahi.client.Browser
Simulates a blur event on the element
blur() - Method in class net.sf.sahi.client.ElementStub
 
bold(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines bold.
Browser - Class in net.sf.sahi.client
Browser is the main driver class for Sahi.
It performs various actions on the browser and is also a factory for ElementStubs which are a representation of various elements on the browser DOM.
A Browser instance is associated with a specific session on the Sahi proxy.
Browser(String) - Constructor for class net.sf.sahi.client.Browser
Constructs a Browser object and associates it with a session on Sahi Proxy
Browser(String, String, String) - Constructor for class net.sf.sahi.client.Browser
Constructs a Browser object and associates it with a session on Sahi Proxy
Browser(String, String, String, String, int) - Constructor for class net.sf.sahi.client.Browser
Constructs a Browser object and associates it with a session on Sahi Proxy
Browser(String, String, int) - Constructor for class net.sf.sahi.client.Browser
 
Browser() - Constructor for class net.sf.sahi.client.Browser
 
BrowserCondition - Class in net.sf.sahi.client
BrowserCondition is used to specify conditional waits.
BrowserCondition(Browser) - Constructor for class net.sf.sahi.client.BrowserCondition
 
BrowserElements - Class in net.sf.sahi.client
BrowserElements represents the different Accessor APIs that Sahi exposes.
Each of the APIs returns an ElementStub which is a representation of a particular HTML DOM element on the browser.
Have a look at Sahi Browser Accessor APIS for more information on each accessor.
BrowserElements() - Constructor for class net.sf.sahi.client.BrowserElements
 
BrowserUnresponsiveException - Exception in net.sf.sahi.client
 
BrowserUnresponsiveException(String) - Constructor for exception net.sf.sahi.client.BrowserUnresponsiveException
 
button(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a button element.
byClassName(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines an element accessed by class name.
byId(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines an element accessed by id.
bySeleniumLocator(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a bySeleniumLocator.
byText(Object...) - Method in class net.sf.sahi.client.BrowserElements
Identifies an element by text.
byXPath(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines an element accessed by xpath.

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