Skip to main content
Glama

Playwright MCP Server

by pvinis

playwright_drag

Drag a web element from one location to another using CSS selectors for source and target elements. Part of the Playwright MCP Server for web interactions.

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/pvinis/mcp-playwright-stealth'

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