arc_upload_file
Upload a file in Arc Browser by setting its local path to a file input element. Specify the CSS selector and optional tab index.
Instructions
ファイルアップロード用のinputにファイルパスを設定する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ファイルinputのCSSセレクタ | |
| file_path | Yes | アップロードするファイルのローカルパス | |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |