I have a VB app that hosts an IE browser control. This app interacts with a web site. It enters text, clicks buttons etc..etc..
Sometimes, the website throws a Java Alert() - something like "10 records found. Click OK to view".....so my app stops because of the modal dialog box.
How can I find this window, figure out how many records it found and programatically click OK or Cancel?
thanks!!
Sometimes, the website throws a Java Alert() - something like "10 records found. Click OK to view".....so my app stops because of the modal dialog box.
How can I find this window, figure out how many records it found and programatically click OK or Cancel?
thanks!!