Skip to main content
Glama

AI Vision Debug MCP Server

playwright_drag

Simulate dragging a UI element to a target location using CSS selectors | Facilitates UI testing and automation in the AI Vision Debug MCP Server environment.

Instructions

Drag an element to a target location

Input Schema

NameRequiredDescriptionDefault
sourceSelectorYesCSS selector for the element to drag
targetSelectorYesCSS selector for the target location

Input Schema (JSON Schema)

{ "properties": { "sourceSelector": { "description": "CSS selector for the element to drag", "type": "string" }, "targetSelector": { "description": "CSS selector for the target location", "type": "string" } }, "required": [ "sourceSelector", "targetSelector" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/mcp-server-ai-vision'

If you have feedback or need assistance with the MCP directory API, please join our Discord server