get_search_html
Extract HTML content from web pages by searching with regex patterns to locate specific elements and retrieve surrounding context for browser automation testing.
Instructions
Search page HTML by regex pattern and return surrounding HTML context for matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | Yes | Regular expression pattern to search for | |
| index | No | Optional 0-based index of which match to return | |
| tab_id | No | Optional tab/window ID |