how would i put the contents of a webpage into a string?
it would be the same thing as hitting ctrl+A and copying and pasting it.
is there a way to do this programmatically without ‘sendkeys’ ?
i do not want to look at the html source at all, i just want to copy the text on the site
I’ve done a fair bit of screen scraping for applications and have found this to be invaluable:
https://github.com/MindTouch/SGMLReader
There is a bit of sample code on that page but I’ve added a bit extra here that will return exactly what you want