Here is what I want to do:
After opening some site search for a string in its content(not in its source, just in the site itself) and check/not check a Checkbox depending on the search result. After that go to some other site, search again...All that auto- matically. But I can't copy the text from the site to search in it.
I've tried to use THTML but it can't retrieve domain sites, nor can it use Java scripts(or at least I think so).
TWebBrowser solved that problem but does not have property like GetPlainText to copy the site's text. So what should I use to copy the text?
Thank you in advance.
After opening some site search for a string in its content(not in its source, just in the site itself) and check/not check a Checkbox depending on the search result. After that go to some other site, search again...All that auto- matically. But I can't copy the text from the site to search in it.
I've tried to use THTML but it can't retrieve domain sites, nor can it use Java scripts(or at least I think so).
TWebBrowser solved that problem but does not have property like GetPlainText to copy the site's text. So what should I use to copy the text?
Thank you in advance.