I need a generic xpath(with out using the numbering) for the following HTML code
<label class="Testclass">Examples loaded ( 111 / 222 )</label>
Using below xpath I am unable to find the element.
//label[contains(text(),'Examples loaded')]
I need a generic xpath(with out using the numbering) for the following HTML code
<label class="Testclass">Examples loaded ( 111 / 222 )</label>
Using below xpath I am unable to find the element.
//label[contains(text(),'Examples loaded')]