in reply to Re: How to scrape data from ajax calls
in thread How to scrape data from ajax calls

By google tasks, I mean this. I'm trying to auto login into gmail and then scrape all the tasks from there. Unsuccessful yet :(
  • Comment on Re^2: How to scrape data from ajax calls

Replies are listed 'Best First'.
Re^3: How to scrape data from ajax calls
by Limbic~Region (Chancellor) on Jan 08, 2009 at 15:42 UTC
    shakuni,
    Ok, you have been given a hint (Using WWW::Selenium To Test Or Automate An Ajax Website). Why don't you start by saying what you have and have not accomplished.
    • Successfully Loging
    • Click the "tasks" link
    • Find the tasks pop-up window
    • Fetch the HTML of the tasks pop-up window
    • Parse the HTML to the desired end

    In other words - show some effort and give us something more to go on than "it doesn't work".

    Cheers - L~R