Skip to main content
Glama
341,865 tools. Last updated 2026-07-30 11:44

"WebdriverIO" matching MCP tools:

  • Load a specified URL in the current browser tab, resetting page state and waiting for full page load. Use instead of clicking links when the target URL is known.
    MIT
  • Retrieves a list of all open browser tabs with their handles, titles, URLs, and active status. Use this to identify the target tab before switching.
    MIT
  • Discover available automation contexts (NATIVE_APP, WEBVIEW_*) and the currently active context to prepare for context switching in mobile hybrid app testing.
    MIT
  • Launch Chrome with remote debugging and a fresh temporary profile. Choose between running alongside existing Chrome or starting with an empty profile.
    MIT

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