[01]Open Browser

Version 13.1 by Tuan Nguyen on 2022/05/13 09:16
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

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.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Activities.Browser Activities.Activities.[01]Open Browser.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

  
Navigation