UiPath Cannot differentiate screen based on selector

I am facing an issue for my development, I have 2 screens with different selectors but both have same URL because of this UiPath cannot able to differentiate the screen. I am using modern activity for my project and cannot use classic.

Can someone help on this?

I cannot share the selector and URL details of both web application pages, but I tried to give generic example below.

Screen1

Window Selector

Browser URL

https://company.com/DEF/BAC/ABCDispatchServlet

Screen2

Window Selector

SyntaxEditor Code Snippet

Browser URL

https://company.com/DEF/BAC/ABCDispatchServlet

@prashanth.karunakaran

You can use the output element in the use application/browser to differentiate…and that can be passed as input in further qctivities in use application/browser

Cheers

@prashanth.karunakaran,

As @Anil_G rightly suggested, use output element of Use Application/Browser for further operations.

This will work like Window handle to identify each screen uniquly.

Thanks,
Ashok :slight_smile: