| Name | Description | Type | Package | Framework |
| Address | A URL address. | Class | org.encog.bot.browse | HeatonReasearch |
| BrowseError | Thrown when any sort of error related to web browsing is encountered. | Class | org.encog.bot.browse | HeatonReasearch |
| Browser | The main class for web browsing. | Class | org.encog.bot.browse | HeatonReasearch |
| Div | A document range that represents the beginning and ending DIV tag, as well as any tages embedded between them. | Class | org.encog.bot.browse.range | HeatonReasearch |
| DocumentRange | Base class that represents a document range. | Class | org.encog.bot.browse.range | HeatonReasearch |
| Form | A document range that represents a form, and all embedded tags. | Class | org.encog.bot.browse.range | HeatonReasearch |
| Form .Method | The method for this form. | Class | org.encog.bot.browse.range | HeatonReasearch |
| FormElement | A document range that represents one individual component to a form. | Class | org.encog.bot.browse.range | HeatonReasearch |
| Input | A form element that represents for input for text. | Class | org.encog.bot.browse.range | HeatonReasearch |
| Link | A document range that represents a hyperlink, and any embedded tags and text. | Class | org.encog.bot.browse.range | HeatonReasearch |
| LoadWebPage | Called to actually load a web page. | Class | org.encog.bot.browse | HeatonReasearch |
| Span | A document range that specifies a span tag, and any embedded tags. | Class | org.encog.bot.browse.range | HeatonReasearch |
| WebPage | Holds a web page that was loaded by the Browse class. | Class | org.encog.bot.browse | HeatonReasearch |