Close all tabs on the left

Hello,
In my process i need to open a tab do some treatment and then open another tab.
The first tab should be opened
How can i do that ?
Thank you

You can use the close tab activity inside the attach browser or open browser actions to close the current tab.

Hi @Dhouha_Cherif ,

You can do this as below,

  1. Attach your primary browser to start a new tab.
  2. The user uses the hotkey (ctrl+t) to open a new tab.
  3. Use another browser activity to attach a newly opened tab and do your process.
  4. Close the new tab if you want.

Regards,
Vinit Mhatre

use application/browser activity and select property close to never .
Then use the output element of this use application/browser activity and use go-to url to navigate to next tab.