You are on page 1of 1

//tagname[@attribute='value']

//*[@attribute='value']

Gmail
//a[@href='https://mail.google.com/mail/?tab=rm&ogbl']
----
//a[text()='Gmail']
//*[text()='Gmail']
----
//a[contains(text(),'Orange']
//*[contains(text(),'Orange']

You might also like