Open a new tab in the existing browser

I have opened a browser using Use Application/Browser activity which is fine; however, I need to open another tab with a different URL in the same browser but it is opening in a separate window. I am attaching the XAML file for ready reference.
BrowserTabs.xaml (9.6 KB)

Thank you in advance.

@loginerror @Palaniyappan

Hi @mrkrunaldoshi
please try following steps.

  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.

Thanks @raja.arslankhan for a quick response however I am using Modern Design Experience and when I am trying to find the “Attach Browser” activity it is showing me only the below options:
image

Also, Navigate Browser activity is providing me below options:
image

Should I move back to “Classic Experience”?

@mrkrunaldoshi ok instead of attach browser you can you use "use application/browser activity

@raja.arslankhan I have already used it in the example I shared, can you please take a look and advise?

@mrkrunaldoshi Ok, let me check.

@mrkrunaldoshi

Please change open option in use application/browser to ifwindoenotalreadyopen option

Hope this helps

Cheers

@Anil_G I tried changing the option as suggested by you however it is not working as expected. I am attaching the file, can you please check it and let me know what am I doing wrong?

BrowserTabs.xaml (9.6 KB)