Skip to main content
Get Active App Context で対象を特定した後、このツールで具体的な UI 操作を実行します。
複数ステップの UI 作業には Computer Use エージェント(computer_use_task)を優先してください。performperform_sequence を自動呼び出しします。

サポートされるアクション

  • click: 対象要素をクリック(デフォルト)。
  • fill: elementID で特定したフィールドに入力。
  • type: elementID 不要のキー入力(例: 計算機)。
  • shortcut: ショートカット送信(例: cmd+c)。

入力

  • action (任意): click, fill, type, or shortcut (デフォルト click).
  • elementID (必須( click and fill): Get Active App Context の要素 ID。
  • text (必須( fill and type): 入力値またはキーストローク。
  • shortcut (必須( shortcut): ショートカット文字列。
  • windowID (任意): 特定ウィンドウ(pid/title)。

注意

  • elementID は UI 変更で無効になる場合があります。
  • バックグラウンドでは同じ windowID を使用。

関連