SyntaxFix
Write A Post
Hire A Developer
Questions
//div[@id='..' and @class='...]
should do the trick. That's selecting the div operators that have both attributes of the required value.
div
It's worth using one of the online XPath testbeds to try stuff out.