Forum Discussion
rraghvani
Champion Level 3
3 years agoYou can not use wildcard in XPath.
You should be able to use e.g.
//*[@aria-label='Name']
//*[@title='Name']
You can not use wildcard in XPath.
You should be able to use e.g.
//*[@aria-label='Name']
//*[@title='Name']