Skip to main content
Glama
520,146 tools. Updated 2026-09-06 09:34

"Selenium" matching MCP tools:

  • Close the active Selenium browser session to release memory and end automation tasks. Use this tool to cleanly shut down the browser when done.
    MIT
  • Terminate the current Selenium browser session to free up resources and prepare for a new session.
    MIT
  • Convert recorded Selenium browser sessions into Cucumber Gherkin feature files with Java step definitions, supporting raw Selenium or Selenium Boot framework flavors.
    MIT
  • Turn your recorded browser session into a Java TestNG test class. Choose standalone Selenium or Selenium Boot for framework-managed driver and accessible locators.
    MIT
  • Launch a browser profile and get automation endpoints (Puppeteer/Playwright WebSocket, Selenium, debug port) to start driving pages immediately.
    MIT

Matching MCP Servers

  • Convert generated test cases into runnable automation scripts for Playwright, Cypress, Selenium, or Puppeteer by providing the source job ID.
    MIT
  • Review the agent's configuration, security policy, workspace roots, interpreter, and execution permissions to diagnose unexpected behavior. Call first each session to establish a baseline; it is read-only and safe to repeat.
    MIT
  • Detect if directory is in a Selenium Boot project by locating selenium-boot.yml or io.github.seleniumboot in pom.xml/build.gradle. Run before Java code generation to pick selenium_boot framework.
    MIT
  • Type text into an input field or textarea using the element index from get_interactive_elements. Clears existing text before entering new text.
    MIT
  • Scans workspace to identify Python automation project: dependencies, test runner, test roots, virtual envs, browser library, page-object dirs, CI config. Read-only, evidence-based, no code execution.
    MIT
  • Search SoundCloud for tracks and get a list of results with title, artist, plays, likes, and track URL.
    MIT
  • List all open browser tabs with indices and names, enabling informed tab switching decisions during automation.
    MIT
  • Capture a screenshot of the current browser window for debugging or visual analysis. Screenshots are saved to a configurable directory.
    MIT
  • Append recorded browser scenarios as test code to an existing file, with support for Playwright, Selenium, and Page Object integration.
    ISC
  • Launch a browser session to specify Firefox, enable headless mode, or set a custom window size. Enables Selenium-powered web automation and test creation.
    MIT