Structure of my link is as follows: <a href="URL" <div id="some id"> CLICKABLE TEXT </div> </a>
getLinkWith("CLICKABLE TEXT") returns nothing.
examining getLinks() shows this link, but with asText empty.
examining this link by getDOMSubtree doesn't get subelement "div" - only empty text node.
Log in to post a comment.
Structure of my link is as follows:
<a href="URL"
<div id="some id"> CLICKABLE TEXT </div>
</a>
getLinkWith("CLICKABLE TEXT") returns nothing.
examining getLinks() shows this link, but with asText empty.
examining this link by getDOMSubtree doesn't get subelement "div" - only empty text node.