playwright_iframe_fill
Fill elements within iframes on web pages using CSS selectors. Specify the iframe, target element, and value to automate input in browser environments.
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 |