I am trying to write an application which uses screen scraping. I have to first get a screen and get then scrape that page and using the link to a frame in that page, I have to get that frame and then finally scrape that frame and get some relevant information. When I make the first call in the browser, it shows "Please wait while loading..." message and that is what I am getting in the Nokogiri open call. I get the proper page in browser once the loading is complete. Now how do I wait my open call in code to wait so that i get a proper response. I am using Nokogiri for scraping.
Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

