Skip to main content
Glama
521,628 tools. Updated 2026-09-06 11:42

"WebdriverIO" matching MCP tools:

Matching MCP Servers

  • Execute arbitrary JavaScript in browser or mobile commands to read/modify DOM, trigger events, or run Appium actions when no dedicated tool exists.
    MIT
  • Emulate a mobile or tablet device in your browser by adjusting viewport, DPR, user-agent, and touch events. Omit device to list presets, or pass 'reset' to restore desktop.
    MIT
  • Drag a source element to a target element or to relative x/y offsets. Enables precise element repositioning in mobile automation with configurable duration.
    MIT
  • Switch WebDriver frame context to an iframe using a CSS or XPath selector, or omit the selector to return to the top-level frame. Subsequent commands operate within the switched frame.
    MIT
  • Retrieve all cookies for the current session or a specific cookie by name to verify authentication state, session tokens, or feature flags after login.
    MIT
  • Start a new browser or mobile automation session. Supports local, cloud, and external WebDriver endpoints with options for headless, attach mode, and tunneling.
    MIT
  • Retrieve interactable page elements with selectors and text. Filter by type, viewport visibility, and paginate results for precise element selection.
    MIT
  • Attach to an existing remote WebDriver or Appium session by ID without creating a new session. The externally managed session is detached, not terminated, on close.
    MIT
  • Clears an input or textarea then types text character by character, firing input, change, and key events to trigger validation and autocomplete.
    MIT