I know that in delphi you can open the default browser:
ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, SW_SHOWNORMAL);
but I want to know if there is a way to automatically send data to a new open browser window OR to automatically fill in login data (even in Firefox, Safari, etc.).
thanks
-Brad
delphi delphi-2009 delphi-7 twebbrowser
Brad
source share