「要素の有無を検出」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Java.ElementExists
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Java>要素の有無を検出
Allows you to check if the element exists in a Java file
要素がJavaファイル内に存在するかどうかをチェックします。
※コボットStudio2.0.4.0時点で当アクティビティが正常に動作しない場合がある旨確認しており、今後修正リリース予定です。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
ContinueOnError ・・・ Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False).
Exists ・・・ Check if the element exists in the file. Boolean supported only.
From
InputElement ・・・ The element you want to get.
Selector ・・・ You can add selectors here. String supported only.
TimeoutMS ・・・ Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 6000 milliseconds (6 seconds).
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中