Answers for "xpath class"

1

xpath text

//tag[text()='sometext']
Posted by: Guest on September-29-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