RehanProgrammer
RehanProgrammer
when i run the command "node /usr/local/lib/node_modules/appium/build/lib/main.js", appium starts on terminal. My node executable path is /usr/local/bin/node
Also my appium is installed globally via "npm i -g appium". On terminal, i can start the appium by running "appium". I am using jdk 11 in this case. I...
I would like to start appium programmatically on a specific port. Is there anyway i can do that like the example above. I am developing an application which needs to...