Title attribute of selector take the URL of current page

Hi all,

I’m facing a strange issue in which a site’s title in browser tab takes the URL of that page. Hence, all the selectors are failing. I have tried excluding title attribute from selectors. The process is running fine. But is omitting title attribute from a selector (web) stable & reliable?
I assume that title is the first identifier for a page as they are in root position of UI tree hierarchy. Please help.

Did you try Wildcards?

Hi @PrankurJoshi,

I think wildcards are not the solution.
Suppose the normal title is title = ‘ABC Solution Limited - Internet Explorer’ .
Now suppose title take the URL title = http://www.abc.com/details - Internet Explorer’

How will you use wildcards ?? :slightly_smiling_face:

Then you can use OnElement Appear, On Image appear, Image Exists, Element Exists activities

Th

Thanks for the example it made your problem statement clear

Thanks,
Prankur