Activity «Launch browser (Selenium)» can be found in section «Web».
Activity launches a new browser window that's controlled by Selenium automation tools.
Property; Class; Type; Description
Browser; In; Web.Core.Enums.SeleniumBrowserType; - Select which browser to launch. Web drivers for Edge, Firefox and Opera need to be installed separately
URL; In; String; - URL destination page after the browser is opened. If the argument is empty, simply the main browser page will be opened.
URL timeout (sec.); In; Int32; - Page load timeout. Ignored if the URL link isn't stated.
Browser; Out; Web.Core.WebBrowser; - Variable into which the active browser will be placed.
Instructions for installing the "Selenium Web driver" can be found in the "User manual"section.