Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

drag-element

Simulate dragging a specified webpage element to a target location using element selectors. Part of AdsPower LocalAPI MCP Server, enabling precise browser interaction for automation.

Instructions

Drag the element

Input Schema

NameRequiredDescriptionDefault
selectorYesThe selector of the element to drag, find from the page source code
targetSelectorYesThe selector of the element to drag to, find from the page source code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selector": { "description": "The selector of the element to drag, find from the page source code", "type": "string" }, "targetSelector": { "description": "The selector of the element to drag to, find from the page source code", "type": "string" } }, "required": [ "selector", "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/AdsPower/local-api-mcp-typescript'

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