Hi
Am looking to build a script that does some IE automation with snippets that include:
iSet ie = CreateObject("InternetExplorer.Application"
ie.Navigate("URL" etc
Now if the URL I navigate to requires username/pasword and IE prompts with the dialogue box, how can I programmatically sense that this prompt has appeared and then pass username and password to it?
Cheers
Am looking to build a script that does some IE automation with snippets that include:
iSet ie = CreateObject("InternetExplorer.Application"
ie.Navigate("URL" etc
Now if the URL I navigate to requires username/pasword and IE prompts with the dialogue box, how can I programmatically sense that this prompt has appeared and then pass username and password to it?
Cheers