How to Start "Appium.exe" on windows fropm Command line?

1,687 views
Skip to first unread message

rajendraprasad reddy

unread,
Jul 3, 2014, 1:07:18 PM7/3/14
to appium-...@googlegroups.com
Hi All,
How to Start "Appium.exe" on windows from Command line?

web b page server fags are defined: http://appium.io/slate/en/v1.1.0/?java#server-flags

If i start Appium with following command :

C:\Appium>Appium.exe --a 1270.0.1 --p 5000

Appium launching but this Appium GUI showing default Port 4723 instead of  5000.

Anybody can explain how to launch appium from command line?

Is it possible to launch and start appium from command line using single command?

Appium Version: 1.1.0
O.S Windows 7 64 bit and 32 bit

Thanks,
Rajendra





Isaac Murchie

unread,
Jul 3, 2014, 1:40:40 PM7/3/14
to rajendraprasad reddy, appium-...@googlegroups.com
The server args are for running the server, not the GUI application. They can in general be set from the Settings pane in the app.



--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/d/optout.

Arvind Patel

unread,
Jul 5, 2014, 12:33:53 PM7/5/14
to appium-...@googlegroups.com
  1. Install node.js (v.0.8 or greater). Use the installer from nodejs.org.
  2. Install the Android SDK. You will need to run the ‘android’ tool (included in the SDK) and make sure you have an API Level 17 or greater API installed. Set ANDROID_HOME to be your Android SDK path and add the tools and platform-tools folders to your PATH variable.
  3. Install the Java JDK and set JAVA_HOME to your JDK folder.
  4. Install Apache Ant or use the one that comes with the Android Windows SDK in the eclipse\plugins folder. Be sure to add the folder containing ant to your PATH variable.
  5. Install Apache Maven and set the M2HOME and M2 environment variables. Set M2HOME to the directory maven is installed in, and set M2 to %M2HOME\bin. Add the path you used for M2 to your PATH.
  6. Install Git Be sure to install Git for windows to run in the regular command prompt.
  7. Instal cURL
  8. Go to cmd and type  npm install -g appium
  9. ones it done  type appium & (server arguments )

Regards

Arvind

Reply all
Reply to author
Forward
0 new messages