Skip to main content

Switch Tab

The Switch Tab component in Robbot RPA enables you to change the active tab in a web browser based on the title of the website. It searches for a tab with the specified title and switches the focus to that tab.

Parameters

Title : Enter the title of webpage that corresponds to the tab you want to switch to. Type : String

Usage

To use the Switch Tab component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Switch Tab component into your sequence or workflow.

Set the Title parameter by entering the title of the webpage that corresponds to the tab you want to switch to.

Continue building your sequence or workflow by adding other components or actions as needed. All subsequent actions within the sequence or workflow will be performed in the newly switched tab.

Execute your sequence or workflow to switch to the desired tab.

By using the Switch Tab component, you can navigate between different tabs within a web browser and perform actions specific to each tab.