Browser Use Server

by ztobs

get_html

Retrieve HTML content from any webpage by providing the URL and optional steps like clicks or form submissions using browser automation from the Browser Use Server.

Instructions

Get the HTML content of a webpage

Input Schema

NameRequiredDescriptionDefault
stepsNoComma-separated actions or sentences describing steps to take after page load (e.g., "click #submit, scroll down" or "Fill the login form and submit")
urlYesThe URL to navigate to

Input Schema (JSON Schema)

{ "properties": { "steps": { "description": "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\")", "type": "string" }, "url": { "description": "The URL to navigate to", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Browser Use Server

Related Tools

ID: 0aqrsbhx3z