playwright_iframe_fill
Fill specific elements within iframes using CSS selectors. Enables browser automation by targeting nested content, ensuring precise interaction with web page components via Playwright MCP Server.
Instructions
Fill an element in an iframe on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
iframeSelector | Yes | CSS selector for the iframe containing the element to fill | |
selector | Yes | CSS selector for the element to fill | |
value | Yes | Value to fill |