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" }
ID: lbb1el5owd