Skip to content

Instantly share code, notes, and snippets.

@trix0
Created February 2, 2018 09:37
Show Gist options
  • Save trix0/9968b41cd27125379b9b02c17e5366e3 to your computer and use it in GitHub Desktop.
Save trix0/9968b41cd27125379b9b02c17e5366e3 to your computer and use it in GitHub Desktop.
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