Start recording requests that match a specific URL pattern. This is useful for capturing API calls or other network requests made by the application during testing. The recorded requests can later be retrieved using the get recorded requests step.

Only requests made after this step is executed will be recorded. If an action triggers the request, make sure to add this step before the action in your test.

Inputs

Request pattern
string
required

A regex pattern to match the request URL.

Key
string
required

A unique key to identify the recorder. This key can be used in the get recorded requests step to wait for the request to complete.