UI Automation Action
コントロールを検索し、クリック、テキスト入力、またはテキスト読み取りを行います。
UI自動化UIAutomationWindows専用
概要
コントロールを検索し、クリック、テキスト入力、またはテキスト読み取りを行います。
Find a control and click it, set its text, or read its text.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 必須 | 例: Calculator 変数に対応 | |
| Find control by | dropdownName · AutomationId · ControlType | 必須 | Name | |
| Control identifier | string | 必須 | Name / AutomationId / ControlType depending on 'Find by'. 例: OK 変数に対応 | |
| Action | dropdownClick · Set Text · Get Text | 必須 | Click | |
| Value (for Set Text) | string | 任意 | 変数に対応 | |
| Store text in (for Get Text) | variable | 任意 |