I\'m trying to download file with Python using IE:
from win32com.client import DispatchWithEvents class EventHandler(object): def OnDownloadBegin(self):
If you can't control Internet Explorer using its COM interface, I suggest using the AutoIt COM to control its GUI from Python.