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

URL Matcher
object
HTTP Method
POST | GET | DELETE | PUT | PATCH | OPTIONS
Only match requests that have this HTTP Method
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.