UI Element Exists
ウィンドウ内にコントロールが存在するかどうかを変数に格納します。
UI自動化UIAutomationElementExitsWindows専用
概要
UI Element Exists は、AutoFlowRPA の UI自動化 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 4 個のパラメータを設定して、動作を細かく制御できます。 このステップは Windows で動作します。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
ウィンドウ内にコントロールが存在するかどうかを変数に格納します。
Store whether a control exists in the window.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 変数に対応 | |
| Store result in | variable | 必須 | 例: exists |
UI Element Exists コマンドの使い方
- 1
AutoFlowRPAを開き、UI自動化グループからUI Element Existsコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。UI Element Existsには設定可能な項目が4個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
UI Element Exists コマンドは何をしますか?
ウィンドウ内にコントロールが存在するかどうかを変数に格納します。
UI Element Exists コマンドはどのグループに属しますか?
UI Element ExistsはUI自動化グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
UI Element Exists コマンドにパラメータはありますか?
はい。UI Element Existsには設定可能な項目が4個あり、ビジュアルノードエディタで編集できます。