「タブを閉じる」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Browser.CloseTab
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: ブラウザ>タブを閉じる
The Close Tab activity closes currently displayed tab in a browser.
タブを閉じるアクティビティは、ブラウザで現在表示されているタブを閉じます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Browser
LastElement
LastLocator
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 display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中