Skip to main content

Launch Web Site

The Launch Web Site component in Robbot RPA enables you to open a website and create a web session that can be shared with other components. This component utilizes a selected web driver to interact with the website.

Parameters

Driver : Select the web driver to be used for interacting with the website. The available options may include popular web drivers such as ChromeDriver, FirefoxDriver, etc. Type : String

Url : Enter the URL of the website you want to open. Type : String

Usage

To use the Launch Web Site component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Launch Web Site component into your sequence or workflow. It is recommended to place this component at the beginning of your automation process.

Set the Driver parameter by selecting the appropriate web driver from the available options.

Enter the URL of the website you want to open in the URL parameter.

Continue building your sequence or workflow by adding other components that require a web session.

Execute your sequence or workflow to open the specified website and create a web session.

By using the Launch Web Site component, you can seamlessly open websites and establish a web session that can be shared across multiple components in your Robbot RPA project. This allows you to automate various web-based tasks efficiently.