Use of * in attach browser selector

Hello all,

I want to understand that why developers keep * in this script.
I get this screenshot from you tube.
I am learning ui path and doing practice of ui path Accessment .

Please help.

@denis.christian “*” is wildcard character that replaces the text. It is being used when some attributes are prone to change frequently.

Lets say, the title of the browser may change for each webpage. So to replace the title, we can use the wildcard characters.

There are 2 wildcard characters as below,

  • Asterisk (*) – replaces zero or more characters
  • Question mark (?) – replaces a single character

More on below URL :

3 Likes

Thank you so much Sir.
I got your point.
Dev. Replaced “Dashboard” test with *.
That means it will browse particular webpage avoiding condition of finding word “Dashboard”.

2 Likes

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