New tab handling

when i click on view button in parent website it will open new tab UiPath.

So how to open new tab or activity usefull for opening new tab.

Hi @Harish_Ghadage,
Please follow the steps as below:

  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.

Hi @Harish_Ghadage,
This is another way to do that.

"function(e,v) {window.open(v, '_blank').focus();}"

Hope it helps you!

You just need another Use Application/Browser to attach to the new window/tab.

The question isn’t how to open a new tab. Clicking the button on the page opens a new tab, and they’re asking how to then automate in that tab.