Upload File
ファイル<input>要素にファイルを設定します。
WebブラウザSeleniumBrowserUploadFile
概要
ファイル<input>要素にファイルを設定します。
Set the file(s) of a file <input> element.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Browser instance | variable | 必須 | browser | Name that identifies this browser session. |
| Selector type | dropdownCSS · XPath · ID · Name · Text | 必須 | CSS | |
| Selector | string | 必須 | Element selector (matches the selector type). 例: #submit 変数に対応 | |
| File(s) | file | 必須 | One path, or comma-separated paths for multi-upload. 例: C:/docs/a.pdf 変数に対応 |