Tutorial/References for Microsoft's UI Automat

2019-03-09 19:59发布

I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good investment for next time to learn the newer tool for the job.

So, what are the best references, and hopefully actual tutorials, for programming UI Automation? Specifically, I'm looking for programming "client" applications, i.e. the ones doing the accessing to other program's UI, not just providing access to my own UI.

3条回答
贪生不怕死
2楼-- · 2019-03-09 20:06

http://www.codeproject.com/Articles/34038/UI-Automation-Framework-using-WPF also a good station to learn something about ui automation

查看更多
再贱就再见
3楼-- · 2019-03-09 20:16

I published a tutorial An introduction to UI Automation - with Spooky Spirographs that has been quite popular.

查看更多
一纸荒年 Trace。
4楼-- · 2019-03-09 20:26

Here's another tutorial that seems good. Automating UI Tests In WPF Applications

查看更多
登录 后发表回答