Answers for "xpath multiple attributes"

0

xpath multiple attributes

//div[@id='..' and @class='...' ...]

OR

//div[@id='..'][@class='..']
Posted by: Guest on July-14-2021

Code answers related to "xpath multiple attributes"

Browse Popular Code Answers by Language