How to Open and indicate the Dynamic URL's into the same browser

How to Open and indicate the Dynamic URL’s in the same browser. On the website, clicking on one option opens a new dynamic web page, but I am unable to give the Ui Path to that page. please help me for this click-url-on-first-tab-of-browser-then-open-new-tab-but-always-switch-to-first-tab-automatically

After the new tab opens, you have to use another Use Application/Browser activity to attach to it. This can be inside the existing Use Application/Browser (if you intend to return to doing things in the original tab) or after it. If you need to click something in the original tab, do something in the new tab, then close the new tab and go back to the original tab…

  • Use Application/Browser (main tab)
    ** Click
    ** Use Application/Browser (attach to new tab) - set the Close property to Always
    *** Do things in the new tab, and at the end of this Use Application/Browser it’ll close the new tab
  • Now you’re back to the original tab and can do more things in it