Currently i'm using selenium 3.6 with IE web driver version as 3.4.
There is an area in my application where i have to click on a button which downloads an excel.When i do this in IE using selenium it opens a new window of IE (not happening when you do manually) along with normal download pop up.
When i tried to identify the other window which was opened, using window_handles method in python i'm not able to identify the other window as the window_handles is only identifying the main window.
Config details: IE version 11.17 Windows 10 language :python 3.4