Hey there!
Well, I have a huge list of links (URL) that when clicked returns to the screen a table with some informations like name, address, email, etc.
I need to read this data and save it to a MySQL database, however I would like to take it directly from the generated file code (as if I would right-click the screen and chose "view file code").
So, my question is: there is a way to get the file code and store it somewhere (like a variable that can be scanned)?
Thanks!