UI Set Element Text
編集可能なコントロールにテキストを入力します。
UI自動化UIAutomationSetTextWindows専用
概要
編集可能なコントロールにテキストを入力します。
Type text into an editable control.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 必須 | 例: Calculator 変数に対応 | |
| Find control by | dropdownName · AutomationId · ControlType | 必須 | Name | |
| Control identifier | string | 必須 | Name / AutomationId / ControlType depending on 'Find by'. 例: OK 変数に対応 | |
| Text | string | 必須 | 変数に対応 |