How to do UI Automation of Metro-Style Apps?
问题 I've downloaded and installed the windows 8 consumer preview, and I'd like to figure out how to use the UI Automation API's to get data from metro style applications. Background: I have a lot of automated tests which use the Microsoft UI Automation API's to interact with applications. The scripts are written in IronRuby against .NET 4 Initially, I'd simply like to check if the start menu is visible (and if so, close it) According to Microsoft, the normal UI Automation API's should be able to