playwright_iframe_click
Click elements within iframes on web pages using CSS selectors for both the iframe and the target element. Enables precise browser automation for interacting with embedded content.
Instructions
Click 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 click | |
selector | Yes | CSS selector for the element to click |