Hi All,
I am developing a Windows Form application to screen scrape a complex web application that has Ajax in its pages.
In fact, the web app has multiple pages and I need to navigate & perform click operation many times to get the appropriate page data.
I am thinking about a Design Pattern to implement this. Can anyone guide as to which Pattern or Patterns would be suitable for this?
Thanks,
Neetha