GoB*_*Man 4 python windows pywinauto com-object
使用以下代码,我可以找到要连接的当前正在运行的窗口名为“ Trade Monitor”,我如何成功连接到该窗口?使用app.start_方法不起作用。
from pywinauto import application
app=application.Application
app.findwindows #prints all windows running on machine
app.window("Trade Monitor") #error
Run Code Online (Sandbox Code Playgroud)