I am using Delphi 5's Web Browser component to navigate a website.
I need to parse the HTML source of some web pages, but since my code and the web browser do not seem to work in synch, I cannot work on the HTML source immediately after issuing a browser.navigate command.
I tried using sleep / application.processmessages but it did not work.
Any ideas please?
I need to parse the HTML source of some web pages, but since my code and the web browser do not seem to work in synch, I cannot work on the HTML source immediately after issuing a browser.navigate command.
I tried using sleep / application.processmessages but it did not work.
Any ideas please?