Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

iframe-click-element

Click elements within iframes using specific selectors to interact with embedded content during browser automation tasks.

Instructions

Click the element in the iframe

Input Schema

NameRequiredDescriptionDefault
iframeSelectorYesThe selector of the iframe to click, find from the page source code
selectorYesThe selector of the element to click, find from the page source code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "iframeSelector": { "description": "The selector of the iframe to click, find from the page source code", "type": "string" }, "selector": { "description": "The selector of the element to click, find from the page source code", "type": "string" } }, "required": [ "selector", "iframeSelector" ], "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