wait_for_request
Wait for a matching HTTP request to complete, based on URL pattern and optional method. Returns after the server responds.
Instructions
Wait for a matching request to complete (response received).
Only log entries with a resolved status code are considered, so this
returns after the server replied, not the moment Chrome sent the
request. ``url_pattern`` is a case-insensitive substring of the full
URL; ``method`` optionally filters on HTTP verb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| timeout | No | ||
| url_pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |