參考:http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/_index.html
UI Automation Reference Collection
Use the UI Automation feature to write test scripts that exercise your app’s user interface elements as it runs on a connected device. You write the tests in JavaScript, calling the UI Automation API to simulate user interaction. The system returns log information
to the host computer.
Note: The UI Automation feature simulates all user interface actions initiated by the script. For the sake of brevity and clarity, this document
describes those actions in terms of a user’s perspective.
[More]
Class References
- UIAActionSheet
- UIAActivityIndicator
- UIAAlert
- UIAApplication
- UIAButton
- UIAEditingMenu
- UIAElement
- UIAElementArray
- UIAHost
- UIAKey
- UIAKeyboard
- UIALink
- UIALogger
- UIANavigationBar
- UIAPageIndicator
- UIAPicker
- UIAPickerWheel
- UIAPopover
- UIAProgressIndicator
- UIAScrollView
- UIASearchBar
- UIASecureTextField
- UIASegmentedControl
- UIASlider
- UIAStaticText
- UIAStatusBar
- UIASwitch
- UIATabBar
- UIATableCell
- UIATableGroup
- UIATableView
- UIATarget
- UIATextField
- UIATextView
- UIAToolbar
- UIAWebView
- UIAWindow