[01]Open Browser

Last modified by admin on 2023/11/01 14:55

RCA.Activities.Browser.OpenBrowser

Description

The Open Browser activity allows you to navigate to a specified URL by launching a browser and executing multiple activities within it.

Browser_OpenBrowser

(* for Mandatory)

In the body of the activity

  • URL to be inserted (String)* - The URL that you want to open in the browser. The URL must be quoted.
    E.g: "https://akabot.com/"
  • 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. This will only close window Browser opened by this activity.

Input

  • Browser Type (Dropdown List) - The choice of browser for this activity to use. There are four choices: Chrome, Firefox, IE, Edge
  • Timeout MS (Int32) - The maximum amount of time (in milliseconds) to wait for the activity to complete before an error is thrown. If the timeout expires, the activity will be terminated. Default value: 30000 (milliseconds).
    Eg: 30000
  • URL (String)* – Starting this destination URL when the browser is opened.
    E.g: "https://akabot.com/"

Proxy

  • Http Proxy (String) - IP address of the site you’re trying to access. It is a string, so it has to be encased in quotation marks. E.g. “127.0.0.0”
  • Username (String) - Username of the user account used to access the proxy. It is a string, so it has to be encased in quotation marks.
    E.g: “username1”
  • Password (String) - Password of the user account used to access the proxy. It is a string, so it has to be encased in quotation marks.
    E.g: “password@123”

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.
    Eg: [34235252] Open Browser

Options

  • Default Download Folder (String) - Default folder to save file
    Ex: “D:\Users\"
  • Ensure Clean Session(Checkbox) - Specifies whether the session would be cleaned before opening browser. Default value is false.
  • Hide Command Prompt (Checkbox) - Hide Command Prompt window of the Web Driver. Default value is true.
  • Maximize (Checkbox) - Maximizes the size of the browser. Default value is false
  • Show Download Prompt (Checkbox) - Show Command Prompt window of the Web Driver. Default value is True.
  • Use InitialBrowserUrl (Checkbox) - It is used to start the browser with a specific url. Default value is False

Output

  • Output Browser (Browser) - Output of the activity with type = ‘Browser’. Not allow whitespace in the output’s name. Stores all the information regarding your browser session. Only Browser variables are supported.