コボットPortal

要素が消えるまで待機(B)

「要素が消えるまで待機」アクティビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

RCA.Activities.Browser.WaitElementVanish

2.説明

Studio バージョン ~2.1.0.0

  クイックアクセス: 「ツールボックス」 > 「ブラウザ」 > 「要素が消えるまで待機」

Studio バージョン 2.1.1.1(RCA.Activities.Browser バージョン 2.1.0.1)~

  クイックアクセス: 「ツールボックス」 > 「ブラウザ」 > 「要素が消えるまで待機(B)」

※コボットStudio/Agent2.1.1.1リリース時のアクティビティ(RCA.Activities.Browser バージョン 2.1.0.1)から、アクティビティ名の後ろに(B)が付きました。アクティビティのバージョンを更新する方法は「アクティビティの追加・削除方法(2.1.0.0~)」をご参照ください。

The Wait Element Vanish activity waits for a selected element to disappear from a webpage.

選択した要素がウェブページから消えるのを待ちます。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

Browser

Comments

Invisible

LastElement

LastLocator

SearchParameter

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 if the element does not appear. 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.

SearchMethod

TimeoutMS ・・・ The amount of time (in milliseconds) to wait for the activity to run. If the timeout has expired, the page would not be loaded further. 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.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.