> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/1.-get-a-load-test-session/recording-web-surfing-sessions-with-zebratester/recording-extension/record-web-session.md).

# Record Web Session

With the browser extension, you can control the recording from the dropdown.

### Setup <a href="#recordwebsession-setup" id="recordwebsession-setup"></a>

| <ul><li>Start the Zebratester Console</li><li>Open a browser window or tab with the ZebraTester Web Admin GUI</li></ul>                     |                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Open the application you want to record in a separate window or tab</li></ul>                                                       |                                                                                                                                                                                                                                                                                                                                                                                               |
| <h3 id="recordwebsession-record">Record</h3>                                                                                                | When you have done the setup, you can start recording.                                                                                                                                                                                                                                                                                                                                        |
| <ul><li>Click <strong>Start recording</strong></li></ul>                                                                                    |                                                                                                                                                                                                                                                                                                                                                                                               |
| The browser cookies and cache are cleared, if the clear cache option is enabled.                                                            |                                                                                                                                                                                                                                                                                                                                                                                               |
| <h3 id="recordwebsession-useapplication">Use Application</h3><p>While the recording is running you can record tasks in the application:</p> | <ul><li>Add a <a href="https://apica-kb.atlassian.net/wiki/spaces/DAZT/pages/4620511/Page+Break">Page Break</a></li><li>Perform actions you want to record in the application</li><li>Take <a href="https://apica-kb.atlassian.net/wiki/spaces/DAZT/pages/4620513/Screenshot">Screenshots</a> for important steps</li><li>Repeat adding page breaks and performing tasks as desired</li></ul> |
| <h3 id="recordwebsession-stop">Stop</h3><ul><li>Click <strong>Stop the recording</strong></li></ul>                                         |                                                                                                                                                                                                                                                                                                                                                                                               |
| The recording is stopped:                                                                                                                   |                                                                                                                                                                                                                                                                                                                                                                                               |
| <h3 id="recordwebsession-viewrecording">View Recording</h3>                                                                                 | <p>When you are done recording, you can view the result in the ZebraTester GUI interface:</p><p>At this stage, it is generally a good idea to save the recording.</p><ul><li>Click <strong>Save As</strong></li></ul><p>You can now work with the recording to create the desired testing script.</p>                                                                                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/1.-get-a-load-test-session/recording-web-surfing-sessions-with-zebratester/recording-extension/record-web-session.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
