playwright_iframe_click
Interact with web elements inside iframes by specifying their CSS selectors. This tool enables precise clicking within iframes using Playwright's browser automation capabilities.
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 |