arc_watch_element
Monitor DOM element changes in Arc Browser using a CSS selector and MutationObserver, with options to watch childList, attributes, characterData, and subtree mutations.
Instructions
DOM要素の変更を監視開始する(MutationObserver使用)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSSセレクタ | |
| watch_id | No | 監視ID(結果取得・停止時に使用、省略時は自動生成) | |
| options | No | 監視オプション | |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |