Posted By:
Michael_Dams
Posted On:
Tuesday, February 5, 2002 08:14 AM
I am using Bridge2Java and would like to know how to do the following:
I need to be able to set text in a field in a web page and then invoke the submit action on that web page (i.e. perform user operation of entering text and clicking OK programatically)
I guess this involves calling QueryInterface on the WebBrowser document to access controls in the web page and then invoke methods on them, but I cant find QueryInterface in Bridge2Java