Browser Automation

Browser Automation

hihuzhen

Automates your actual Chrome browser through a WebSocket connection and browser extension, enabling AI agents to navigate websites, fill forms, and take screenshots without requiring headless browser setups.

2900 views1Local (stdio)

What it does

  • Navigate web pages and control browser history
  • Click elements and fill forms using selectors
  • Take screenshots of pages or specific elements
  • Extract web page content and HTML
  • Simulate keyboard inputs and interactions
  • Monitor and manage browser tabs and windows

Best for

AI agents performing web automation tasksTesting and monitoring web applicationsData extraction from dynamic websitesForm filling and web workflow automation
Uses your actual browser, not headlessChrome extension + WebSocket architectureRuns locally for privacy

Tools (10)

browser_navigate

Navigate to a URL or refresh the current tab.

get_windows_and_tabs

Get all currently open browser windows and tabs

browser_go_back_or_forward

Navigate back or forward in browser history

browser_click_element

Click on an element in the current page

browser_fill_or_select

Fill a form element or select an option with the specified value

Alternatives