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.