Navigate Browser

My automation needs two simple procedures:

  1. click a link in webpage 1 then go forward to webpage 2 in the same tab (Tab 1),
  2. click a button in webpage 2 then open a new tab (Tab 2),
  3. after operations in Tab 2, close Tab 2
  4. click “go back” in webpage 2 to return to webpage 1.

I used 2 Navigate Browser activities to implement step 3 and 4. But the Navigate Browser - Close Tab activity closes tab 1 even though tab 2 is on the front. I also tried Send Hot Key activity. It doesn’t work well, too. Could someone help me? Thank you.
image

Activate the window between two actions try this and add delay between of few seconds

These are classic activities you can try modern as well

@Li_Eric

If you are trying to open webpage 1 again how does it matter if tab 1 is closed or 2…basically after the tab closes use navigate url or go to url to open webpage 1 again

On whatever tab ideally should not matter unless you are trying to do something on same tab and opened site

Cheers

Hi @Li_Eric

These are classic activities you are using , please try Modern ones . It might help you with this issue.