Appium commands that are commonly used on Mac

Appium commands that are commonly used on Mac

This blog post is trying to tell you:
Every details and attributes you may need for your first appium automation.

In this example, we will use Appium Inspector to start a seesion on your emulator on Android Studio.

Start appium

First, start the connection with Appium by cmd appium --allow-cors. It also gives you the remote url and the automationName that can be used in the Appium Inspector

Start Session

  • deviceName: adb devices
  • platformName - appium driver list
  • platformVersion - adb shell getprop ro.build.version.release

Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×