Skip to content

Instantly share code, notes, and snippets.

@BenjaminLaschkar
Created June 2, 2022 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminLaschkar/703a1479caadcadf7cc774525882b18e to your computer and use it in GitHub Desktop.
Save BenjaminLaschkar/703a1479caadcadf7cc774525882b18e to your computer and use it in GitHub Desktop.
AppiumSetup.kt
private const val appPackage = "com.google.android.calculator"
private const val activityName = "com.android.calculator2.Calculator"
private const val automationName = "UiAutomator2"
private const val platformName = "Android"
private const val serverUrl = "http://localhost:4723/wd/hub"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment