- Mobile Test Automation with Appium
- Nishant Verma
- 139字
- 2021-07-02 20:34:36
XCUITest
XCUITest is an automation framework introduced by Apple with the iOS 9.3 version. However, from iOS 10 and later versions, it's the only supported automation framework.
Appium 1.6.0 uses Apple's new XCUITest framework, which supports iOS 10/Xcode 8. Appium internally uses Facebook's WebDriverAgent project to support XCUITest. For the older iOS version (<=9.3), Appium uses Apple’s UIAutomation library. Typical usage would be to pass the following in desired capabilities:
automationName: XCUITest
Facebook WebDriverAgent is a WebDriver server implementation for iOS. It is used to remote control connected devices or simulators and allows one to launch an app, perform commands (such as tap and scroll), and kill applications.
The UIAutomation library communicates with bootstrap.js, which is running inside the device or simulator to perform the commands received by the Appium client:

- PHP動態網站程序設計
- Learning Chef
- Rust Cookbook
- 用Flutter極速構建原生應用
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- WordPress 4.0 Site Blueprints(Second Edition)
- Serverless computing in Azure with .NET
- Python語言實用教程
- MySQL入門很輕松(微課超值版)
- Learning Docker Networking
- Raspberry Pi Blueprints
- 3D Printing Designs:Octopus Pencil Holder
- JavaWeb從入門到精通(視頻實戰版)
- Java程序設計基礎教程
- Learning RSLogix 5000 Programming