Skip to main content
Glama

Bright Data Web MCP

by dsouza-anush

scraping_browser_wait_for

Wait for a specific element to become visible on a webpage using a CSS selector, ensuring reliable interaction during web scraping and browser automation.

Instructions

Wait for an element to be visible on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to wait for
timeoutNoMaximum time to wait in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector to wait for", "type": "string" }, "timeout": { "description": "Maximum time to wait in milliseconds (default: 30000)", "type": "number" } }, "required": [ "selector" ], "type": "object" }

Other Tools from Bright Data Web MCP

Related Tools

    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/dsouza-anush/brightdata-mcp-heroku'

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