There is a line of text that I want to extract.  It is found in some HTML
that follows this pattern:

<a href=...><img src=.../></a><br/> <!-- An image link -->
Some text
<br/>
<a href=...>Another link (variable text)</a> 
<br/>
        Text I want to extract.
<br/>
Updated by <a href=...>name (variable)</a> X hours ago [<a
href=...>Comment</a>]

I have the impression that I'd use XPath somehow, but am unsure how to
proceed since the text I want isn't in any page element.

- Aaron
 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to