Last active
January 2, 2024 19:14
-
-
Save krishtoautomate/c2004ee17ab1ac447659d0d849201388 to your computer and use it in GitHub Desktop.
Appium installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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