how to select an element while it has 2 classes?
Closed this issue · 3 comments
stupidloud commented
I tried
'div[class="a b"]'
'div.a.b'
'div.a\ b'
but all of them dosen't work
voku commented
Please share your full example and I can help you. Thx. 😇
voku commented
div.a.b
should work
stupidloud commented
Thank you