Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

dragAndDrop

Automate drag-and-drop actions in web browsers by specifying source and target elements. Simplify interactions for web testing and scraping with PlayMCP Browser Automation Server.

Instructions

Drag and drop from one element to another

Input Schema

NameRequiredDescriptionDefault
sourceSelectorYes
targetSelectorYes

Input Schema (JSON Schema)

{ "properties": { "sourceSelector": { "type": "string" }, "targetSelector": { "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/jomon003/PlayMCP'

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