Skip to content

Instantly share code, notes, and snippets.

@krishtoautomate
Last active January 2, 2024 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krishtoautomate/c2004ee17ab1ac447659d0d849201388 to your computer and use it in GitHub Desktop.
Save krishtoautomate/c2004ee17ab1ac447659d0d849201388 to your computer and use it in GitHub Desktop.
Appium installation
# Install appium
npm i -g appium@latest
# Manage drivers
appium driver install xcuitest/uiautomator2
appium driver update xcuitest/uiautomator2
appium driver uninstall xcuitest/uiautomator2
# ios real-device
APPIUM_HOME=$USER/.appium or $USER
update content $APPIUM_HOME/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent
from
https://github.com/appium/WebDriverAgent
and
use apple developer account to provision WebDriverAgent.xcodeproj project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment