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,
- Attach your primary browser to start a new tab.
- The user uses the hotkey (ctrl+t) to open a new tab.
- Use another browser activity to attach a newly opened tab and do your process.
- Close the new tab if you want.
Regards,
Vinit Mhatre

