activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
UI Automation のアクティビティ
Last updated 2024年11月22日

画面上の画像をクリック

UiPath.Core.Activities.SAP.ClickPictureOnScreen

説明

SAP GUI 画面に表示される画像をクリックします。

プロジェクトの対応 OS

Windows - レガシ | Windows

構成

デザイナー パネル
  • Indicate on screen - Indicate the UI element to use as target.

    After you indicate the target, select the Menu docs image button to access the following options:
    • Indicate on screen - Indicate the target again.
    • Edit Selector - Opens the Selector Editor wizard where you can configure the selector.
    • Open in UiExplorer - Opens UI Explorer with the UI element selected in the visual tree.
    • Change Informative Screenshot - Change the screenshot of the target application or web page.
    • Remove Informative Screenshot - Remove the screenshot of the target application or web page.
    • Show Informative Screenshot (double click) - Display the full the screenshot of the target application or web page.
    • オブジェクト リポジトリに追加 - 現在の UI 要素をライブラリ プロジェクトに追加し、オートメーション プロセス全体で要素を再利用することができます。
  • Click Type - Select from the drop-down menu the type of mouse click to perform when simulating the click event: Single, Double, Down, or Up. The default option is Single.
プロパティ パネル

共通

  • エラー発生時に実行を継続 - アクティビティでエラーが発生した場合でも、オートメーションを継続するかどうかを指定します。このフィールドでは Boolean 値 (TrueFalse) のみがサポートされています。既定値は False です。その結果、フィールドが空白の場合にエラーが発生すると、プロジェクトの実行が停止します。値を True に設定すると、プロジェクトの実行はエラーに関係なく継続されます。

    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is set to True, no error is caught when the project is executed.
  • 実行後の待機時間 - アクティビティの実行後の遅延時間 (ミリ秒単位) です。既定の時間は 300 ミリ秒です。
  • 実行前の待機時間 - アクティビティが何らかの操作の実行を開始する前の遅延時間 (ミリ秒単位) です。既定の時間は 200 ミリ秒です。
  • 表示名 - アクティビティの表示名です。

入力

  • ClickType - Select from the drop-down menu the type of mouse click to perform when simulating the click event: Single, Double, Down, or Up. The default option is Single.
  • ターゲット - ターゲット要素です。ターゲット要素を設定する必要があります。画面で指定する前は、このフィールドは (null) に設定されています。ターゲットを指定すると、指定した要素に関連するすべてのプロパティが表示されます。
    • クリッピング領域 - UiElement を基準とし、左、上、右、下の方向で、クリッピング四角形 (ピクセル単位) を定義します。正と負の両方の値をサポートしています。
    • Element - Use the UiElement variable returned by another activity. This property cannot be used alongside the Selector property. This field supports only UiElement variables.
    • Selector - アクティビティの実行時に特定の UI 要素の検索に使用する Text プロパティです。実際には、検索しようとする GUI 要素とそのいくつかの親要素の属性を指定する XML フラグメントです。
    • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before the SelectorNotFoundException error is thrown. The default value is 30000 milliseconds (30 seconds).
    • 準備完了まで待機 - アクションを実行する前にターゲットの準備が完了するまで待機します。次のオプションが使用できます。
      • NONE - ターゲット要素以外の要素の読み込みを待たずに、アクションを実行します。たとえば、UI 要素がすべて読み込まれるまで待つことなく、Web ページからテキストを取得したり、特定のボタンをクリックしたりする場合に、このオプションを使用できます。ボタンがまだ読み込まれていない要素 (スクリプトなど) に依存している場合、これは望ましくない結果を招く可能性があります。
      • Interactive/Complete - 実際に操作を実行する前に、対象アプリのすべての UI 要素が存在するようになるまで待ちます。

        アプリケーションが対話または完了のどちらのステートにあるか調べるには、以下のタグを検証します。

        • Desktop applications - <wnd> タグ、<ctrl> タグ、<java> タグ、または <uia> タグの存在を確認するために wm_null メッセージが送信されます。存在する場合、アクティビティが実行されます。
        • Web アプリケーション:
          • Internet Explorer - The <webctrl> tag is used to check if the Ready state of the HTML document is set to Complete. Additionally, the Busy state has to be set to False.
          • Others - <webctrl> タグは、HTML ドキュメントの Ready ステートが Complete であるかどうかを確認するために使用されます。
        • SAP applications - 最初に <wnd> タグを確認した後、SAP 固有の API を使用して、セッションがビジーかどうかを検出します。

その他

  • プライベート - オンにすると、変数および引数の値が Verbose レベルでログに出力されなくなります。このフィールドでは、Boolean 値 (TrueFalse) のみがサポートされています。既定値は False です。

オプション

  • KeyModifiers - Enables you to add a key modifier in combination with the action of the activity. The following options are available: None, Alt, Ctrl, Shift, Win. The default option is None.

    注: [キー修飾子] は、[クリックをシミュレート] オプションおよび [ウィンドウ メッセージを送信] オプションと併用できません。これらのオプションの組み合わせのいずれかを使用したアクティビティを含むワークフローを実行しても、エラーはスローされません。
  • PictureOffsetX - 画像の左上の角を起点として水平方向にずらす距離を指定します。このフィールドでは Int32 型の変数のみがサポートされています。
  • PictureOffsetX - 画像の左上の角を起点として水平方向にずらす距離を指定します。このフィールドでは Int32 型の変数のみがサポートされています。
  • 説明
  • プロジェクトの対応 OS
  • 構成

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.