yinkaisheng / Python-UIAutomation-for-Windows

🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Apache License 2.0
2.47k stars 474 forks source link

control.Exists()会报错 #211

Open hzh-hzh opened 2 years ago

hzh-hzh commented 2 years ago

control.Exists()经常会报错,refind()则不会,我看到refind里面加了exception,exists里面则没有,是不是这个原因?

zhouxihong1 commented 2 years ago

同问 +1

sytpb commented 1 year ago

refind() 起到什么作用,一直没太理解