beuaaa / pywinauto_recorder

A record-replay tool to automate GUI via pywinauto
https://pywinauto-recorder.readthedocs.io/
MIT License
131 stars 24 forks source link

Using XPath #57

Open beuaaa opened 1 year ago

beuaaa commented 1 year ago

Here is an example code expected:

with XPath("/Window[@title='Notepad']")
   Click(XPath("//Button[@id='btnSave' and @title='Save']"))