Downloading file using IE from python

后端 未结 8 919
无人及你
无人及你 2021-02-04 15:38

I\'m trying to download file with Python using IE:

from win32com.client import DispatchWithEvents

class EventHandler(object):
    def OnDownloadBegin(self):
            


        
8条回答
  •  遥遥无期
    2021-02-04 16:21

    If you can't control Internet Explorer using its COM interface, I suggest using the AutoIt COM to control its GUI from Python.

提交回复
热议问题