UI Get Element Status
コントロールの有効/表示状態をdictとして取得します。
UI自動化UIAutomationGetElementStatusWindows専用
概要
UI Get Element Status は、AutoFlowRPA の UI自動化 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 4 個のパラメータを設定して、動作を細かく制御できます。 このステップは Windows で動作します。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
コントロールの有効/表示状態をdictとして取得します。
Get a control's enabled/visible status as a dict.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 status in | variable | 必須 | 例: status |
UI Get Element Status コマンドの使い方
- 1
AutoFlowRPAを開き、UI自動化グループからUI Get Element Statusコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。UI Get Element Statusには設定可能な項目が4個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
UI Get Element Status コマンドは何をしますか?
コントロールの有効/表示状態をdictとして取得します。
UI Get Element Status コマンドはどのグループに属しますか?
UI Get Element StatusはUI自動化グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
UI Get Element Status コマンドにパラメータはありますか?
はい。UI Get Element Statusには設定可能な項目が4個あり、ビジュアルノードエディタで編集できます。