How to open a new browser tab using uipath?

HI,

My requirement is as below:

  1. Login to application
  2. Click on some link in application and it should be opened in new tab in the same session of browser

How can i do this using UI path?

Thanks,
Vishal Kumar

1 Like

you can use uiexplorer to find the selector

@vishal.kumar

Use the Attach Window activity u can handle the tab/window functionality in the browser.

Find the below example.

Handle Multiple Window.xaml (15.6 KB)

@vishal.kumar

Here i am sending one more example to you.

Handle the Tab at Browser.xaml (600.6 KB)

hey sir,

CAN YOU PLEASE HELP ME ON THIS .

TASK.
1.OPEN EXCEL(WHICH HAS A LIST OF URL’s)
2.OPEN WEB APPLICATION, CHECK IF ACCESSIBLE
a)IF ACCESSIBLE CLOSE WEB PAGE AND WRITE IT DOWN ON NOTEPAD
b)IF NOT ACCESSIBLE WRITE IT DOWN TO THE NOTEPAD
NOTE: IT WOULD BE HELP FULL IF CHECKING THE WEB APPLICATION WOULD BE USING WEB SCARPING

It does not work

@Aman_Mongar Hi I am using below Step

  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.
3 Likes

how to send hot key of CTRL + T in VBA expression please let me know