Get Element Attribute
要素の属性を読み取り、変数に格納します。
WebブラウザGetAttribute
概要
要素の属性を読み取り、変数に格納します。
Read an element's attribute into a variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 変数に対応 | |
| Attribute | string | 必須 | 例: href 変数に対応 | |
| Store result in | variable | 必須 | 例: value |