I want to open multiple tab (of same browser) after logging the website and execute certain actions. Is it possible?

@Samraat_Maharjan1

You cannot use open browser to open new tab …instead follow these steps using attach browser

  1. Attach Existing Browser using “Attach browser”
  2. Send Hotkey "Ctrl + t " to open a new tab
  3. Attach Newly opened tab using “Attach browser” Activity in the same browser
  4. Use the “Navigate” Activity to search the URL.

Cheers