I would like to get innertext of an a element with condition.
<a href="www.url.com">text</a>
The condition a would like to set is to find innertext of an a element on which the href value start with a certain text.
For example following my example i would like to get output = text for href start with 'www'.