Browserbase
搜索与获取by browserbasehq
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to interact with web pages, take screenshots, and run parallel sessions in a cloud browser environment.
Tools (9)
browserbase_session_createCreate or reuse a Browserbase browser session and set it as active.
browserbase_session_closeClose the current Browserbase session and reset the active context.
browserbase_stagehand_navigateNavigate to a URL in the browser. Only use this tool with URLs you're confident will work and be up to date. Otherwise, use https://google.com as the starting point
browserbase_stagehand_actPerform a single action on the page (e.g., click, type).
browserbase_stagehand_extractExtract structured data or text from the current page using an instruction.
browserbase_stagehand_observeFind interactive elements on the page from an instruction; optionally return an action.
browserbase_screenshotCapture a full-page screenshot and return it (and save as a resource).
browserbase_stagehand_get_urlReturn the current page URL (full URL with query/fragment).
browserbase_stagehand_agentExecute a task autonomously using Gemini Computer Use agent. The agent will navigate and interact with web pages to complete the given task.