Package net.sf.sahi.client

Class Summary
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.
BrowserCondition BrowserCondition is used to specify conditional waits.
BrowserElements 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.
ElementStub ElementStub is a representation of a particular HTML DOM element on the browser.
It translates to its corresponding Sahi javascript API.
 

Exception Summary
BrowserUnresponsiveException  
ExecutionException Sahi - Web Automation and Test Tool Copyright 2006 V Narayan Raman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.