Is there a tool for exploring/testing COM objects?

前端 未结 4 1608
轻奢々
轻奢々 2020-12-05 11:16

I\'m trying to automate a process by using a COM object from Python (win32com), but I\'m not getting the expected results... Is there a tool to explore/test COM objects with

4条回答
  •  攒了一身酷
    2020-12-05 11:31

    For the record, I ended up writing a very small script using SciTe4AutoHotKey and AutoHotKey COM wrappers, no .Net required.
    (and my unexpected results weren't Python's fault :) )

提交回复
热议问题