Reputation: 843
Here is the html
<label>Hello <span class="">Span text here</span></label>
Any Help would be appreciated & thanks in Advance
Upvotes: 1
Views: 280
Reputation: 3503
This xpath matches only text from parent tag:
xpath
//label/text()