【发布时间】:2018-09-20 21:22:04
【问题描述】:
from pywinauto import application
app = application.Application().connect(process=7996)
app.print_control_identifiers()
为什么这段代码不起作用?它会产生错误。
AttributeError: Neither GUI element (wrapper) nor wrapper method 'print_control_identifiers' were found (typo?)
我能想到的唯一原因是它是一个 64 位应用程序,而我有 32 位 Python。
【问题讨论】:
标签: python python-3.x pywinauto after-effects