//div[@id='..' and @class="...]
should do the trick. That”s selecting the div
operators that have both attributes of the required value.
It’s worth using one of the online XPath testbeds to try stuff out.
//div[@id='..' and @class="...]
should do the trick. That”s selecting the div
operators that have both attributes of the required value.
It’s worth using one of the online XPath testbeds to try stuff out.