Answers for "xpath find element with class"

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

Code answers related to "xpath find element with class"

Python Answers by Framework

Browse Popular Code Answers by Language