In this simple piece of HTML, I want to extract "Chris" :
<div class="iwrite-in">
<h1>My name is
<strong>Chris</strong> Rock
</h1>
<p>etc</p>
</div>
I managed to select the text :
EVENT TYPE=DBLCLICK SELECTOR="#iwe-form>DIV>DIV>H1>STRONG" BUTTON=0
But I can't extract it.
Thanks for helping to Extract a Text based on its CSS.