Created
June 2, 2022 09:34
-
-
Save BenjaminLaschkar/703a1479caadcadf7cc774525882b18e to your computer and use it in GitHub Desktop.
AppiumSetup.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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