playwright_expect_response
Initiate waiting for an HTTP response in browser automation by specifying a URL pattern and unique identifier for later retrieval. Part of Playwright MCP Server's web interaction tools.
Instructions
Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Unique & arbitrary identifier to be used for retrieving this response later with `Playwright_assert_response`. | |
url | Yes | URL pattern to match in the response. |