| Class | Description |
|---|---|
| BrowserTester |
Runs a small test application for the screen scraper web browser
|
| ClickedTag |
The represents the information for a clicked form field on a webpage
|
| DOMHelper |
A helper class to print DOM nodes and to find DOM nodes
|
| JSConstants |
Holds all the constants needed for loading/using the javascript
functionality in the web browser
|
| ScreenScraperWebBrowser |
This is a wrapper class for the jxBrowser object It adds some convenience functionality for using in screen-scraper
|
| ScriptProgressListener |
Progress Listener that loads the default javascript files when the location changes.
|
| SimpleBrowser |