Answers for "xpath text"

1

xpath text

//tag[text()='sometext']
Posted by: Guest on September-29-2020
1

xpath id contains text

//div[contains(@id,'test')]
Posted by: Guest on February-03-2021
3

xpath contains text

//button[contains(text(),"Go")]
Posted by: Guest on July-10-2020
0

html xpath name

//input[@name='username']
Posted by: Guest on June-04-2020

Browse Popular Code Answers by Language