arc_wait_for
Wait for specified text or CSS selector to appear on a page, with configurable timeout and tab selection.
Instructions
指定したテキストまたはセレクタがページに表示されるまで待機する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | 待機するテキスト(部分一致) | |
| selector | No | 待機する要素のCSSセレクタ | |
| timeout | No | タイムアウト(ミリ秒、デフォルト: 30000) | |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |