Given the following html:
<span class="fum foe"> <b>45</b> results </span>
...can anyone tell me why the following xpath is not finding it?
//span[contains(text(), "results")]
I've attempted some "normalize-space" mojo, but haven't been able to get anything to work. Went with a "fum foe" workaround but trying to understand what I'm not understanding.
Many thanks in advance!