arc_press_key
Press a key or key combination in the focused or specified element on a web page. Optionally target a specific element by CSS selector or tab index.
Instructions
キーまたはキーの組み合わせを押す
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | キーまたは組み合わせ(例: "Enter", "Control+A", "Escape") | |
| selector | No | フォーカスする要素のCSSセレクタ(省略時はアクティブな要素) | |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |