Closed
How to extract data from Grid available in a webpage?
Hi,
I have a Grid available in a web page. I have inspected the source code of the page, I found that the the whole grid was developed as <DIV></DIV>.
Hence I couldn't able to get data as HTML Table.
How to get all the data from DIV ?
Thank you