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.