


# To uninstall a driver (it won't last forever, wouldn't it?) # To update a driver (it must be already installed)

# To install a new driver from github (hm, maybe it's time to publish it to NPM?)Īppium driver install -source=github -package=appium-xcuitest-driver appium/appium-xcuitest-driver # To install a driver from a local folder (useful for developers)Īppium driver install -source=local /Users/me/sources/appium-xcuitest-driver To install Appium 2 server using Node Package Manager (npm) run the following command: Consider checking the corresponding driver tutorial for more details. Each driver might have its own requirements. macOS, Linux or Windows operating system.The current Appium 2.0 documentation is very much in As such, the documentationįound around the web may not be correct. Please read the migration guide from 1.x to 2.0 to manage the Appium server.Īppium is in the final stages of a major revision (to version 2.0). All recent versions of officially supported platform drivers are not compatible to Appium 1.x anymore, and require Appium 2 to run. ‼️ Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. ‼️ Major documentation revision in progress See Drivers Maintained By The Appium TeamĪnd Drivers Provided By Third Parties sections below for more details. Initially created to automate iOS and Android mobileĪpplications Appium has grown to a full-featured platform that provides WebDriver-based automation possibilities for the whole set of different mobile and desktop platforms. Appium is an open-source, cross-platform test automation tool for native,
