# 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](https://docs.oxygenhq.org/download-installation-start/download-and-installation/download-oxygen-ide).

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: 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:

```
GET https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/recording-web-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
