简体   繁体   中英

Can not find iOS automation API documents

I want to learn more about iOS automation API when using XCODE's Instruments. I searched a lot but found the website " https://developer.apple.com/library/ios/documentation/DeveloperTools/Reference/UIAutomationRef/ " is invalid now. Does anybody know the correct url for iOS automation API documents?

Many thanks!

For iOS, you can go for XCTest

XCUITestClass provides you UI automation from Recording feature.

It also covers :

A. Functionality test automation.

B. UI test automation..

Update : Developer documentation for Automation Instruments.

C. Performance test automation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM