http://www.perlmonks.org?node_id=950169


in reply to Re: Scraping AJAX?
in thread Scraping AJAX?

I do know XPath.

More details: I'm trying to scrape a Blackberry Administration Service webpage, which is behind a firewall; otherwise I would have given that link.

I'm trying to get the element

//div\@id='dojox_grid__View_5'/div/div/div/div/table/tbody/tr/td20/span"

Which Chrome "Inspect element" sees, and the Selenium IDE sets every time -- but when I try to run against WWW:Mechanize it shows NO content, and the Selenium packages state that element does not exist.

Forgive me if the solution is obvious, but I *have* read the other posts -- and tried the code -- and have had no success.

Replies are listed 'Best First'.
Re^3: Scraping AJAX?
by kelchris (Novice) on Jan 26, 2012 at 17:40 UTC
    Thats because you need to get() the JSON data which contains the actual table you want to scrape. The content you are getting is only the page that contains the JS functions and there should also be the ajax link in there you can use to get the actual data.

    Once you get that link, get() it then parse the data from there.

      Forgive me again if this is answered elsewhere --

      Is there a way to do this on a headless system? firefox insists on a display....

      System: Ubuntu server 10.04