I am writing my auto submit tool on Delphi 6.
I am using TWebbroswer
component to insert data to different controls.
However I need to be able to click on OK button on a pop-up window (this button appears after a javascript confirm command).
Is there any way I can click on this button from within my Delphi Application?