lol lol :)

Ya It Worked... But I can't Open The Links Again by

webs = ie.links
webs.each do |web|
  ie.goto(web)          # This Line Produces Error... I Also Tried web.to_s
  output.puts(ie.html)  # output is a .html file to be opened in w mode
end

In Fact I Wanna Save All The Linked html Pages in my HDD.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5451&messageID=15195#15195
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to