Wait Browser Complete

Last modified by Nhan Nguyen on 2022/05/13 03:47

RCA.Activities.IE.WaitBrowserComplete

Description

To wait for the browser to complete loading a page.

image-20220506111359-1.png

(* for Mandatory)

Properties

Common

  • Continue On Error (Boolean) - 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.

Input

  • Timeout MS (Int32) - The maximum amount of time (in milliseconds) to wait for the activity to run before an error is thrown. If the timeout expires, the activity will terminate. Default value: 10000 (milliseconds).

            Ex: 10000

Misc

  • Public (Checkbox) - Check if you want to publicize it. Remember to consider data security requirements before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Ex: [867238423] Wait Browser Complete

Output

  • Wait Success (Boolean) - A Boolean type variable indicating whether the activity is succeeded or not.

Table of Content

  
Navigation