对于pywinauto的教程,我在下面尝试过
from pywinauto.application import Application
my_app=Application(backend="uia").start("notepad.exe")
my_app.AdsızNotdefteri.menu_select("Düzen->Değiştir")
my_app.window_(title_re="Değiştir").invoke()
但返回错误为ElementNotFoundError: {'title_re': 'Değiştir', 'backend': 'uia', 'process': 10292}
问题是我使用的是Windows的其他语言,所以如何获得菜单项的正确标题名称?