Created
December 13, 2019 11:09
-
-
Save pareshgami/8434f86df2ec2e68167c097548e591ab to your computer and use it in GitHub Desktop.
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
// 20191213163745 | |
// http://localhost:4723/wd/hub/session/dd607ee0-6ba8-4d71-9459-3252d896153e | |
{ | |
"value": { | |
"platform": "LINUX", | |
"webStorageEnabled": false, | |
"takesScreenshot": true, | |
"javascriptEnabled": true, | |
"databaseEnabled": false, | |
"networkConnectionEnabled": true, | |
"locationContextEnabled": false, | |
"warnings": { | |
}, | |
"desired": { | |
"platformName": "Android", | |
"browserName": "", | |
"appPackage": "com.example.android.contactmanager", | |
"appActivity": "com.example.android.contactmanager.ContactManager", | |
"deviceName": "emulator-5554", | |
"noReset": true, | |
"automationName": "UiAutomator2", | |
"fullReset": false, | |
"autoWebview": false, | |
"newCommandTimeout": 3000, | |
"idleTimeout": 3000 | |
}, | |
"platformName": "Android", | |
"browserName": "", | |
"appPackage": "com.example.android.contactmanager", | |
"appActivity": "com.example.android.contactmanager.ContactManager", | |
"deviceName": "emulator-5554", | |
"noReset": true, | |
"automationName": "UiAutomator2", | |
"fullReset": false, | |
"autoWebview": false, | |
"newCommandTimeout": 3000, | |
"idleTimeout": 3000, | |
"deviceUDID": "emulator-5554", | |
"deviceApiLevel": 28, | |
"platformVersion": "9", | |
"deviceScreenSize": "1080x1920", | |
"deviceScreenDensity": 420, | |
"deviceModel": "Android SDK built for x86", | |
"deviceManufacturer": "Google", | |
"pixelRatio": 2.625, | |
"statBarHeight": 63, | |
"viewportRect": { | |
"left": 0, | |
"top": 63, | |
"width": 1080, | |
"height": 1731 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment