semantic_search_requests
Search for specific network requests within a given webpage using semantic queries. Ideal for web automation tasks with Puppeteer, returning the top 10 matching results.
Instructions
Semantically search for requests that occurred within a page URL. Returns the top 10 results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_url | Yes | The page within which to search for requests | |
query | Yes | Your search request. Make this specific and detailed to get the best results |