Does anybody know how to control a popup window using IE Automation with the WebBrowser class?
We have an application that launches IE and submits data to an external site offline in batch overnight. The external site has been changed so that the page we use now pops up in a javascript new window rather than in the same window.
It seems like there is no way to control a popup window using IE automation?
Any one done this before?