Can i install and run appium in remote linux server via command line?

so im a web developer , our website depends on a android app that we have to use every day more than 100 times per day and its very time consuming

so i was wondering if its possible to install appium on the server and control it via some sort of script like nodejs … basically open that specific app and and click on the buttons and receive the result

first of all i want to ask if i can install appium on our server , pleas note this is a remote server and i only have ssh terminal to install stuff on the server

second is appium suitable for what i want ? the app should be open and running all the time

Yes, I think Appium will do what you want. Here is a pretty good tutorial for setting up appium on a linux server:

1 Like