XCUITest Driver
Introduction
The XCUITest Driver is the default driver for iOS automation in Appium. It supports iOS versions 9.3 and above.
Installation
To install the XCUITest Driver, open your terminal and type:
shell
appium driver install xcuitestAfter the installation, you can verify the driver is installed by running:
shell
appium driver listThe output should include xcuitest in the list of installed drivers.
Environment Validation
To validate your iOS environment for the XCUITest Driver, run the following command:
shell
appium driver doctor xcuitestThis command will check for all required tools and configurations. If any issues are found, follow the provided instructions to resolve them.