MCP Server Pentest

by 9olidity
MIT License
327
5

browser_select_text

Select elements with Select tags by their text content during web application penetration testing, enabling precise and targeted interactions for security assessments.

Instructions

Select an element on the page with Select tag by its text content

Input Schema

NameRequiredDescriptionDefault
textYesText content of the element to select
valueYesValue to select

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Text content of the element to select", "type": "string" }, "value": { "description": "Value to select", "type": "string" } }, "required": [ "text", "value" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Pentest

Related Tools

ID: qswkymafzi