iframe_target
Get the targetId of an iframe by matching a substring within its URL. Pass a URL fragment to locate and return the iframe's target identifier for further browser automation actions.
Instructions
iframe_target("player") → 返回第一个 URL 含 url_substr 的 iframe targetId。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_substr | Yes |