Unable to switch between tabs in browser

Hello,
Please advise,
What am I doing?

  1. Open Browser Activity (url_1)
  2. Send hotkey (Ctrl+T)
  3. Navigate To (url_2)

But, the Navigate To activity is triggered on the first tab. Even if i add Send hotkey (Ctrl+2) activity makes the first tab active and redirection occurs on the first tab.

How to act correctly?
Thank you in advance.

I added an ‘Attach Browser’ between ‘Send Hotkey’ and ‘Navigate To’ activities. Capture the ‘UiBrowser’ output from attach and use as input for navigate (see attached example).

Main.xaml (7.0 KB)

3 Likes