# stopRecording

{% hint style="warning" %}
This command is currently not yet fully supported, we are working on making this available as soon as possible.
{% endhint %}

Stops a screen recording, with the result being made available in the test run Artifacts.

## Examples

```yaml
- stopRecording
```

Should be preceeded by a [startRecording](/creating-tests/commands/startrecording.md) to start the recording.

## Related Commands

[startRecording](/creating-tests/commands/startrecording.md)


---

# 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.moropo.com/creating-tests/commands/stoprecording.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.
