在线电子书:http://it-ebooks.info/read/2717/
1. SyntaxError Invalid character '\u8220' 错误 解决
在 Instruments 的 script中,选择 “Flatten All Suggestions”,再次 运行,通过。
2. instruments 处理 alert 对话框
参考:http://www.vingo.cn/vingo/?p=650
3. Instruments automation 苹果官方 教程
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/UsingtheAutomationInstrument/UsingtheAutomationInstrument.html
4. Instruments automation 苹果官方参考 API
https://developer.apple.com/library/ios/documentation/DeveloperTools/Reference/UIAutomationRef/_index.html#//apple_ref/doc/uid/TP40009771
5. uiautomation 点击坐标的方法
target.frontMostApp().navigationBar().tapWithOptions({tapOffset:{x:0.80, y:0.42}});