How to stay on same web page in morder design?

Hi Team,

I want to stay on same page need to navigate to sub web pages,
once the process complete, again need to load home page

How can we do in mordern design.

In classic design I am doing like this-

Init - login to home page
in process attched browser = home page
Navigating from homepage to desired page on same chrome tab

but now trying this by using mordern design - its opening new page on new tab instead of same tab

Please assist me for best suitable solution.

Thanks in advance!!!

Hi @Sanket_Shinde1,

Use a single Use Browser/Application scope in Modern Design and perform all navigation steps inside it to stay in the same tab.
Use Navigate Browser activity instead of Open Browser to go to sub-pages.
After completing actions, use Navigate Browser again to return to the home page.

Let me know if it is solve your issue

Hi @Mir.Jasimuddin,

In initialization state I have login to portal

in process I want to use that page for navigation

if use use app./browser in process so it will open new tab

correct me if …

Hey @Sanket_Shinde1,

Keep a single Use Browser/Application activity in Init and store the output UI element in a variable.
Pass this variable into the Use Browser/Application in Process by selecting Input element so it attaches to the same tab.
This ensures all navigation happens in one tab without opening new windows.

Let me know if you have any questions

Okay Let me try and will get back to you soon
Thanks

Hi @Mir.Jasimuddin

I did the same way as you suggest but getting this warning

Hey @Sanket_Shinde1,

The warning appears because when you pass an input element, Open property is ignored.
To fix it, disable Open and only use the Input Element argument to attach to the existing tab.
All navigation should then be handled with Navigate Browser inside that scope.

Navigate Browser - has no option for url to navigate

Hey @Sanket_Shinde1,

Can you join a meeting in the bellow link:

Mir Jasimuddin has invited you to join a video meeting on Google Meet.

1 Like

Hi @Mir.Jasimuddin ,
it would be great to connect.

but query has resolved now I have used Navigate to so its working now as expected

thank you so mush!!!

1 Like

Hey @Sanket_Shinde1,

Can you please join I am awaiting.

Thanks for your confirmation, i am removing the link

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.