Start Appium Using Java

Hello,

I have Appium server up and running. I am looking for a way to start Appium server using a Java code.

Any help would be much appreciated.

Thank you!

Maybe I can help:

You will have to make calls to Appium using the DesiredCapabilities class in Java. You will also need to specify the device in use as well as the version #.

Hopefully I didn’t miss anything.

You could search the Appium forums for something like “Start Appium Server”.