UI Get Element Status
コントロールの有効/表示状態をdictとして取得します。
UI自動化UIAutomationGetElementStatusWindows専用
概要
コントロールの有効/表示状態をdictとして取得します。
Get a control's enabled/visible status as a dict.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 必須 | 例: Calculator 変数に対応 | |
| Find control by | dropdownName · AutomationId · ControlType | 必須 | Name | |
| Control identifier | string | 必須 | Name / AutomationId / ControlType depending on 'Find by'. 例: OK 変数に対応 | |
| Store status in | variable | 必須 | 例: status |