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.
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.