Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

test_dropdown_with_error_capture

Test dropdown functionality in web applications by capturing console errors and monitoring page state changes during interaction.

Instructions

Test dropdown interactions with comprehensive console error capture and page state monitoring

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
dropdownSelectorYesCSS selector, testID, or text content to identify the dropdown button
takeScreenshotsNoTake before/after screenshots
urlYesURL of the React app
waitAfterClickNoTime to wait after clicking to capture errors (ms)

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "dropdownSelector": { "description": "CSS selector, testID, or text content to identify the dropdown button", "type": "string" }, "takeScreenshots": { "default": true, "description": "Take before/after screenshots", "type": "boolean" }, "url": { "description": "URL of the React app", "type": "string" }, "waitAfterClick": { "default": 3000, "description": "Time to wait after clicking to capture errors (ms)", "type": "number" } }, "required": [ "url", "dropdownSelector" ], "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/JMRMEDEV/amazon-q-web-scraper-mcp'

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