-
-
Save trix0/9968b41cd27125379b9b02c17e5366e3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const opts = { | |
port: 4723, | |
desiredCapabilities: { | |
platformName: "Android", | |
deviceName: "Android", | |
//automationName: "uiautomator2", | |
udid:"", //cd21ccc5 emulator-5554 | |
appPackage:"com.pointvoucher.playlondonpv", | |
appActivity:"com.unity3d.player.UnityPlayerActivity", | |
fullReset:false, | |
noReset:false,/////////// false adds around 3Sec | |
//noPermsCheck:true, | |
//launch:true, | |
autoGrantPermissions:true, | |
//disableAndroidWatchers:true, | |
skipUnlock:true, | |
noSign:true, | |
//gpsEnabled:false, | |
ignoreUnimportantViews:true | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment