get_html
Fetch the HTML content of any webpage by providing its URL. Optionally include specific actions like clicking or scrolling post-page load for dynamic content extraction.
Instructions
Get the HTML content of a webpage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
steps | No | Comma-separated actions or sentences describing steps to take after page load (e.g., "click #submit, scroll down" or "Fill the login form and submit") | |
url | Yes | The URL to navigate to |