Hello everyone,
I am working on a website automation and I'm facing a real problem there. The web-site is Consumer Prices (MEI) : Consumer prices - Annual inflation and I am able to navigate the page. There is a drop down which has options of downloading the data from the site in various formats. There when you select an option a modal dialog pops up where in we have to click "Export to Excel". The problem I am facing is I cannot access the DOM object of the pop window. I have tried various methods like
also I have tried the api to get the hold of the pop window but failed.
I am working on a website automation and I'm facing a real problem there. The web-site is Consumer Prices (MEI) : Consumer prices - Annual inflation and I am able to navigate the page. There is a drop down which has options of downloading the data from the site in various formats. There when you select an option a modal dialog pops up where in we have to click "Export to Excel". The problem I am facing is I cannot access the DOM object of the pop window. I have tried various methods like
Code:
[I]Public[/I] WithEvents [I]IE1 As InternetExplorer
Public[/I] IE2 As [I]InternetExplorer[/I]
also I have tried the api to get the hold of the pop window but failed.