playwright_iframe_fill
Fill elements within iframes on web pages using CSS selectors and specified values. Simplifies browser automation tasks by targeting nested content directly in Playwright 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 |