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.
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’