I need to capture through delphi the source code of a particular HTML page that was currently open in google chrome. In Internet Explorer I know how it does, from chrome I do not think anything like it. Any suggestions?
I need to capture through delphi the source code of a particular HTML page that was currently open in google chrome. In Internet Explorer I know how it does, from chrome I do not think anything like it. Any suggestions?
I suggest trying to create an extension. I believe it is possible to interact with localhost, then you create a server and the extension serves as a client.
Another option, since your focus seems to be Windows, is to try (do not know if that's possible) to make the extension interact with the program via the "command line."
A third option (easier and less invasive) is to create a bookmarklet.