Browser Use Server

screenshot

Take a screenshot of a webpage

Input Schema

NameRequiredDescriptionDefault
full_pageNoWhether to capture the full page or just the viewport
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": { "full_page": { "default": false, "description": "Whether to capture the full page or just the viewport", "type": "boolean" }, "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