Playwright MCP Server

by BhanuTJ93
MIT License
18,115
  • Linux
  • Apple

playwright_drag

Drag a web element to a target location using CSS selectors. Specify the source element and destination to automate interactions in real browser environments with the Playwright MCP Server.

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/BhanuTJ93/MCP'

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