Selenium WebDriver

Selenium WebDriver

pshivapr

Controls web browsers programmatically through Selenium WebDriver to automate browsing tasks, interact with web pages, and capture screenshots. Works with Chrome, Firefox, and Edge browsers.

41,095 views6Local (stdio)

What it does

  • Open and control browser sessions
  • Navigate to URLs and browse pages
  • Interact with web elements and forms
  • Capture screenshots of web pages
  • Execute JavaScript code in browsers
  • Extract page content and data

Best for

QA engineers automating web testingDevelopers scraping web dataAutomating repetitive browser tasksAI assistants performing web research
Supports Chrome, Firefox, and EdgeFull browser automation capabilitiesWorks with AI assistants via MCP

Tools (56)

browser_open

Open a new browser session

browser_navigate

Navigate to a URL

browser_navigate_back

Navigate back in the browser

browser_navigate_forward

Navigate forward in the browser

browser_title

Get the current page title

Alternatives