browser_switch_to_frame
Switch to an iframe element using locator strategies like id, css, xpath, or name. Specify a timeout for waiting. Enables interaction with content inside frames for web automation and testing.
Instructions
Switches to an iframe element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |