playwright_iframe_fill
Fill a specific element within an iframe on a web page using CSS selectors to target both the iframe and the element, enabling precise browser automation with Playwright.
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 |