Html – XPath for all text within same div tag?
<div class="o-text99"> "No " "messages" " found" </div> I want to identify all the text from the div, and class attribute value is dynamic, so class attribute value number keep changes. Note: after "No" there is space and before "found"…