Answers for "xpath by class"

3

xpath contains text

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

how to mention a div with class in xpath

button[@type='submit']
button[@class='btn btn-success']
button[@type='submit'][@class='btn btn-success']
Posted by: Guest on May-23-2020

Browse Popular Code Answers by Language