> For the complete documentation index, see [llms.txt](https://docs.oxygenhq.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/recording-web-tests.md).

# Recording a Web Test

## Recording User Interactions <a href="#recording-user-interactions" id="recording-user-interactions"></a>

For Oxygen IDE download instructions - please refer to the [Download Page](/download-installation-start/download-and-installation/download-oxygen-ide.md).

Oxygen IDE allows you to record user interactions with the web browser and generate automation scripts.\
To begin recording open IDE and click on the microphone icon located in the top right corner. From here on, any action performed in the browser will be appended to the currently open script in the IDE. You may notice additional comment blocks preceding each command being recorded - those specify alternative locators which can be used with the command.

Currently recording is supported on Chrome.

{% hint style="info" %}
It's advisable to disable Chrome extension when recording isn't used as it might unnecessary slow down the browser under regular use.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=wHEBR-xxL2o>" %}

### Known Issues <a href="#known-issues" id="known-issues"></a>

**General**

* Transitions between dynamically generated iframes might fail sometimes.
* Transitions between nested iframes might fail sometimes.
* Transition between iframe and its parent doesn't work for pop-up windows.


---

# 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.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/recording-web-tests.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.
