How to fetch data from a table in one go from a web-based tool

nitish.sharma10

New Member
Hi Experts,

I am automating a process where it is required to fetch data from a table from a web-based tool running on silver-light application. The table is having 30 columns and number of rows keep on changing according to the data on daily basis. The table is visible in the lower half of the page having horizontal and vertical bars to scroll around to see the data in the table.

I need to know if its possible to fetch the complete set of data in one go from such a table and store it into collection to further work on each item via work queues.

Regards,
Nitish Sharma
 
Top