Thanks,
The File Create worked...But How do I d'l all the hyperink to the file?

I.E. I thought of ie.put(:text,<hyperlink that is dynamically created from 
search query here>)

But, this syntax is more of a 'push' and I'm trying to 'pull' the result data 
(i.e. scrape results and iterate thru the results into a file) so I know it is 
wrong before I even tried it

-----from watir online tutorial-------------
Text Attribute
This is the Watir code you need to click a hyperlink using the text attribute:
ie.link(:text, "Pickaxe").click

What you see in the HTML source (attribute highlighted):
---------end snippet-------------------
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to