If not available, download the node.js from the official website, Download | Node.js (nodejs.org)
now in command prompt type node -v or npm -v for checking on the versions of node and npm(node package manager)
The node and npm is installed successfully in the machine.
to see the location of the installed npm and node
npm where
node where
install appium
npm install -g appium
To verify Appium installation
appium --version or appium -v
to start appium just type in the command prompt as appium
to stop ctrl+c and the appium server will shutdown
Install appium with appium desktop client based ont eh OS u are using select the necessary package and install.
To start the server, click start
APPIUM Doctor -GitHub - appium/appium-doctor: Tool to verify appium installation
- is the next to be installed. npm install appium-doctor
to check if appium-doctor is installed, use appium-doctor --version
to check for android
appium-doctor --android
https://www.browserstack.com/guide/appium-with-python-for-app-testing