Can we pass wild cards in String values?

Hello All,

I am using a web application and extracting two values from the same screen(window).
However when I am trying to extract the second value I need to scroll down and the issue is that the URL of the page is changing.

I can’t make dynamic selector in this and somehow I have to make the hardcoded url as dynamic.

How can we do that?

Any suggestions would be appreciated.

Example :

First URL : Https://www.uipath.com/root/apps/360

Changed URL : Https://www.uipath.com/root/apps/questions

Hi @ATiwari1 ,

Maybe you could try using Navigate To Activity, to navigate to that specific URL and then extract the second value from the screen.

@ATiwari1

You can try passing star(*) wild character and try…

Cheers

Are you using this url in element selectors? If yes, can you have the url in your activities like - " https://www.uipath.com/root/apps*"

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