Primitive steps
Record requests
Record requests matching a specific URL pattern
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
A regex pattern to match the request URL.
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.