「アイテム選択」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Java.SelectItem
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Java>アイテム選択
Allows you to select specific item from a Java file.
Javaファイル内の特定の項目を選択することができます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
ContinueOnError ・・・ Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False).
From ・・・ The file you get the element from
Index ・・・ The index of the element. Int32 supported only
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.使い方
準備中