I am using Delphi 7 for Vista. So far I have implemented a simple browser (using TWebBrowser), but I would like to automatically enter information when the web page asks for it. For example, I want to tell my application to go to Google, find a search field, enter a search phrase and click the Search button, and then get the result.
Can someone shed some light on how this is done?
source share