Here are the classes with brief descriptions:
| BrowserObject | Contains methods and objects to interact with the main browser. |
| DataBaseObject | Contains methods and objects to interact with the database. |
| ExtractionInfoObject | Contains information about the updates made to a data table by an Extract action. |
| DataReaderObject | Contains objects and methods to read the results of a query. |
| GlobalObject | Contains methods and objects accessible throughout the whole project. |
| NodeObject | Contains information accessible from the current node. |
| SelectedElementsObject | Represents the currently selected elements as an ordered list. |
| TreeObject | Contains information accessible from the current actions tree. |
| UtilsObject | Contains miscellaneous utilities. |
| WebResponseObject | Represents an HTTP web response. |