Browser type

while automating on current tab in browser while clicking requirement it opens new tab. on the new tab you have to do actions. but the actions are running on previous tab which the action should do on new tab…

Hi @Venky_Mama

→ Insert Use application\browser activity after the click activity which is clicking on First tab.
→ In the Use application\browser activity indicate the redirected tab (Second tab).
→ Open the properties of Use application\browser activity,
→ Open → IfNotOpen
→ Close → Always
→ Window attach mode → Single window
→ Input mode → Simulate
→ Insert the activities to automate on second tab inside the second Use application\browser activity.

Check the below image for better understanding,

Hope it helps!!

@Venky_Mama

Do both the windows look alike?

If so why are we opening two windows?

Also it would be good idea to use output element in use application/browser and use in subsequent activities to attach to the correct browser

Cheers