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