arc_drag
Drag and drop elements using CSS selectors. Specify source and destination selectors, with optional tab index.
Instructions
要素を別の要素にドラッグ&ドロップする
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_selector | Yes | ドラッグ元のCSSセレクタ | |
| to_selector | Yes | ドロップ先のCSSセレクタ | |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |