|
Interface Summary |
| BrowserMob |
The main control interface for BrowserMob scripts - All scripts must start here first. |
| CSVTable |
An object that represents a CSV table of data. |
| HttpClient |
The API that makes HTTP requests for BrowserMob scripts. |
| HttpGetRequest |
An object representing an HTTP GET request to be made in the future. |
| HttpPostRequest |
An object representing an HTTP POST request to be made in the future. |
| HttpResponse |
The result of an HTTP request in a Virtual User (VU) script. |
| Selenium |
The control mechanism for a Real Browser User (RBU) script. |
| Transaction |
Aggregate information about a transaction in an RBU or VU script. |
| TransactionStep |
Aggregate information about a particular step in an RBU or VU script. |
| TransactionStepObject |
Basic information about an individual HTTP request during an RBU or VU test. |