First I thought that element is empty, but I found out it contains:
<div class="Tips"> </div>
which is NO-BREAK SPACE
. I wanted to catch this div by xpath
but I am not able to do so. What xpath
do you use for
text()='?'
I found out, that you have to use:
//div[@class='Tips' and text()='\u00a0']
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With