How to click application in new tab and continue the next steps instead of opening in new window browser?

In browser used use browser/application activity & mouse scroll activity to scroll down & want to click one application then it should open in new tab and continue the next steps. After opening in new tab it again opening in browser window & continuing the next steps.
How to open in new tabs in the same browser window?
How to handle it?

You can use send keyboard shortcuts to perform this task , ctrl + T will open a new tab
Use this activity inside Use browser/application

Regards,

@vnsatyasunil

  1. Use “Click” activity to open link in new tab: Instead of using “Click” activity directly on the link, use “Click” with the “SimulateClick” property checked. This will simulate the click, and most browsers handle this as a request to open the link in a new tab.
  2. Use “Attach Browser” for the new tab: After clicking on the link, the new tab will open. Use another “Attach Browser” activity to indicate that you want to interact with the new tab.
  3. Continue with the next steps: Now that you are attached to the new tab, you can continue with any interactions or activities specific to that tab.
  4. Optionally, close the new tab if needed: After completing the required actions in the new tab, you can use “Close Tab” or “Close Application” activity to close the new tab and return to the original tab.
  5. Continue with interactions on the original tab: After closing the new tab, you’ll still be attached to the original tab. Continue with any further interactions or activities specific to the original tab.

in 1st tab we are clicking application then it should open in next tab of same window

Ctrl + T opens next tab in same window
Kindly checkout the above screenshot

Else you can try using record app/web and record whatever actions you wish to perform

Or use control + click

Regards,

After opening new tab I want to mouse scroll again to navigate to another screen.
So used use browser/application activity & inside used mouse scroll activity. Attach browser is not supporting with mouse scroll activity

In use application browse properties panel:Close:Always
Open:If Not Open
Window attached Mode:Single window

@vnsatyasunil

Check the below thread

Hope it helps!!

tried the same way but no luck
For Eg.
1.used open browser activity with url(https://www.test.com)
after opening page we have to scroll page & click one app
so used mouse scroll activity inside use browser/application activity & clicked that app with simulate property checked.
2.Manually app is opening in new tab(https://www.test2.com) but while executing it is redirecting in new browser window. Then again used another mouse scroll activity inside use browser activity to click another tab & continue the steps
Please help how to handle

@vnsatyasunil

Then try by giving the keyboard shortcuts and use the alt+tab so that it switches to the new tab and then again use the use application/browser for the new browser.

Regards

no luck tried this with use browser

@vnsatyasunil

Can you share the workflow ?

Regards