Uses of Class
net.sf.sahi.client.BrowserElements

Packages that use BrowserElements
net.sf.sahi.client   
 

Uses of BrowserElements in net.sf.sahi.client
 

Subclasses of BrowserElements in net.sf.sahi.client
 class Browser
          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.