UI Automation Action
コントロールを検索し、クリック、テキスト入力、またはテキスト読み取りを行います。
UI自動化UIAutomationWindows専用
概要
UI Automation Action は、AutoFlowRPA の UI自動化 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 7 個のパラメータを設定して、動作を細かく制御できます。 このステップは Windows で動作します。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
コントロールを検索し、クリック、テキスト入力、またはテキスト読み取りを行います。
Find a control and click it, set its text, or read its text.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 任意 | Leave blank to search the whole desktop (e.g. pop-up menu items and drop-downs that have no window of their own). 例: Calculator 変数に対応 | |
| Find control by | dropdownName · AutomationId · ControlType | 必須 | Name | |
| Control identifier | string | 必須 | Name / AutomationId / ControlType depending on 'Find by'. 例: OK 変数に対応 | |
| Control type (optional) | string | 任意 | Narrow the match to a UIA control type such as MenuItem, ListItem or Button. Combined with the Name this disambiguates pop-up / context-menu items. 例: MenuItem | |
| Action | dropdownClick · Set Text · Get Text | 必須 | Click | |
| Value (for Set Text) | string | 任意 | 変数に対応 | |
| Store text in (for Get Text) | variable | 任意 |
UI Automation Action コマンドの使い方
- 1
AutoFlowRPAを開き、UI自動化グループからUI Automation Actionコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。UI Automation Actionには設定可能な項目が7個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
UI Automation Action コマンドは何をしますか?
コントロールを検索し、クリック、テキスト入力、またはテキスト読み取りを行います。
UI Automation Action コマンドはどのグループに属しますか?
UI Automation ActionはUI自動化グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
UI Automation Action コマンドにパラメータはありますか?
はい。UI Automation Actionには設定可能な項目が7個あり、ビジュアルノードエディタで編集できます。