Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 pywinauto32 中,我如何访问没有标识符的 pan 内的按钮
没有任何标识符的按钮:
打印标识符:
除了像这样硬编码的相对坐标外,别无他法:
app.MainFormName.FilterDefinitionTemp.pane.click_input(coords=(20, 5), absolute=False)