Back to Chatgpt On Wechat

browser - Browser

docs/en/tools/browser.mdx

2.0.8705 B
Original Source

Use a browser to access and interact with web pages, supports JavaScript-rendered dynamic pages.

Dependencies

DependencyInstall Command
browser-use ≥ 0.1.40pip install browser-use
markdownifypip install markdownify
playwright + chromiumpip install playwright && playwright install chromium

Use Cases

  • Access specific URLs to get page content
  • Interact with web page elements (click, type, etc.)
  • Verify deployed web pages
  • Scrape dynamic content requiring JS rendering
<Note> The browser tool has heavy dependencies. If not needed, skip installation. For lightweight web content retrieval, use the `web-fetch` skill instead. </Note>