playwright_iframe_fill
Fill elements within iframes using CSS selectors and specified values. Automate web page interactions in iframes via Playwright MCP Server for browser automation.
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 |