[04]Browser Scope

Last modified by Tuan Nguyen on 2022/05/13 02:20

RCA.Activities.Browser.BrowserScrope

Description

The Browser Scope activity creates a container that lets you attach an already opened Browser and execute actions within the Browser.

Browser_BrowserScope
(* For Mandatory)

In the body of activity

  • Do - The activities you want to execute within the browser.

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.
  • Quit Browser on Completed or Faulted (Checkbox) - Specifies whether the browser is closed when execution is finished or faulted. Default value is true.

Input

  • Browser (String)* - Input of type Browser. The input can be gotten from the output of the Open Browser activity.

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement 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.
    E.g: [234234234] Browser Scope

Output

  • Output Browser (String) - Output of the activity with type = ‘Browser’. Not allow whitespace in the output’s name.
  
Navigation