Installation
Info
Before installing, make sure to check the System Requirements.
Use the Appium extension CLI to add this driver to your Appium install:
Alternatively, if you are running a Node.js project, you can include appium-xcuitest-driver
as
one of your dependencies.
To activate the driver, simply launch the Appium server. By default, Appium will load all the installed drivers:
You should see some output that includes a line like this:
Once you have installed the driver and confirmed it works, you should continue with device preparation.