You want the URL I'm assuming.. then parse that for the info at the
end

---Sample of Google.  Whats the URL to the Privacy link --
require 'watir'
include Watir
ie. = IE.new
ie.goto('http://www.google.com')
puts ie.link(:text,'Privacy').attribute_value('href')


--~--~---------~--~----~------------~-------~--~----~
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