「複数アイテム選択」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Browser.SelectMultiple
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: ブラウザ>複数アイテム選択
This activity allows you to get data from Clipboard for further execution
このアクティビティでは、クリップボードからデータを取得して実行することができます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Browser
Comments
LastElement
LastLocator
SearchParameter
SelectValues ・・・ The value based on the type of selection you want to use. It has to be encased in quotation marks. Format: {“Value1”, “Value2”,…”ValueN”}
Selector ・・・ String of characters that identifies the specified field.
ContinueOnError ・・・ A Boolean variable has two possible values: True or False. True: allows the rest of the process to continue the execution even an error occurs within the activity. False (default): blocks the process from continuing the execution.
DisplayName ・・・ The name of this activity. You can edit the name of the activity to organize and structure your code better.
SearchMethod
SelectType ・・・ The items can be selected by 3 types: INDEX ? Index of the items (Starting from 0). VALUE ? Value of the items. TEXT ? Text of the items.
TimeoutMS ・・・ The amount of time (in milliseconds) to wait for the activity to run before an exception is thrown. Default value: 2000 (milliseconds).
WaitVisible ・・・ A Checkbox has two possible values: True or False. Check: the automation will wait for the target to be visible before executing the activity. Uncheck (default): the automation will not wait for the target to be visible before executing the activity.
4.使い方
準備中