Skip to content

Instantly share code, notes, and snippets.

@bennid
Created May 17, 2018 14:13
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 bennid/0b5d9fbd6040ec486a6446e7a7c0d9fa to your computer and use it in GitHub Desktop.
Save bennid/0b5d9fbd6040ec486a6446e7a7c0d9fa to your computer and use it in GitHub Desktop.
2018-05-17 13:41:37:053 - [Appium] Welcome to Appium v1.8.0
2018-05-17 13:41:37:056 - [Appium] Non-default server args:
2018-05-17 13:41:37:057 - [Appium] port: 4823
2018-05-17 13:41:37:057 - [Appium] callbackPort: 4824
2018-05-17 13:41:37:058 - [Appium] sessionOverride: true
2018-05-17 13:41:37:058 - [Appium] logTimestamp: true
2018-05-17 13:41:37:058 - [Appium] logNoColors: true
2018-05-17 13:41:37:058 - [Appium] nodeconfig: /Users/username/build_tools/android_phone/016d56a4e2bdc663/selenium-conf.json
2018-05-17 13:41:37:059 - [Appium] debugLogSpacing: true
2018-05-17 13:41:37:059 - [Appium] deviceName: 016d56a4e2bdc663
2018-05-17 13:41:37:060 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:41:37:061 - [Appium] Deprecated server args:
2018-05-17 13:41:37:061 - [Appium] --device-name => --default-capabilities '{"deviceName":"016d56a4e2bdc663"}'
2018-05-17 13:41:37:062 - [Appium] -U,--udid => --default-capabilities '{"udid":"016d56a4e2bdc663"}'
2018-05-17 13:41:37:062 - [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
2018-05-17 13:41:37:062 - [Appium] deviceName: 016d56a4e2bdc663
2018-05-17 13:41:37:063 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:41:37:101 - [debug] [Appium] Starting auto register thread for grid. Will try to register every 5000 ms.
2018-05-17 13:41:37:103 - [Appium] Appium REST http interface listener started on 0.0.0.0:4823
2018-05-17 13:41:37:613 - [HTTP] --> POST /wd/hub/session
2018-05-17 13:41:37:614 - [HTTP] {"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"8a2f3361-bf3a-4ecb-ac92-9429337baf1b","systemPort":7042,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"capabilities":{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automati
2018-05-17 13:41:37:617 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"8a2f3361-bf3a-4ecb-ac92-9429337baf1b","systemPort":7042,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},null,{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemF...
2018-05-17 13:41:37:619 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1526564497619 (09:41:37 GMT-0400 (EDT))
2018-05-17 13:41:37:624 - [BaseDriver] The capabilities ["deviceName","udid"] are not standard capabilities and should have an extension prefix
2018-05-17 13:41:37:630 - [Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["app","appActivity","appPackage","automationName","clearSystemFiles","newCommandTimeout","platformVersion","resetKeyboard","systemPort","unicodeKeyboard"]. Falling back to JSONWP protocol.
2018-05-17 13:41:37:632 - [Appium] Creating new AndroidUiautomator2Driver (v1.9.0) session
2018-05-17 13:41:37:632 - [Appium] Capabilities:
2018-05-17 13:41:37:632 - [Appium] deviceName: ANY
2018-05-17 13:41:37:633 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:41:37:633 - [Appium] app: https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk
2018-05-17 13:41:37:633 - [Appium] appActivity: my.company.android.my.app.ui.main.MainActivity
2018-05-17 13:41:37:633 - [Appium] appPackage: my.company.android.my.app.debug
2018-05-17 13:41:37:634 - [Appium] automationName: UIAutomator2
2018-05-17 13:41:37:634 - [Appium] browserName:
2018-05-17 13:41:37:634 - [Appium] clearSystemFiles: true
2018-05-17 13:41:37:635 - [Appium] newCommandTimeout: 45
2018-05-17 13:41:37:635 - [Appium] platformName: android
2018-05-17 13:41:37:635 - [Appium] platformVersion: ANY
2018-05-17 13:41:37:636 - [Appium] resetKeyboard: true
2018-05-17 13:41:37:636 - [Appium] server:CONFIG_UUID: 8a2f3361-bf3a-4ecb-ac92-9429337baf1b
2018-05-17 13:41:37:637 - [Appium] systemPort: 7042
2018-05-17 13:41:37:637 - [Appium] mycompany:platformType: Phone
2018-05-17 13:41:37:637 - [Appium] mycompany:testng.hostname: username-mac
2018-05-17 13:41:37:637 - [Appium] mycompany:testng.session.hash: 0c199207-2625-4396-899a-cd622d93731e
2018-05-17 13:41:37:638 - [Appium] mycompany:testng.suite: Default Suite
2018-05-17 13:41:37:638 - [Appium] mycompany:testng.test: setupClient
2018-05-17 13:41:37:638 - [Appium] unicodeKeyboard: true
2018-05-17 13:41:37:644 - [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"deviceName":"ANY","udid":...
2018-05-17 13:41:37:648 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: server:CONFIG_UUID, mycompany:platformType, mycompany:testng.hostname, mycompany:testng.session.hash, mycompany:testng.suite, mycompany:testng.test.
2018-05-17 13:41:37:650 - [BaseDriver] Session created with session id: 1119c365-5ad2-4d8c-a297-5d92c609c889
2018-05-17 13:41:37:654 - [BaseDriver] Using downloadable app 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:41:39:454 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:41:39:454 - [HTTP] {}
2018-05-17 13:41:39:455 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:41:39:475 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:41:39:483 - [HTTP] <-- GET /wd/hub/status 200 26 ms - 55
2018-05-17 13:41:39:483 - [HTTP]
2018-05-17 13:41:39:529 - [debug] [BaseDriver] https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk downloaded to /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk
2018-05-17 13:41:39:529 - [debug] [BaseDriver] Downloaded file type 'application/octet-stream'
2018-05-17 13:41:39:530 - [BaseDriver] Downloaded the app to '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk'
2018-05-17 13:41:39:531 - [debug] [BaseDriver] Got 'undefined' as 'Last-Modified' HEAD response header value of 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:41:39:531 - [BaseDriver] Skipping 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk' caching, because the HEAD response didn't return any valid Last-Modified headers
2018-05-17 13:41:39:532 - [debug] [UiAutomator2] Checking whether app is actually present
2018-05-17 13:41:39:537 - [debug] [AndroidDriver] Getting Java version
2018-05-17 13:41:39:708 - [AndroidDriver] Java version is: 1.8.0_152
2018-05-17 13:41:39:713 - [ADB] Checking whether adb is present
2018-05-17 13:41:39:725 - [ADB] Found 2 'build-tools' folders under '/Users/username/build_tools/android-sdk-macosx-r24.4.1' (newest first):
2018-05-17 13:41:39:725 - [ADB] /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.3
2018-05-17 13:41:39:725 - [ADB] /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2
2018-05-17 13:41:39:726 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:41:39:726 - [AndroidDriver] Retrieving device list
2018-05-17 13:41:39:727 - [debug] [ADB] Trying to find a connected android device
2018-05-17 13:41:39:728 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:39:754 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:39:755 - [AndroidDriver] Using device: 016d56a4e2bdc663
2018-05-17 13:41:39:756 - [ADB] Checking whether adb is present
2018-05-17 13:41:39:757 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:41:39:758 - [debug] [ADB] Setting device id to 016d56a4e2bdc663
2018-05-17 13:41:39:759 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:39:790 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:39:792 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.sdk'
2018-05-17 13:41:39:841 - [debug] [ADB] Current device property 'ro.build.version.sdk': 23
2018-05-17 13:41:39:842 - [debug] [ADB] Device API level: 23
2018-05-17 13:41:39:844 - [ADB] Getting device platform version
2018-05-17 13:41:39:844 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:39:863 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:39:864 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.release'
2018-05-17 13:41:39:905 - [debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
2018-05-17 13:41:39:905 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:39:925 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:39:925 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm size'
2018-05-17 13:41:40:655 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:40:674 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:40:674 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm density'
2018-05-17 13:41:41:384 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:41:405 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:41:406 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.model'
2018-05-17 13:41:41:448 - [debug] [ADB] Current device property 'ro.product.model': Nexus 5X
2018-05-17 13:41:41:449 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:41:469 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:41:469 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.manufacturer'
2018-05-17 13:41:41:509 - [debug] [ADB] Current device property 'ro.product.manufacturer': LGE
2018-05-17 13:41:41:510 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:41:530 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:41:531 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:41:42:115 - [debug] [Appium] Appium successfully registered with the grid on http://10.96.11.146:4444
2018-05-17 13:41:42:205 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:41:42:209 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:42:212 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:42:212 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk'
2018-05-17 13:41:42:673 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' is already signed.
2018-05-17 13:41:42:674 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2018-05-17 13:41:42:676 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:42:677 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:42:677 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:41:43:091 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed.
2018-05-17 13:41:43:093 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server
2018-05-17 13:41:43:094 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:43:116 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:43:116 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server'
2018-05-17 13:41:43:638 - [debug] [ADB] App is not installed
2018-05-17 13:41:43:639 - [debug] [ADB] App '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' not installed. Installing
2018-05-17 13:41:43:640 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk'
2018-05-17 13:41:47:122 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:41:47:123 - [HTTP] {}
2018-05-17 13:41:47:123 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:41:47:136 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:41:47:138 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:41:47:138 - [HTTP]
2018-05-17 13:41:50:961 - [debug] [ADB] Install command stdout: [ 4%] /data/local/tmp/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:41:50:964 - [debug] [ADB] [ 8%] /data/local/tmp/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:41:50:964 - [debug] [ADB] [ 12%] /data/local/tmp/appiu...uiautomator2-server-v1.7.0.apk: 1 file pushed. 4.8 MB/s (1591074 bytes in 0.313s)
2018-05-17 13:41:50:964 - [debug] [ADB] pkg: /data/local/tmp/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:41:50:964 - [debug] [ADB] Success
2018-05-17 13:41:50:964 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
2018-05-17 13:41:50:965 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:50:985 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:50:985 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server.test'
2018-05-17 13:41:51:418 - [debug] [ADB] App is installed
2018-05-17 13:41:51:419 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server.test'
2018-05-17 13:41:51:419 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:51:437 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:51:437 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server.test'
2018-05-17 13:41:51:487 - [ADB] Checking whether aapt is present
2018-05-17 13:41:51:489 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:41:51:508 - [ADB] Cannot read version codes of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'
2018-05-17 13:41:51:508 - [ADB] Cannot read version names of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'. Assuming correct app version is already installed
2018-05-17 13:41:51:508 - [debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available
2018-05-17 13:41:51:509 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:51:528 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:51:528 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list instrumentation'
2018-05-17 13:41:52:006 - [debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
2018-05-17 13:41:52:007 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 wait-for-device'
2018-05-17 13:41:52:028 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:52:047 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:52:047 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell echo ping'
2018-05-17 13:41:52:077 - [debug] [AndroidDriver] Pushing settings apk to device...
2018-05-17 13:41:52:077 - [debug] [ADB] Getting install status for io.appium.settings
2018-05-17 13:41:52:077 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:52:095 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:52:096 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.settings'
2018-05-17 13:41:52:144 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:41:52:144 - [HTTP] {}
2018-05-17 13:41:52:144 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:41:52:157 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:41:52:158 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:41:52:158 - [HTTP]
2018-05-17 13:41:52:618 - [debug] [ADB] App is installed
2018-05-17 13:41:52:619 - [debug] [ADB] Getting package info for 'io.appium.settings'
2018-05-17 13:41:52:619 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:52:640 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:52:641 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.settings'
2018-05-17 13:41:52:716 - [ADB] Checking whether aapt is present
2018-05-17 13:41:52:717 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:41:52:732 - [debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
2018-05-17 13:41:52:732 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:52:749 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:52:750 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ps'
2018-05-17 13:41:52:869 - [debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
2018-05-17 13:41:52:869 - [debug] [ADB] Device API level: 23
2018-05-17 13:41:52:870 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:52:886 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:52:886 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell appops set io.appium.settings android\:mock_location allow'
2018-05-17 13:41:53:548 - [AndroidDriver] setDeviceLanguageCountry requires language or country.
2018-05-17 13:41:53:548 - [AndroidDriver] Got language: 'null' and country: 'null'
2018-05-17 13:41:53:550 - [debug] [Logcat] Starting logcat capture
2018-05-17 13:41:53:616 - [debug] [AndroidDriver] Enabling Unicode keyboard support
2018-05-17 13:41:53:617 - [debug] [AndroidDriver] Pushing unicode ime to device...
2018-05-17 13:41:53:617 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk'
2018-05-17 13:41:54:657 - [debug] [ADB] Install command stdout: [100%] /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:41:54:657 - [debug] [ADB] /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk: 1 file pushed. 2.9 MB/s (36795 bytes in 0.012s)
2018-05-17 13:41:54:657 - [debug] [ADB] pkg: /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:41:54:658 - [debug] [ADB] Failure [INSTALL_FAILED_ALREADY_EXISTS]
2018-05-17 13:41:54:658 - [debug] [ADB] Application '/Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk' already installed. Continuing.
2018-05-17 13:41:54:660 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:54:678 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:54:678 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell settings get secure default_input_method'
2018-05-17 13:41:55:419 - [debug] [AndroidDriver] Unsetting previous IME io.appium.android.ime/.UnicodeIME
2018-05-17 13:41:55:419 - [debug] [AndroidDriver] Setting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:41:55:420 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:55:472 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:55:473 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime enable io.appium.android.ime/.UnicodeIME'
2018-05-17 13:41:56:127 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:56:150 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:56:151 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:41:56:913 - [debug] [AndroidDriver] Pushing unlock helper app to device...
2018-05-17 13:41:56:914 - [debug] [ADB] Getting install status for io.appium.unlock
2018-05-17 13:41:56:914 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:56:936 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:56:936 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.unlock'
2018-05-17 13:41:57:167 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:41:57:167 - [HTTP] {}
2018-05-17 13:41:57:167 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:41:57:180 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:41:57:181 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:41:57:181 - [HTTP]
2018-05-17 13:41:57:522 - [debug] [ADB] App is installed
2018-05-17 13:41:57:522 - [debug] [ADB] Getting package info for 'io.appium.unlock'
2018-05-17 13:41:57:523 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:57:542 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:57:542 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.unlock'
2018-05-17 13:41:57:614 - [ADB] Checking whether aapt is present
2018-05-17 13:41:57:615 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:41:57:627 - [debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
2018-05-17 13:41:57:627 - [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 7042
2018-05-17 13:41:57:628 - [debug] [ADB] Forwarding system: 7042 to device: 6790
2018-05-17 13:41:57:628 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward tcp\:7042 tcp\:6790'
2018-05-17 13:41:57:647 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:57:663 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:57:664 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell rm -rf /data/local/tmp/strings.json'
2018-05-17 13:41:57:727 - [debug] [AndroidDriver] Extracting strings from apk
2018-05-17 13:41:57:727 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk
2018-05-17 13:41:57:727 - [debug] [AndroidDriver] null
2018-05-17 13:41:57:728 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug
2018-05-17 13:41:57:729 - [debug] [ADB] Extracting strings for language: default
2018-05-17 13:41:57:730 - [ADB] Checking whether aapt is present
2018-05-17 13:41:57:731 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:41:57:910 - [ADB] Successfully extracted 688 strings from '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk' resources for '(default)' configuration
2018-05-17 13:41:58:004 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 push /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug/strings.json /data/local/tmp'
2018-05-17 13:41:58:055 - [debug] [ADB] Checking app cert for /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk
2018-05-17 13:41:58:056 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:58:058 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:58:058 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk'
2018-05-17 13:41:58:696 - [debug] [ADB] '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk' is not signed with debug cert.
2018-05-17 13:41:58:698 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:58:698 - [debug] [ADB] Zip-aligning '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk'
2018-05-17 13:41:58:699 - [ADB] Checking whether zipalign is present
2018-05-17 13:41:58:700 - [ADB] Using zipalign from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/zipalign
2018-05-17 13:41:58:835 - [debug] [ADB] Signing '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk' with default cert
2018-05-17 13:41:58:837 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:41:58:837 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'sign,--key,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk'
2018-05-17 13:41:59:654 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:41:59:655 - [debug] [ADB] Getting connected devices...
2018-05-17 13:41:59:672 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:41:59:672 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:42:00:227 - [debug] [ADB] App is not installed
2018-05-17 13:42:00:228 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:42:00:229 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:00:247 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:00:248 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:42:00:765 - [debug] [ADB] App is not installed
2018-05-17 13:42:00:765 - [debug] [ADB] App '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk' not installed. Installing
2018-05-17 13:42:00:765 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk'
2018-05-17 13:42:02:187 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:02:188 - [HTTP] {}
2018-05-17 13:42:02:188 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:02:197 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:02:199 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:42:02:199 - [HTTP]
2018-05-17 13:42:07:206 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:07:206 - [HTTP] {}
2018-05-17 13:42:07:206 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:07:215 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:07:217 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:42:07:217 - [HTTP]
2018-05-17 13:42:11:890 - [debug] [ADB] Install command stdout: [ 1%] /data/local/tmp/appium-app.apk
2018-05-17 13:42:11:890 - [debug] [ADB] [ 2%] /data/local/tmp/appium-app.apk
2018-05-17 13:42:11:890 - [debug] [ADB] [ 3%] /data/local/tmp/appium-app.apk
2018-05-17 13:42:11:890 - [debug] [ADB] [ 5%] /data/local/tmp/appium-app.ap...c4cw0000gn/T/2018417-8840-1ndf0iw.x90h/appium-app.apk: 1 file pushed. 4.8 MB/s (5060254 bytes in 1.006s)
2018-05-17 13:42:11:890 - [debug] [ADB] pkg: /data/local/tmp/appium-app.apk
2018-05-17 13:42:11:890 - [debug] [ADB] Success
2018-05-17 13:42:11:891 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:11:909 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:11:910 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:42:12:225 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:12:226 - [HTTP] {}
2018-05-17 13:42:12:226 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:12:236 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:12:237 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:42:12:237 - [HTTP]
2018-05-17 13:42:12:584 - [UiAutomator2] Starting uiautomator2 server 1.7.0
2018-05-17 13:42:12:585 - [UiAutomator2] Using UIAutomator2 server from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' and test from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:42:12:585 - [UiAutomator2] Running command: 'adb -s 016d56a4e2bdc663 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner'
2018-05-17 13:42:12:588 - [UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online...
2018-05-17 13:42:12:589 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7042/wd/hub/status] with no body
2018-05-17 13:42:13:611 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7042/wd/hub/status] with no body
2018-05-17 13:42:14:622 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7042/wd/hub/status] with no body
2018-05-17 13:42:15:634 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7042/wd/hub/status] with no body
2018-05-17 13:42:15:677 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
2018-05-17 13:42:15:677 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:7042/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"8a2f3361-bf3a-4ecb-ac92-9429337baf1b","systemPort":7042,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"...
2018-05-17 13:42:15:702 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"070b9408-51ee-4e87-8296-7f93988d0539","status":0,"value":"Created Session"}
2018-05-17 13:42:15:703 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:15:725 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:15:726 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys window'
2018-05-17 13:42:15:775 - [AndroidDriver] Screen already unlocked, doing nothing
2018-05-17 13:42:15:776 - [UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity'. Starting it ourselves
2018-05-17 13:42:15:777 - [debug] [ADB] Device API level: 23
2018-05-17 13:42:15:778 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:15:796 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:15:796 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am start -W -n my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2018-05-17 13:42:17:246 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:17:246 - [HTTP] {}
2018-05-17 13:42:17:246 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:17:256 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:17:257 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:42:17:258 - [HTTP]
2018-05-17 13:42:17:588 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:7042/wd/hub/session/070b9408-51ee-4e87-8296-7f93988d0539/appium/device/pixel_ratio] with body: {}
2018-05-17 13:42:17:609 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"070b9408-51ee-4e87-8296-7f93988d0539\",\"status\":0,\"value\":2.625}"
2018-05-17 13:42:17:610 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:7042/wd/hub/session/070b9408-51ee-4e87-8296-7f93988d0539/appium/device/system_bars] with body: {}
2018-05-17 13:42:17:636 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"070b9408-51ee-4e87-8296-7f93988d0539\",\"status\":0,\"value\":{\"statusBar\":63}}"
2018-05-17 13:42:17:637 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:7042/wd/hub/session/070b9408-51ee-4e87-8296-7f93988d0539/window/current/size] with body: {}
2018-05-17 13:42:17:653 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"070b9408-51ee-4e87-8296-7f93988d0539\",\"status\":0,\"value\":{\"height\":1794,\"width\":1080}}"
2018-05-17 13:42:17:654 - [Appium] New AndroidUiautomator2Driver session created successfully, session 1119c365-5ad2-4d8c-a297-5d92c609c889 added to master session list
2018-05-17 13:42:17:655 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1526564537655 (09:42:17 GMT-0400 (EDT))
2018-05-17 13:42:17:656 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"8a2f3361-bf3a-4ecb-ac92-9429337baf1b","systemPort":7042,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:17:657 - [HTTP] <-- POST /wd/hub/session 200 40045 ms - 2037
2018-05-17 13:42:17:658 - [HTTP]
2018-05-17 13:42:19:492 - [HTTP] --> POST /wd/hub/session
2018-05-17 13:42:19:492 - [HTTP] {"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"capabilities":{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automati
2018-05-17 13:42:19:493 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},null,{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemF...
2018-05-17 13:42:19:493 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1526564539493 (09:42:19 GMT-0400 (EDT))
2018-05-17 13:42:19:494 - [BaseDriver] The capabilities ["deviceName","udid"] are not standard capabilities and should have an extension prefix
2018-05-17 13:42:19:498 - [Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["app","appActivity","appPackage","automationName","clearSystemFiles","newCommandTimeout","platformVersion","resetKeyboard","systemPort","unicodeKeyboard"]. Falling back to JSONWP protocol.
2018-05-17 13:42:19:498 - [Appium] Creating new AndroidUiautomator2Driver (v1.9.0) session
2018-05-17 13:42:19:499 - [Appium] Capabilities:
2018-05-17 13:42:19:500 - [Appium] deviceName: ANY
2018-05-17 13:42:19:501 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:42:19:501 - [Appium] app: https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk
2018-05-17 13:42:19:502 - [Appium] appActivity: my.company.android.my.app.ui.main.MainActivity
2018-05-17 13:42:19:502 - [Appium] appPackage: my.company.android.my.app.debug
2018-05-17 13:42:19:502 - [Appium] automationName: UIAutomator2
2018-05-17 13:42:19:503 - [Appium] browserName:
2018-05-17 13:42:19:503 - [Appium] clearSystemFiles: true
2018-05-17 13:42:19:503 - [Appium] newCommandTimeout: 45
2018-05-17 13:42:19:503 - [Appium] platformName: android
2018-05-17 13:42:19:504 - [Appium] platformVersion: ANY
2018-05-17 13:42:19:504 - [Appium] resetKeyboard: true
2018-05-17 13:42:19:504 - [Appium] server:CONFIG_UUID: ba3db6fe-32c2-440b-91d0-f3aaa57d4faa
2018-05-17 13:42:19:504 - [Appium] systemPort: 7506
2018-05-17 13:42:19:505 - [Appium] mycompany:platformType: Phone
2018-05-17 13:42:19:505 - [Appium] mycompany:testng.hostname: username-mac
2018-05-17 13:42:19:505 - [Appium] mycompany:testng.session.hash: 0c199207-2625-4396-899a-cd622d93731e
2018-05-17 13:42:19:506 - [Appium] mycompany:testng.suite: Default Suite
2018-05-17 13:42:19:506 - [Appium] mycompany:testng.test: setupClient
2018-05-17 13:42:19:506 - [Appium] unicodeKeyboard: true
2018-05-17 13:42:19:509 - [Appium] Session override is on. Deleting other 1 active session.
2018-05-17 13:42:19:512 - [Appium] Removing session 1119c365-5ad2-4d8c-a297-5d92c609c889 from our master session list
2018-05-17 13:42:19:513 - [debug] [UiAutomator2] Deleting UiAutomator2 session
2018-05-17 13:42:19:515 - [debug] [UiAutomator2] Deleting UiAutomator2 server session
2018-05-17 13:42:19:516 - [debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:7042/wd/hub/session/070b9408-51ee-4e87-8296-7f93988d0539] with no body
2018-05-17 13:42:19:712 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"070b9408-51ee-4e87-8296-7f93988d0539\",\"status\":0,\"value\":\"Session deleted\"}"
2018-05-17 13:42:19:713 - [debug] [UiAutomator2] Resetting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:19:713 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:19:735 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:19:735 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:20:372 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:20:376 - [debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.
2018-05-17 13:42:20:376 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:20:376 - [debug] [UiAutomator2] [UIAutomator2] Time: 6.029
2018-05-17 13:42:20:377 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:20:377 - [debug] [UiAutomator2] [UIAutomator2] OK (1 test)
2018-05-17 13:42:20:377 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:20:377 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:20:433 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:20:459 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:20:460 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:42:21:399 - [debug] [Logcat] Stopping logcat capture
2018-05-17 13:42:21:402 - [debug] [ADB] Removing forwarded port socket connection: 7042
2018-05-17 13:42:21:403 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward --remove tcp\:7042'
2018-05-17 13:42:21:436 - [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"deviceName":"ANY","udid":...
2018-05-17 13:42:21:438 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: server:CONFIG_UUID, mycompany:platformType, mycompany:testng.hostname, mycompany:testng.session.hash, mycompany:testng.suite, mycompany:testng.test.
2018-05-17 13:42:21:438 - [BaseDriver] Session created with session id: d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:21:439 - [BaseDriver] Using downloadable app 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:42:22:266 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:22:266 - [HTTP] {}
2018-05-17 13:42:22:266 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:22:278 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:22:284 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:42:22:284 - [HTTP]
2018-05-17 13:42:23:178 - [debug] [BaseDriver] https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk downloaded to /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk
2018-05-17 13:42:23:178 - [debug] [BaseDriver] Downloaded file type 'application/octet-stream'
2018-05-17 13:42:23:179 - [BaseDriver] Downloaded the app to '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk'
2018-05-17 13:42:23:181 - [debug] [BaseDriver] Got 'undefined' as 'Last-Modified' HEAD response header value of 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:42:23:181 - [BaseDriver] Skipping 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk' caching, because the HEAD response didn't return any valid Last-Modified headers
2018-05-17 13:42:23:181 - [debug] [UiAutomator2] Checking whether app is actually present
2018-05-17 13:42:23:183 - [debug] [AndroidDriver] Getting Java version
2018-05-17 13:42:23:292 - [AndroidDriver] Java version is: 1.8.0_152
2018-05-17 13:42:23:293 - [ADB] Checking whether adb is present
2018-05-17 13:42:23:293 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:42:23:294 - [AndroidDriver] Retrieving device list
2018-05-17 13:42:23:294 - [debug] [ADB] Trying to find a connected android device
2018-05-17 13:42:23:294 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:23:312 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:23:312 - [AndroidDriver] Using device: 016d56a4e2bdc663
2018-05-17 13:42:23:313 - [ADB] Checking whether adb is present
2018-05-17 13:42:23:313 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:42:23:313 - [debug] [ADB] Setting device id to 016d56a4e2bdc663
2018-05-17 13:42:23:314 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:23:332 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:23:332 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.sdk'
2018-05-17 13:42:23:399 - [debug] [ADB] Current device property 'ro.build.version.sdk': 23
2018-05-17 13:42:23:399 - [debug] [ADB] Device API level: 23
2018-05-17 13:42:23:399 - [ADB] Getting device platform version
2018-05-17 13:42:23:400 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:23:417 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:23:418 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.release'
2018-05-17 13:42:23:475 - [debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
2018-05-17 13:42:23:475 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:23:492 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:23:493 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm size'
2018-05-17 13:42:24:215 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:24:235 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:24:235 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm density'
2018-05-17 13:42:24:987 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:25:005 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:25:005 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.model'
2018-05-17 13:42:25:046 - [debug] [ADB] Current device property 'ro.product.model': Nexus 5X
2018-05-17 13:42:25:046 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:25:066 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:25:067 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.manufacturer'
2018-05-17 13:42:25:106 - [debug] [ADB] Current device property 'ro.product.manufacturer': LGE
2018-05-17 13:42:25:107 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:25:124 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:25:127 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:42:25:820 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:42:25:822 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:25:823 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:25:824 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk'
2018-05-17 13:42:26:176 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' is already signed.
2018-05-17 13:42:26:177 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2018-05-17 13:42:26:178 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:26:179 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:26:180 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:42:26:576 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed.
2018-05-17 13:42:26:577 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server
2018-05-17 13:42:26:577 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:26:595 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:26:599 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server'
2018-05-17 13:42:27:077 - [debug] [ADB] App is installed
2018-05-17 13:42:27:078 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
2018-05-17 13:42:27:078 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:27:096 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:27:096 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server'
2018-05-17 13:42:27:138 - [ADB] Checking whether aapt is present
2018-05-17 13:42:27:142 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:27:154 - [debug] [ADB] The installed 'io.appium.uiautomator2.server' package does not require upgrade ('1.7.0' >= '1.7.0')
2018-05-17 13:42:27:154 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
2018-05-17 13:42:27:154 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:27:173 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:27:174 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server.test'
2018-05-17 13:42:27:285 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:27:286 - [HTTP] {}
2018-05-17 13:42:27:286 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:27:296 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:27:298 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:42:27:298 - [HTTP]
2018-05-17 13:42:27:664 - [debug] [ADB] App is installed
2018-05-17 13:42:27:664 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server.test'
2018-05-17 13:42:27:665 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:27:682 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:27:683 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server.test'
2018-05-17 13:42:27:731 - [ADB] Checking whether aapt is present
2018-05-17 13:42:27:733 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:27:743 - [ADB] Cannot read version codes of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'
2018-05-17 13:42:27:743 - [ADB] Cannot read version names of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'. Assuming correct app version is already installed
2018-05-17 13:42:27:743 - [debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available
2018-05-17 13:42:27:744 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:27:763 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:27:764 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list instrumentation'
2018-05-17 13:42:28:201 - [debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
2018-05-17 13:42:28:201 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 wait-for-device'
2018-05-17 13:42:28:221 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:28:237 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:28:239 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell echo ping'
2018-05-17 13:42:28:267 - [debug] [AndroidDriver] Pushing settings apk to device...
2018-05-17 13:42:28:267 - [debug] [ADB] Getting install status for io.appium.settings
2018-05-17 13:42:28:267 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:28:284 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:28:285 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.settings'
2018-05-17 13:42:28:835 - [debug] [ADB] App is installed
2018-05-17 13:42:28:836 - [debug] [ADB] Getting package info for 'io.appium.settings'
2018-05-17 13:42:28:836 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:28:859 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:28:859 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.settings'
2018-05-17 13:42:28:923 - [ADB] Checking whether aapt is present
2018-05-17 13:42:28:937 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:28:952 - [debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
2018-05-17 13:42:28:952 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:28:974 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:28:975 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ps'
2018-05-17 13:42:29:140 - [debug] [ADB] Device API level: 23
2018-05-17 13:42:29:142 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:29:165 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:29:165 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am start -W -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2018-05-17 13:42:30:151 - [debug] [ADB] Device API level: 23
2018-05-17 13:42:30:151 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:30:168 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:30:169 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell appops set io.appium.settings android\:mock_location allow'
2018-05-17 13:42:30:872 - [AndroidDriver] setDeviceLanguageCountry requires language or country.
2018-05-17 13:42:30:873 - [AndroidDriver] Got language: 'null' and country: 'null'
2018-05-17 13:42:30:873 - [debug] [Logcat] Starting logcat capture
2018-05-17 13:42:30:922 - [debug] [AndroidDriver] Enabling Unicode keyboard support
2018-05-17 13:42:30:925 - [debug] [AndroidDriver] Pushing unicode ime to device...
2018-05-17 13:42:30:925 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk'
2018-05-17 13:42:31:932 - [debug] [ADB] Install command stdout: [100%] /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:42:31:933 - [debug] [ADB] /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk: 1 file pushed. 2.6 MB/s (36795 bytes in 0.014s)
2018-05-17 13:42:31:933 - [debug] [ADB] pkg: /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:42:31:933 - [debug] [ADB] Failure [INSTALL_FAILED_ALREADY_EXISTS]
2018-05-17 13:42:31:933 - [debug] [ADB] Application '/Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk' already installed. Continuing.
2018-05-17 13:42:31:933 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:31:953 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:31:953 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell settings get secure default_input_method'
2018-05-17 13:42:32:301 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:32:302 - [HTTP] {}
2018-05-17 13:42:32:302 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:32:319 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:32:320 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:42:32:321 - [HTTP]
2018-05-17 13:42:32:656 - [debug] [AndroidDriver] Unsetting previous IME io.appium.android.ime/.UnicodeIME
2018-05-17 13:42:32:656 - [debug] [AndroidDriver] Setting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:32:658 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:32:678 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:32:679 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime enable io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:33:470 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:33:489 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:33:489 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:34:168 - [debug] [AndroidDriver] Pushing unlock helper app to device...
2018-05-17 13:42:34:168 - [debug] [ADB] Getting install status for io.appium.unlock
2018-05-17 13:42:34:168 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:34:187 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:34:187 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.unlock'
2018-05-17 13:42:34:726 - [debug] [ADB] App is installed
2018-05-17 13:42:34:726 - [debug] [ADB] Getting package info for 'io.appium.unlock'
2018-05-17 13:42:34:726 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:34:745 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:34:746 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.unlock'
2018-05-17 13:42:34:795 - [ADB] Checking whether aapt is present
2018-05-17 13:42:34:797 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:34:808 - [debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
2018-05-17 13:42:34:808 - [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 7506
2018-05-17 13:42:34:808 - [debug] [ADB] Forwarding system: 7506 to device: 6790
2018-05-17 13:42:34:809 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward tcp\:7506 tcp\:6790'
2018-05-17 13:42:34:826 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:34:844 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:34:844 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell rm -rf /data/local/tmp/strings.json'
2018-05-17 13:42:34:911 - [debug] [AndroidDriver] Extracting strings from apk
2018-05-17 13:42:34:911 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk
2018-05-17 13:42:34:911 - [debug] [AndroidDriver] null
2018-05-17 13:42:34:911 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug
2018-05-17 13:42:34:912 - [debug] [ADB] Extracting strings for language: default
2018-05-17 13:42:34:912 - [ADB] Checking whether aapt is present
2018-05-17 13:42:34:913 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:35:197 - [ADB] Successfully extracted 688 strings from '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk' resources for '(default)' configuration
2018-05-17 13:42:35:226 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 push /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug/strings.json /data/local/tmp'
2018-05-17 13:42:35:277 - [debug] [ADB] Checking app cert for /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk
2018-05-17 13:42:35:279 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:35:280 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:35:280 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk'
2018-05-17 13:42:36:004 - [debug] [ADB] '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk' is not signed with debug cert.
2018-05-17 13:42:36:006 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:36:006 - [debug] [ADB] Zip-aligning '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk'
2018-05-17 13:42:36:006 - [ADB] Checking whether zipalign is present
2018-05-17 13:42:36:008 - [ADB] Using zipalign from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/zipalign
2018-05-17 13:42:36:140 - [debug] [ADB] Signing '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk' with default cert
2018-05-17 13:42:36:141 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:42:36:141 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'sign,--key,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-zyy1s.wtwitl/appium-app.apk'
2018-05-17 13:42:36:961 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:42:36:961 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:36:981 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:36:981 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:42:37:328 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:37:328 - [HTTP] {}
2018-05-17 13:42:37:328 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:37:338 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:37:339 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:42:37:339 - [HTTP]
2018-05-17 13:42:37:515 - [debug] [ADB] App is installed
2018-05-17 13:42:37:515 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:42:37:515 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:37:539 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:37:540 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:42:38:081 - [debug] [ADB] App is installed
2018-05-17 13:42:38:081 - [debug] [ADB] Getting package info for 'my.company.android.my.app.debug'
2018-05-17 13:42:38:082 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:38:100 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:38:100 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package my.company.android.my.app.debug'
2018-05-17 13:42:38:177 - [ADB] Checking whether aapt is present
2018-05-17 13:42:38:179 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:42:38:195 - [debug] [ADB] The installed 'my.company.android.my.app.debug' package does not require upgrade ('8.1.3' >= '8.1.3')
2018-05-17 13:42:38:195 - [AndroidDriver] Performing fast reset on 'my.company.android.my.app.debug'
2018-05-17 13:42:38:196 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:42:38:196 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:38:213 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:38:213 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:42:38:723 - [debug] [ADB] App is installed
2018-05-17 13:42:38:723 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:38:741 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:38:741 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:42:39:548 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:39:566 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:39:566 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm clear my.company.android.my.app.debug'
2018-05-17 13:42:40:153 - [debug] [AndroidDriver] Performed fast reset on the installed 'my.company.android.my.app.debug' application (stop and clear)
2018-05-17 13:42:40:153 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:40:171 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:40:172 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:42:40:831 - [UiAutomator2] Starting uiautomator2 server 1.7.0
2018-05-17 13:42:40:831 - [UiAutomator2] Using UIAutomator2 server from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' and test from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:42:40:832 - [UiAutomator2] Running command: 'adb -s 016d56a4e2bdc663 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner'
2018-05-17 13:42:40:833 - [UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online...
2018-05-17 13:42:40:833 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7506/wd/hub/status] with no body
2018-05-17 13:42:41:846 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7506/wd/hub/status] with no body
2018-05-17 13:42:42:350 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:42:351 - [HTTP] {}
2018-05-17 13:42:42:351 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:42:359 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:42:361 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:42:42:361 - [HTTP]
2018-05-17 13:42:42:855 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7506/wd/hub/status] with no body
2018-05-17 13:42:43:866 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7506/wd/hub/status] with no body
2018-05-17 13:42:43:930 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
2018-05-17 13:42:43:931 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:7506/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"...
2018-05-17 13:42:43:952 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"90f1e95d-69c0-4624-8d19-1509ea19bff8","status":0,"value":"Created Session"}
2018-05-17 13:42:43:952 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:43:971 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:43:971 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys window'
2018-05-17 13:42:44:022 - [AndroidDriver] Screen already unlocked, doing nothing
2018-05-17 13:42:44:022 - [UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity'. Starting it ourselves
2018-05-17 13:42:44:023 - [debug] [ADB] Device API level: 23
2018-05-17 13:42:44:023 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:44:041 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:44:041 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am start -W -n my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2018-05-17 13:42:45:866 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8/appium/device/pixel_ratio] with body: {}
2018-05-17 13:42:45:881 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":2.625}"
2018-05-17 13:42:45:882 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8/appium/device/system_bars] with body: {}
2018-05-17 13:42:45:897 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{\"statusBar\":63}}"
2018-05-17 13:42:45:898 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8/window/current/size] with body: {}
2018-05-17 13:42:45:913 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{\"height\":1794,\"width\":1080}}"
2018-05-17 13:42:45:914 - [Appium] New AndroidUiautomator2Driver session created successfully, session d0ead1fc-a53a-4b1c-999a-f51b88b6d48a added to master session list
2018-05-17 13:42:45:917 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1526564565917 (09:42:45 GMT-0400 (EDT))
2018-05-17 13:42:45:919 - [debug] [W3C] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:45:920 - [HTTP] <-- POST /wd/hub/session 200 26428 ms - 2037
2018-05-17 13:42:45:920 - [HTTP]
2018-05-17 13:42:45:927 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:45:927 - [HTTP] {}
2018-05-17 13:42:45:928 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:45:931 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:42:45:931 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with body: {}
2018-05-17 13:42:45:945 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{}}"
2018-05-17 13:42:45:946 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:45:947 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 20 ms - 2037
2018-05-17 13:42:45:947 - [HTTP]
2018-05-17 13:42:45:952 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:45:952 - [HTTP] {}
2018-05-17 13:42:45:952 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:45:955 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:42:45:955 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with body: {}
2018-05-17 13:42:45:968 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{}}"
2018-05-17 13:42:45:969 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:45:969 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 17 ms - 2037
2018-05-17 13:42:45:970 - [HTTP]
2018-05-17 13:42:45:991 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:45:991 - [HTTP] {}
2018-05-17 13:42:45:991 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:45:993 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:42:45:993 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with body: {}
2018-05-17 13:42:46:005 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{}}"
2018-05-17 13:42:46:007 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:46:008 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 16 ms - 2037
2018-05-17 13:42:46:008 - [HTTP]
2018-05-17 13:42:46:023 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:46:023 - [HTTP] {}
2018-05-17 13:42:46:023 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:46:025 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:42:46:026 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with body: {}
2018-05-17 13:42:46:053 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{}}"
2018-05-17 13:42:46:054 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:46:055 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 32 ms - 2037
2018-05-17 13:42:46:055 - [HTTP]
2018-05-17 13:42:46:063 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/context
2018-05-17 13:42:46:063 - [HTTP] {}
2018-05-17 13:42:46:065 - [debug] [W3C] Calling AppiumDriver.getCurrentContext() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:46:067 - [debug] [W3C] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
2018-05-17 13:42:46:067 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/context 200 4 ms - 84
2018-05-17 13:42:46:068 - [HTTP]
2018-05-17 13:42:46:071 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/source
2018-05-17 13:42:46:071 - [HTTP] {}
2018-05-17 13:42:46:072 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:42:46:073 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/source] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8/source] with body: {}
2018-05-17 13:42:46:295 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":\"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?><hierarchy rotation=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.FrameLayout\\\" package=\\\"my.company.android.my.app.debug\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\" bounds=\\\"[0,0][1080,1794]\\\" resource-id=\\\"\\\" instance=\\\"0\\\"><android.widget.LinearLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.LinearLayout\\\" package=\\\"my.company.android.my.app.debug\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" passw...
2018-05-17 13:42:46:296 - [JSONWP Proxy] Replacing sessionId 90f1e95d-69c0-4624-8d19-1509ea19bff8 with d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:46:297 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/source 200 225 ms - 4744
2018-05-17 13:42:46:298 - [HTTP]
2018-05-17 13:42:46:758 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/screenshot
2018-05-17 13:42:46:758 - [HTTP] {}
2018-05-17 13:42:46:758 - [debug] [W3C] Calling AppiumDriver.getScreenshot() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:46:759 - [debug] [JSONWP Proxy] Proxying [GET /screenshot] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8/screenshot] with no body
2018-05-17 13:42:47:115 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":\"iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAA3NCSVQICAjb4U\\/gAAAgAElEQVR4\\nnOzd7W\\/V52H\\/8QPGxsY2GAgG2zEkpKGEm9AEWlrURUmk3GhhiSa1qVap2aRfpeZB92AP2vWvWPag\\n2oIUVV3ZmrJJU9ZFVZfQqQpp1050ayA3y61CwMfhxrWNbTA2ht+D8+v5eTYYYx8ff+y8Xg+ic+zv\\n+Z6Lu+i8\\/f1e17XkW9\\/6VgEAACDJ0vkeAAAAwERCBQAAiCNUAACAOEIFAACII1QAAIA4QgUAAIgj\\nVAAAgDhCBQAAiCNUAACAOPMQKk1NTevXr7+pl6xfv76pqWmOxgMAAKSZh1B56KGHvvnNb97US\\/78\\nz\\/\\/8iSeemKPxAAAAaZZV\\/y0HBweXL19+2223ffjhh9M5fsuWLXV1dXM8KACAxaa2trZQKIyOjs73\\nQBaYRx99dOPGjVMfc+zYsWPHjl24cKE6Q\\/pkmodQOXv27OXLl7ds2TLNUNm5c2ehUCgWi3M7LABg\\nnrS3t9fX13d3d1+8eHG+x7Ig1dbW1tfX19fXr1ixoqampr6+\\/pqHDQ8Pj42NXbhwYXh4eHh4WMBc\\nT2dn56c+9ampjzl9+nSpA5k78xAq586du3Dhwqc+9anDhw9fuXJl6oPr6uo2btw4MjJy5syZ6gwP\\nAKiyxx9\\/fPPmzcVi8cCBA\\/PSKu3t7U8++WR7e\\/vMXl4sFv\\/xH\\/+x+j9UbW5ubm5uXrFixTTvPSkF\\nTGNjY+npyMjIhQsXBgYGBgYG5nCUU1qzZk1NTc0NDyv3VRWGRI55CJWenp6LFy+uXLly9erVPT09\\nUx\\/c2tra2Nh44cKFc+fOVWd4AMC8aG9v\\/8...
2018-05-17 13:42:47:117 - [debug] [W3C] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAA3NCSVQICAjb4U/gAAAgAElEQVR4\nnOzd7W/V52H/8QPGxsY2GAgG2zEkpKGEm9AEWlrURUmk3GhhiSa1qVap2aRfpeZB92AP2vWvWPag\n2oIUVV3ZmrJJU9ZFVZfQqQpp1050ayA3y61CwMfhxrWNbTA2ht+D8+v5eTYYYx8ff+y8Xg+ic+zv\n+Z6Lu+i8/f1e17XkW9/6VgEAACDJ0vkeAAAAwERCBQAAiCNUAACAOEIFAACII1QAAIA4QgUAAIgj\nVAAAgDhCBQAAiCNUAACAOPMQKk1NTevXr7+pl6xfv76pqWmOxgMAAKSZh1B56KGHvvnNb97US/78\nz//8iSeemKPxAAAAaZZV/y0HBweXL19+2223ffjhh9M5fsuWLXV1dXM8KACAxaa2trZQKIyOjs73\nQBaYRx99dOPGjVMfc+zYsWPHjl24cKE6Q/pkmodQOXv27OXLl7ds2TLNUNm5c2ehUCgWi3M7LABg\nnrS3t9fX13d3d1+8eHG+x7Ig1dbW1tfX19fXr1ixoqampr6+/pqHDQ8Pj42NXbhwYXh4eHh4WMBc\nT2dn56c+9ampjzl9+nSpA5k78xAq586du3Dhwqc+9anDhw9fuXJl6oPr6uo2btw4MjJy5syZ6gwP\nAKiyxx9/fPPmzcVi8cCBA/PSKu3t7U8++WR7e/vMXl4sFv/xH/+x+j9UbW5ubm5uXrFixTTvPSkF\nTGNjY+npyMjIhQsXBgYGBgYG5nCUU1qzZk1NTc0NDyv3VRWGRI55CJWenp6LFy+uXLly9erVPT09\nUx/c2tra2Nh44cKFc+fOVWd4AMC8aG9v/8Y3vjEvrfKnf/qnq1evnvHLS53z13/91xUc0hTq6+vX\nrFnT3Nw8nY/4U6irq6urq2tpaRkbGxsYGDh79myVr7G0t7e3tLRM//ienp7Tp09XfBiTb/Rqa2u7\n4au2bd...
2018-05-17 13:42:47:119 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/screenshot 200 361 ms - 30836
2018-05-17 13:42:47:119 - [HTTP]
2018-05-17 13:42:47:366 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:47:366 - [HTTP] {}
2018-05-17 13:42:47:366 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:47:377 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:47:378 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:42:47:378 - [HTTP]
2018-05-17 13:42:48:950 - [HTTP] --> GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:48:950 - [HTTP] {}
2018-05-17 13:42:48:950 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:48:952 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:42:48:952 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with body: {}
2018-05-17 13:42:48:986 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":{}}"
2018-05-17 13:42:48:987 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7506,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"0c199207-2625-4396-899a-cd622d93731e","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:42:48:987 - [HTTP] <-- GET /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 37 ms - 2037
2018-05-17 13:42:48:987 - [HTTP]
2018-05-17 13:42:48:996 - [HTTP] --> POST /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/appium/app/close
2018-05-17 13:42:48:996 - [HTTP] {}
2018-05-17 13:42:48:998 - [debug] [W3C] Calling AppiumDriver.closeApp() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:48:999 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:49:017 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:49:017 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:42:49:878 - [debug] [W3C] Responding to client with driver.closeApp() result: null
2018-05-17 13:42:49:879 - [HTTP] <-- POST /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a/appium/app/close 200 883 ms - 76
2018-05-17 13:42:49:879 - [HTTP]
2018-05-17 13:42:49:888 - [HTTP] --> DELETE /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a
2018-05-17 13:42:49:888 - [HTTP] {}
2018-05-17 13:42:49:888 - [debug] [W3C] Calling AppiumDriver.deleteSession() with args: ["d0ead1fc-a53a-4b1c-999a-f51b88b6d48a"]
2018-05-17 13:42:49:888 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1526564569888 (09:42:49 GMT-0400 (EDT))
2018-05-17 13:42:49:889 - [Appium] Removing session d0ead1fc-a53a-4b1c-999a-f51b88b6d48a from our master session list
2018-05-17 13:42:49:889 - [debug] [UiAutomator2] Deleting UiAutomator2 session
2018-05-17 13:42:49:891 - [debug] [UiAutomator2] Deleting UiAutomator2 server session
2018-05-17 13:42:49:892 - [debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:7506/wd/hub/session/90f1e95d-69c0-4624-8d19-1509ea19bff8] with no body
2018-05-17 13:42:49:963 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"90f1e95d-69c0-4624-8d19-1509ea19bff8\",\"status\":0,\"value\":\"Session deleted\"}"
2018-05-17 13:42:49:963 - [debug] [UiAutomator2] Resetting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:49:963 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:49:984 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:49:984 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:42:50:538 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:50:538 - [debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.
2018-05-17 13:42:50:538 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:50:538 - [debug] [UiAutomator2] [UIAutomator2] Time: 8.03
2018-05-17 13:42:50:539 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:50:539 - [debug] [UiAutomator2] [UIAutomator2] OK (1 test)
2018-05-17 13:42:50:539 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:50:539 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:42:50:595 - [debug] [ADB] Getting connected devices...
2018-05-17 13:42:50:614 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:42:50:614 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:42:51:378 - [debug] [Logcat] Stopping logcat capture
2018-05-17 13:42:51:380 - [debug] [ADB] Removing forwarded port socket connection: 7506
2018-05-17 13:42:51:380 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward --remove tcp\:7506'
2018-05-17 13:42:51:403 - [debug] [BaseDriver] Event 'quitSessionFinished' logged at 1526564571403 (09:42:51 GMT-0400 (EDT))
2018-05-17 13:42:51:404 - [debug] [W3C] Received response: null
2018-05-17 13:42:51:404 - [debug] [W3C] But deleting session, so not returning
2018-05-17 13:42:51:404 - [debug] [W3C] Responding to client with driver.deleteSession() result: null
2018-05-17 13:42:51:405 - [HTTP] <-- DELETE /wd/hub/session/d0ead1fc-a53a-4b1c-999a-f51b88b6d48a 200 1517 ms - 76
2018-05-17 13:42:51:405 - [HTTP]
2018-05-17 13:42:52:437 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:52:437 - [HTTP] {}
2018-05-17 13:42:52:438 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:52:456 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:52:458 - [HTTP] <-- GET /wd/hub/status 200 20 ms - 55
2018-05-17 13:42:52:458 - [HTTP]
2018-05-17 13:42:57:463 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:42:57:464 - [HTTP] {}
2018-05-17 13:42:57:465 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:42:57:477 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:42:57:478 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:42:57:478 - [HTTP]
2018-05-17 13:43:02:483 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:02:483 - [HTTP] {}
2018-05-17 13:43:02:483 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:02:493 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:02:494 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:43:02:494 - [HTTP]
2018-05-17 13:43:07:503 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:07:524 - [HTTP] {}
2018-05-17 13:43:07:526 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:07:537 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:07:538 - [HTTP] <-- GET /wd/hub/status 200 34 ms - 55
2018-05-17 13:43:07:538 - [HTTP]
2018-05-17 13:43:12:544 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:12:545 - [HTTP] {}
2018-05-17 13:43:12:545 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:12:556 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:12:557 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:43:12:557 - [HTTP]
2018-05-17 13:43:17:566 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:17:566 - [HTTP] {}
2018-05-17 13:43:17:567 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:17:579 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:17:579 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:43:17:580 - [HTTP]
2018-05-17 13:43:22:586 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:22:586 - [HTTP] {}
2018-05-17 13:43:22:586 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:22:595 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:22:596 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:43:22:596 - [HTTP]
2018-05-17 13:43:27:604 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:27:604 - [HTTP] {}
2018-05-17 13:43:27:604 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:27:614 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:27:615 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:43:27:616 - [HTTP]
2018-05-17 13:43:32:621 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:32:622 - [HTTP] {}
2018-05-17 13:43:32:622 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:32:635 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:32:636 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:43:32:637 - [HTTP]
2018-05-17 13:43:37:645 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:37:645 - [HTTP] {}
2018-05-17 13:43:37:645 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:37:663 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:37:665 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:43:37:665 - [HTTP]
2018-05-17 13:43:42:673 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:42:675 - [HTTP] {}
2018-05-17 13:43:42:675 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:42:685 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:42:685 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:43:42:687 - [HTTP]
2018-05-17 13:43:47:691 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:47:691 - [HTTP] {}
2018-05-17 13:43:47:691 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:47:706 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:47:707 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:43:47:707 - [HTTP]
2018-05-17 13:43:52:712 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:52:714 - [HTTP] {}
2018-05-17 13:43:52:715 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:52:724 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:52:725 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:43:52:725 - [HTTP]
2018-05-17 13:43:57:732 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:43:57:733 - [HTTP] {}
2018-05-17 13:43:57:733 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:43:57:747 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:43:57:748 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:43:57:748 - [HTTP]
2018-05-17 13:44:02:753 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:02:756 - [HTTP] {}
2018-05-17 13:44:02:756 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:02:767 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:02:768 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:44:02:768 - [HTTP]
2018-05-17 13:44:06:776 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:06:777 - [HTTP] {}
2018-05-17 13:44:06:777 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:06:786 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:06:788 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:44:06:789 - [HTTP]
2018-05-17 13:44:07:772 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:07:772 - [HTTP] {}
2018-05-17 13:44:07:774 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:07:785 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:07:786 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:44:07:786 - [HTTP]
2018-05-17 13:44:12:789 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:12:791 - [HTTP] {}
2018-05-17 13:44:12:791 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:12:800 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:12:801 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:44:12:801 - [HTTP]
2018-05-17 13:44:17:807 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:17:807 - [HTTP] {}
2018-05-17 13:44:17:808 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:17:818 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:17:819 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:44:17:819 - [HTTP]
2018-05-17 13:44:22:826 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:22:826 - [HTTP] {}
2018-05-17 13:44:22:827 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:22:857 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:22:858 - [HTTP] <-- GET /wd/hub/status 200 32 ms - 55
2018-05-17 13:44:22:859 - [HTTP]
2018-05-17 13:44:27:867 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:27:868 - [HTTP] {}
2018-05-17 13:44:27:868 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:27:897 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:27:900 - [HTTP] <-- GET /wd/hub/status 200 31 ms - 55
2018-05-17 13:44:27:900 - [HTTP]
2018-05-17 13:44:32:907 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:32:907 - [HTTP] {}
2018-05-17 13:44:32:908 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:32:922 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:32:923 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:44:32:923 - [HTTP]
2018-05-17 13:44:37:929 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:37:930 - [HTTP] {}
2018-05-17 13:44:37:930 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:37:940 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:37:941 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:44:37:942 - [HTTP]
2018-05-17 13:44:40:405 - [HTTP] --> POST /wd/hub/session
2018-05-17 13:44:40:405 - [HTTP] {"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"capabilities":{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automati
2018-05-17 13:44:40:406 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},null,{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemF...
2018-05-17 13:44:40:406 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1526564680406 (09:44:40 GMT-0400 (EDT))
2018-05-17 13:44:40:407 - [BaseDriver] The capabilities ["deviceName","udid"] are not standard capabilities and should have an extension prefix
2018-05-17 13:44:40:409 - [Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["app","appActivity","appPackage","automationName","clearSystemFiles","newCommandTimeout","platformVersion","resetKeyboard","systemPort","unicodeKeyboard"]. Falling back to JSONWP protocol.
2018-05-17 13:44:40:410 - [Appium] Creating new AndroidUiautomator2Driver (v1.9.0) session
2018-05-17 13:44:40:410 - [Appium] Capabilities:
2018-05-17 13:44:40:410 - [Appium] deviceName: ANY
2018-05-17 13:44:40:411 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:44:40:411 - [Appium] app: https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk
2018-05-17 13:44:40:411 - [Appium] appActivity: my.company.android.my.app.ui.main.MainActivity
2018-05-17 13:44:40:411 - [Appium] appPackage: my.company.android.my.app.debug
2018-05-17 13:44:40:411 - [Appium] automationName: UIAutomator2
2018-05-17 13:44:40:412 - [Appium] browserName:
2018-05-17 13:44:40:413 - [Appium] clearSystemFiles: true
2018-05-17 13:44:40:414 - [Appium] newCommandTimeout: 45
2018-05-17 13:44:40:414 - [Appium] platformName: android
2018-05-17 13:44:40:414 - [Appium] platformVersion: ANY
2018-05-17 13:44:40:414 - [Appium] resetKeyboard: true
2018-05-17 13:44:40:414 - [Appium] server:CONFIG_UUID: ba3db6fe-32c2-440b-91d0-f3aaa57d4faa
2018-05-17 13:44:40:415 - [Appium] systemPort: 7773
2018-05-17 13:44:40:415 - [Appium] mycompany:platformType: Phone
2018-05-17 13:44:40:415 - [Appium] mycompany:testng.hostname: username-mac
2018-05-17 13:44:40:416 - [Appium] mycompany:testng.session.hash: 6d665307-ab45-4eba-ad95-49b9eb50741a
2018-05-17 13:44:40:416 - [Appium] mycompany:testng.suite: Default Suite
2018-05-17 13:44:40:418 - [Appium] mycompany:testng.test: setupClient
2018-05-17 13:44:40:418 - [Appium] unicodeKeyboard: true
2018-05-17 13:44:40:420 - [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"deviceName":"ANY","udid":...
2018-05-17 13:44:40:424 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: server:CONFIG_UUID, mycompany:platformType, mycompany:testng.hostname, mycompany:testng.session.hash, mycompany:testng.suite, mycompany:testng.test.
2018-05-17 13:44:40:425 - [BaseDriver] Session created with session id: d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:44:40:426 - [BaseDriver] Using downloadable app 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:44:42:175 - [debug] [BaseDriver] https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk downloaded to /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk
2018-05-17 13:44:42:175 - [debug] [BaseDriver] Downloaded file type 'application/octet-stream'
2018-05-17 13:44:42:175 - [BaseDriver] Downloaded the app to '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk'
2018-05-17 13:44:42:177 - [debug] [BaseDriver] Got 'undefined' as 'Last-Modified' HEAD response header value of 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:44:42:177 - [BaseDriver] Skipping 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk' caching, because the HEAD response didn't return any valid Last-Modified headers
2018-05-17 13:44:42:177 - [debug] [UiAutomator2] Checking whether app is actually present
2018-05-17 13:44:42:180 - [debug] [AndroidDriver] Getting Java version
2018-05-17 13:44:42:338 - [AndroidDriver] Java version is: 1.8.0_152
2018-05-17 13:44:42:339 - [ADB] Checking whether adb is present
2018-05-17 13:44:42:339 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:44:42:340 - [AndroidDriver] Retrieving device list
2018-05-17 13:44:42:340 - [debug] [ADB] Trying to find a connected android device
2018-05-17 13:44:42:340 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:42:367 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:42:368 - [AndroidDriver] Using device: 016d56a4e2bdc663
2018-05-17 13:44:42:369 - [ADB] Checking whether adb is present
2018-05-17 13:44:42:369 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:44:42:369 - [debug] [ADB] Setting device id to 016d56a4e2bdc663
2018-05-17 13:44:42:370 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:42:396 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:42:397 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.sdk'
2018-05-17 13:44:42:466 - [debug] [ADB] Current device property 'ro.build.version.sdk': 23
2018-05-17 13:44:42:466 - [debug] [ADB] Device API level: 23
2018-05-17 13:44:42:467 - [ADB] Getting device platform version
2018-05-17 13:44:42:467 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:42:485 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:42:485 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.release'
2018-05-17 13:44:42:555 - [debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
2018-05-17 13:44:42:556 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:42:584 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:42:584 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm size'
2018-05-17 13:44:42:952 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:42:953 - [HTTP] {}
2018-05-17 13:44:42:953 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:42:964 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:42:965 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:44:42:965 - [HTTP]
2018-05-17 13:44:43:313 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:43:334 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:43:334 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm density'
2018-05-17 13:44:44:116 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:44:137 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:44:137 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.model'
2018-05-17 13:44:44:186 - [debug] [ADB] Current device property 'ro.product.model': Nexus 5X
2018-05-17 13:44:44:186 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:44:208 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:44:211 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.manufacturer'
2018-05-17 13:44:44:250 - [debug] [ADB] Current device property 'ro.product.manufacturer': LGE
2018-05-17 13:44:44:251 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:44:272 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:44:273 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:44:45:044 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:44:45:052 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:45:053 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:45:054 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk'
2018-05-17 13:44:45:580 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' is already signed.
2018-05-17 13:44:45:580 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2018-05-17 13:44:45:582 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:45:584 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:45:585 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:44:46:060 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed.
2018-05-17 13:44:46:060 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server
2018-05-17 13:44:46:060 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:46:081 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:46:081 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server'
2018-05-17 13:44:46:640 - [debug] [ADB] App is installed
2018-05-17 13:44:46:640 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
2018-05-17 13:44:46:641 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:46:660 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:46:660 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server'
2018-05-17 13:44:46:709 - [ADB] Checking whether aapt is present
2018-05-17 13:44:46:711 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:46:729 - [debug] [ADB] The installed 'io.appium.uiautomator2.server' package does not require upgrade ('1.7.0' >= '1.7.0')
2018-05-17 13:44:46:730 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
2018-05-17 13:44:46:730 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:46:746 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:46:747 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server.test'
2018-05-17 13:44:47:326 - [debug] [ADB] App is installed
2018-05-17 13:44:47:329 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server.test'
2018-05-17 13:44:47:330 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:47:369 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:47:370 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server.test'
2018-05-17 13:44:47:472 - [ADB] Checking whether aapt is present
2018-05-17 13:44:47:474 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:47:490 - [ADB] Cannot read version codes of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'
2018-05-17 13:44:47:490 - [ADB] Cannot read version names of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'. Assuming correct app version is already installed
2018-05-17 13:44:47:490 - [debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available
2018-05-17 13:44:47:491 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:47:522 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:47:523 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list instrumentation'
2018-05-17 13:44:47:972 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:47:972 - [HTTP] {}
2018-05-17 13:44:47:973 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:47:984 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:47:984 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:44:47:985 - [HTTP]
2018-05-17 13:44:48:052 - [debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
2018-05-17 13:44:48:053 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 wait-for-device'
2018-05-17 13:44:48:077 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:48:099 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:48:101 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell echo ping'
2018-05-17 13:44:48:151 - [debug] [AndroidDriver] Pushing settings apk to device...
2018-05-17 13:44:48:151 - [debug] [ADB] Getting install status for io.appium.settings
2018-05-17 13:44:48:151 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:48:169 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:48:169 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.settings'
2018-05-17 13:44:48:747 - [debug] [ADB] App is installed
2018-05-17 13:44:48:748 - [debug] [ADB] Getting package info for 'io.appium.settings'
2018-05-17 13:44:48:748 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:48:775 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:48:775 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.settings'
2018-05-17 13:44:48:851 - [ADB] Checking whether aapt is present
2018-05-17 13:44:48:853 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:48:868 - [debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
2018-05-17 13:44:48:869 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:48:893 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:48:895 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ps'
2018-05-17 13:44:48:988 - [debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
2018-05-17 13:44:48:989 - [debug] [ADB] Device API level: 23
2018-05-17 13:44:48:989 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:49:006 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:49:007 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell appops set io.appium.settings android\:mock_location allow'
2018-05-17 13:44:49:758 - [AndroidDriver] setDeviceLanguageCountry requires language or country.
2018-05-17 13:44:49:758 - [AndroidDriver] Got language: 'null' and country: 'null'
2018-05-17 13:44:49:759 - [debug] [Logcat] Starting logcat capture
2018-05-17 13:44:49:834 - [debug] [AndroidDriver] Enabling Unicode keyboard support
2018-05-17 13:44:49:835 - [debug] [AndroidDriver] Pushing unicode ime to device...
2018-05-17 13:44:49:835 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk'
2018-05-17 13:44:51:009 - [debug] [ADB] Install command stdout: [100%] /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:44:51:009 - [debug] [ADB] /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk: 1 file pushed. 2.7 MB/s (36795 bytes in 0.013s)
2018-05-17 13:44:51:009 - [debug] [ADB] pkg: /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:44:51:009 - [debug] [ADB] Failure [INSTALL_FAILED_ALREADY_EXISTS]
2018-05-17 13:44:51:009 - [debug] [ADB] Application '/Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk' already installed. Continuing.
2018-05-17 13:44:51:010 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:51:029 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:51:029 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell settings get secure default_input_method'
2018-05-17 13:44:51:749 - [debug] [AndroidDriver] Unsetting previous IME io.appium.android.ime/.UnicodeIME
2018-05-17 13:44:51:749 - [debug] [AndroidDriver] Setting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:44:51:750 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:51:771 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:51:771 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime enable io.appium.android.ime/.UnicodeIME'
2018-05-17 13:44:52:550 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:52:569 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:52:569 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:44:52:989 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:52:989 - [HTTP] {}
2018-05-17 13:44:52:990 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:52:999 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:52:999 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:44:52:999 - [HTTP]
2018-05-17 13:44:53:291 - [debug] [AndroidDriver] Pushing unlock helper app to device...
2018-05-17 13:44:53:292 - [debug] [ADB] Getting install status for io.appium.unlock
2018-05-17 13:44:53:292 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:53:314 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:53:315 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.unlock'
2018-05-17 13:44:53:832 - [debug] [ADB] App is installed
2018-05-17 13:44:53:833 - [debug] [ADB] Getting package info for 'io.appium.unlock'
2018-05-17 13:44:53:833 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:53:854 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:53:855 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.unlock'
2018-05-17 13:44:53:943 - [ADB] Checking whether aapt is present
2018-05-17 13:44:53:945 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:53:957 - [debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
2018-05-17 13:44:53:958 - [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 7773
2018-05-17 13:44:53:958 - [debug] [ADB] Forwarding system: 7773 to device: 6790
2018-05-17 13:44:53:958 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward tcp\:7773 tcp\:6790'
2018-05-17 13:44:53:977 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:53:999 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:53:999 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell rm -rf /data/local/tmp/strings.json'
2018-05-17 13:44:54:064 - [debug] [AndroidDriver] Extracting strings from apk
2018-05-17 13:44:54:064 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk
2018-05-17 13:44:54:064 - [debug] [AndroidDriver] null
2018-05-17 13:44:54:065 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug
2018-05-17 13:44:54:065 - [debug] [ADB] Extracting strings for language: default
2018-05-17 13:44:54:065 - [ADB] Checking whether aapt is present
2018-05-17 13:44:54:067 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:54:293 - [ADB] Successfully extracted 688 strings from '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk' resources for '(default)' configuration
2018-05-17 13:44:54:344 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 push /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug/strings.json /data/local/tmp'
2018-05-17 13:44:54:407 - [debug] [ADB] Checking app cert for /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk
2018-05-17 13:44:54:409 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:54:411 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:54:411 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk'
2018-05-17 13:44:55:060 - [debug] [ADB] '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk' is not signed with debug cert.
2018-05-17 13:44:55:062 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:55:062 - [debug] [ADB] Zip-aligning '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk'
2018-05-17 13:44:55:062 - [ADB] Checking whether zipalign is present
2018-05-17 13:44:55:064 - [ADB] Using zipalign from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/zipalign
2018-05-17 13:44:55:191 - [debug] [ADB] Signing '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk' with default cert
2018-05-17 13:44:55:193 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:44:55:194 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'sign,--key,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-tv71gk.yhaz9/appium-app.apk'
2018-05-17 13:44:56:061 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:44:56:062 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:56:087 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:56:087 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:44:56:599 - [debug] [ADB] App is installed
2018-05-17 13:44:56:600 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:44:56:600 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:56:618 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:56:619 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:44:57:144 - [debug] [ADB] App is installed
2018-05-17 13:44:57:145 - [debug] [ADB] Getting package info for 'my.company.android.my.app.debug'
2018-05-17 13:44:57:145 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:57:162 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:57:162 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package my.company.android.my.app.debug'
2018-05-17 13:44:57:225 - [ADB] Checking whether aapt is present
2018-05-17 13:44:57:227 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:44:57:247 - [debug] [ADB] The installed 'my.company.android.my.app.debug' package does not require upgrade ('8.1.3' >= '8.1.3')
2018-05-17 13:44:57:247 - [AndroidDriver] Performing fast reset on 'my.company.android.my.app.debug'
2018-05-17 13:44:57:247 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:44:57:248 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:57:267 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:57:267 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:44:57:774 - [debug] [ADB] App is installed
2018-05-17 13:44:57:775 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:57:793 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:57:793 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:44:58:006 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:44:58:006 - [HTTP] {}
2018-05-17 13:44:58:007 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:44:58:020 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:44:58:022 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:44:58:022 - [HTTP]
2018-05-17 13:44:58:547 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:58:566 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:58:566 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm clear my.company.android.my.app.debug'
2018-05-17 13:44:59:201 - [debug] [AndroidDriver] Performed fast reset on the installed 'my.company.android.my.app.debug' application (stop and clear)
2018-05-17 13:44:59:205 - [debug] [ADB] Getting connected devices...
2018-05-17 13:44:59:224 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:44:59:225 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:44:59:921 - [UiAutomator2] Starting uiautomator2 server 1.7.0
2018-05-17 13:44:59:922 - [UiAutomator2] Using UIAutomator2 server from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' and test from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:44:59:922 - [UiAutomator2] Running command: 'adb -s 016d56a4e2bdc663 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner'
2018-05-17 13:44:59:922 - [UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online...
2018-05-17 13:44:59:923 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7773/wd/hub/status] with no body
2018-05-17 13:45:00:940 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7773/wd/hub/status] with no body
2018-05-17 13:45:01:954 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7773/wd/hub/status] with no body
2018-05-17 13:45:02:966 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7773/wd/hub/status] with no body
2018-05-17 13:45:03:027 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:03:027 - [HTTP] {}
2018-05-17 13:45:03:028 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:03:036 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
2018-05-17 13:45:03:037 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:7773/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"...
2018-05-17 13:45:03:040 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:03:041 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:45:03:041 - [HTTP]
2018-05-17 13:45:03:058 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":"Created Session"}
2018-05-17 13:45:03:059 - [debug] [ADB] Getting connected devices...
2018-05-17 13:45:03:077 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:45:03:077 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys window'
2018-05-17 13:45:03:136 - [AndroidDriver] Screen already unlocked, doing nothing
2018-05-17 13:45:03:137 - [UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity'. Starting it ourselves
2018-05-17 13:45:03:137 - [debug] [ADB] Device API level: 23
2018-05-17 13:45:03:137 - [debug] [ADB] Getting connected devices...
2018-05-17 13:45:03:157 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:45:03:157 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am start -W -n my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2018-05-17 13:45:04:895 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/appium/device/pixel_ratio] with body: {}
2018-05-17 13:45:04:913 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":2.625}"
2018-05-17 13:45:04:913 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/appium/device/system_bars] with body: {}
2018-05-17 13:45:04:928 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"statusBar\":63}}"
2018-05-17 13:45:04:929 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/window/current/size] with body: {}
2018-05-17 13:45:04:945 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"height\":1794,\"width\":1080}}"
2018-05-17 13:45:04:948 - [Appium] New AndroidUiautomator2Driver session created successfully, session d451b3cf-4048-4e70-9ef7-21a66b20b559 added to master session list
2018-05-17 13:45:04:951 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1526564704951 (09:45:04 GMT-0400 (EDT))
2018-05-17 13:45:04:953 - [debug] [W3C] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:45:04:953 - [HTTP] <-- POST /wd/hub/session 200 24549 ms - 2037
2018-05-17 13:45:04:954 - [HTTP]
2018-05-17 13:45:05:002 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:05:002 - [HTTP] {}
2018-05-17 13:45:05:003 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:005 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:45:05:005 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2] with body: {}
2018-05-17 13:45:05:017 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{}}"
2018-05-17 13:45:05:018 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:45:05:019 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559 200 16 ms - 2037
2018-05-17 13:45:05:019 - [HTTP]
2018-05-17 13:45:05:027 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:05:027 - [HTTP] {}
2018-05-17 13:45:05:027 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:030 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:45:05:031 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2] with body: {}
2018-05-17 13:45:05:042 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{}}"
2018-05-17 13:45:05:044 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:45:05:045 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559 200 17 ms - 2037
2018-05-17 13:45:05:045 - [HTTP]
2018-05-17 13:45:05:280 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:05:281 - [HTTP] {}
2018-05-17 13:45:05:281 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:284 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:45:05:284 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2] with body: {}
2018-05-17 13:45:05:303 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{}}"
2018-05-17 13:45:05:304 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:45:05:305 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559 200 24 ms - 2037
2018-05-17 13:45:05:305 - [HTTP]
2018-05-17 13:45:05:338 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:05:338 - [HTTP] {}
2018-05-17 13:45:05:338 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:340 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:45:05:341 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2] with body: {}
2018-05-17 13:45:05:353 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{}}"
2018-05-17 13:45:05:354 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7773,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"6d665307-ab45-4eba-ad95-49b9eb50741a","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:45:05:354 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559 200 17 ms - 2037
2018-05-17 13:45:05:355 - [HTTP]
2018-05-17 13:45:05:372 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/context
2018-05-17 13:45:05:372 - [HTTP] {}
2018-05-17 13:45:05:373 - [debug] [W3C] Calling AppiumDriver.getCurrentContext() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:374 - [debug] [W3C] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
2018-05-17 13:45:05:375 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/context 200 3 ms - 84
2018-05-17 13:45:05:375 - [HTTP]
2018-05-17 13:45:05:781 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:05:781 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:05:782 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:783 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:05:784 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:05:785 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:05:826 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:05:828 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:05:828 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 47 ms - 74
2018-05-17 13:45:05:829 - [HTTP]
2018-05-17 13:45:05:844 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:05:844 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:05:844 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:845 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:05:846 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:05:846 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:05:892 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:05:893 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:05:894 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:05:894 - [HTTP]
2018-05-17 13:45:05:920 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:05:921 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")"}
2018-05-17 13:45:05:921 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:921 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:05:922 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:05:922 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","context":"","multiple":true}
2018-05-17 13:45:05:975 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:05:976 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:05:976 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 57 ms - 74
2018-05-17 13:45:05:977 - [HTTP]
2018-05-17 13:45:05:990 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:05:990 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/probation_title"}
2018-05-17 13:45:05:990 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/probation_title","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:05:991 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:05:991 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:05:992 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/probation_title","context":"","multiple":true}
2018-05-17 13:45:06:021 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:023 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:024 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:06:024 - [HTTP]
2018-05-17 13:45:06:038 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:038 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")"}
2018-05-17 13:45:06:039 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:039 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:039 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:039 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","context":"","multiple":true}
2018-05-17 13:45:06:070 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:071 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:072 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 33 ms - 74
2018-05-17 13:45:06:072 - [HTTP]
2018-05-17 13:45:06:082 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:083 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")"}
2018-05-17 13:45:06:083 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:084 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:084 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:084 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","context":"","multiple":true}
2018-05-17 13:45:06:121 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:122 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:122 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 74
2018-05-17 13:45:06:122 - [HTTP]
2018-05-17 13:45:06:133 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:133 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/splashScreen"}
2018-05-17 13:45:06:133 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/splashScreen","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:134 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:134 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:134 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/splashScreen","context":"","multiple":true}
2018-05-17 13:45:06:158 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:159 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:159 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 26 ms - 74
2018-05-17 13:45:06:159 - [HTTP]
2018-05-17 13:45:06:171 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:171 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")"}
2018-05-17 13:45:06:172 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:174 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:174 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:174 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","context":"","multiple":true}
2018-05-17 13:45:06:204 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:205 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:205 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:06:206 - [HTTP]
2018-05-17 13:45:06:218 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:219 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/photo_upload_layout"}
2018-05-17 13:45:06:219 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/photo_upload_layout","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:220 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:220 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:220 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/photo_upload_layout","context":"","multiple":true}
2018-05-17 13:45:06:255 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:256 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:257 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:06:258 - [HTTP]
2018-05-17 13:45:06:268 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:268 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")"}
2018-05-17 13:45:06:268 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:269 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:269 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:269 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","context":"","multiple":true}
2018-05-17 13:45:06:305 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:305 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:305 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:06:306 - [HTTP]
2018-05-17 13:45:06:318 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:318 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")"}
2018-05-17 13:45:06:318 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:318 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:319 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:319 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","context":"","multiple":true}
2018-05-17 13:45:06:355 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:356 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:357 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 74
2018-05-17 13:45:06:357 - [HTTP]
2018-05-17 13:45:06:370 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:370 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")"}
2018-05-17 13:45:06:370 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:371 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:371 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:371 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","context":"","multiple":true}
2018-05-17 13:45:06:403 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:404 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:404 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:06:404 - [HTTP]
2018-05-17 13:45:06:414 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:414 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")"}
2018-05-17 13:45:06:415 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:415 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:416 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:417 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","context":"","multiple":true}
2018-05-17 13:45:06:454 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:455 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:455 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 41 ms - 74
2018-05-17 13:45:06:455 - [HTTP]
2018-05-17 13:45:06:470 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:470 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_details_content"}
2018-05-17 13:45:06:470 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_details_content","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:471 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:471 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:472 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_details_content","context":"","multiple":true}
2018-05-17 13:45:06:504 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:505 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:505 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 35 ms - 74
2018-05-17 13:45:06:505 - [HTTP]
2018-05-17 13:45:06:517 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:517 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)"}
2018-05-17 13:45:06:517 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:518 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:518 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:518 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","context":"","multiple":true}
2018-05-17 13:45:06:554 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:554 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:554 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:06:555 - [HTTP]
2018-05-17 13:45:06:569 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:569 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")"}
2018-05-17 13:45:06:570 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:570 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:570 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:570 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","context":"","multiple":true}
2018-05-17 13:45:06:603 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:605 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:605 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 36 ms - 74
2018-05-17 13:45:06:605 - [HTTP]
2018-05-17 13:45:06:617 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:617 - [HTTP] {"using":"id","value":"com.google.android.googlequicksearchbox:id/launcher"}
2018-05-17 13:45:06:617 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.google.android.googlequicksearchbox:id/launcher","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:618 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:618 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:618 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.google.android.googlequicksearchbox:id/launcher","context":"","multiple":true}
2018-05-17 13:45:06:653 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:654 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:654 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 37 ms - 74
2018-05-17 13:45:06:655 - [HTTP]
2018-05-17 13:45:06:666 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:667 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")"}
2018-05-17 13:45:06:667 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:667 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:667 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:668 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")","context":"","multiple":true}
2018-05-17 13:45:06:704 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:704 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:705 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:06:705 - [HTTP]
2018-05-17 13:45:06:718 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:718 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_summary_container"}
2018-05-17 13:45:06:719 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_summary_container","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:719 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:719 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:720 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_summary_container","context":"","multiple":true}
2018-05-17 13:45:06:753 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:753 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:754 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 36 ms - 74
2018-05-17 13:45:06:754 - [HTTP]
2018-05-17 13:45:06:769 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:770 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))"}
2018-05-17 13:45:06:770 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:770 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:770 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:771 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))","context":"","multiple":true}
2018-05-17 13:45:06:803 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:803 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:804 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:06:804 - [HTTP]
2018-05-17 13:45:06:814 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:814 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/calendar_header"}
2018-05-17 13:45:06:815 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/calendar_header","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:815 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:815 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:815 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/calendar_header","context":"","multiple":true}
2018-05-17 13:45:06:836 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:837 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:837 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 23 ms - 74
2018-05-17 13:45:06:837 - [HTTP]
2018-05-17 13:45:06:848 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:849 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/instant_book_info_pager"}
2018-05-17 13:45:06:849 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/instant_book_info_pager","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:849 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:849 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:849 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/instant_book_info_pager","context":"","multiple":true}
2018-05-17 13:45:06:886 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:887 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:888 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 74
2018-05-17 13:45:06:888 - [HTTP]
2018-05-17 13:45:06:899 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:06:899 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")"}
2018-05-17 13:45:06:899 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:06:900 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:06:900 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:06:900 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","context":"","multiple":true}
2018-05-17 13:45:06:936 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:06:937 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:06:937 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:06:937 - [HTTP]
2018-05-17 13:45:07:204 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:204 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:07:205 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:205 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:205 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:205 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:07:666 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:667 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:667 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 463 ms - 74
2018-05-17 13:45:07:667 - [HTTP]
2018-05-17 13:45:07:677 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:677 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:07:678 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:678 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:678 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:679 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:07:710 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:711 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:712 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:07:712 - [HTTP]
2018-05-17 13:45:07:723 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:724 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")"}
2018-05-17 13:45:07:724 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:724 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:725 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:725 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","context":"","multiple":true}
2018-05-17 13:45:07:758 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:759 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:760 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 37 ms - 74
2018-05-17 13:45:07:761 - [HTTP]
2018-05-17 13:45:07:774 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:774 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/probation_title"}
2018-05-17 13:45:07:774 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/probation_title","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:775 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:775 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:775 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/probation_title","context":"","multiple":true}
2018-05-17 13:45:07:802 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:803 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:803 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 29 ms - 74
2018-05-17 13:45:07:803 - [HTTP]
2018-05-17 13:45:07:814 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:815 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")"}
2018-05-17 13:45:07:815 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:815 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:816 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:816 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","context":"","multiple":true}
2018-05-17 13:45:07:849 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:849 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:850 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 36 ms - 74
2018-05-17 13:45:07:850 - [HTTP]
2018-05-17 13:45:07:862 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:862 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")"}
2018-05-17 13:45:07:862 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:863 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:863 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:863 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","context":"","multiple":true}
2018-05-17 13:45:07:895 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:896 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:898 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 35 ms - 74
2018-05-17 13:45:07:898 - [HTTP]
2018-05-17 13:45:07:908 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:908 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/splashScreen"}
2018-05-17 13:45:07:909 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/splashScreen","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:909 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:909 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:910 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/splashScreen","context":"","multiple":true}
2018-05-17 13:45:07:937 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:07:938 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:07:938 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 30 ms - 74
2018-05-17 13:45:07:939 - [HTTP]
2018-05-17 13:45:07:951 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:07:951 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")"}
2018-05-17 13:45:07:953 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:07:953 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:07:954 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:07:954 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","context":"","multiple":true}
2018-05-17 13:45:08:003 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:003 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:004 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 53 ms - 74
2018-05-17 13:45:08:004 - [HTTP]
2018-05-17 13:45:08:013 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:014 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/photo_upload_layout"}
2018-05-17 13:45:08:014 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/photo_upload_layout","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:014 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:014 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:015 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/photo_upload_layout","context":"","multiple":true}
2018-05-17 13:45:08:049 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:08:049 - [HTTP] {}
2018-05-17 13:45:08:050 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:08:059 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:060 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:061 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 47 ms - 74
2018-05-17 13:45:08:061 - [HTTP]
2018-05-17 13:45:08:063 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:08:064 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:45:08:064 - [HTTP]
2018-05-17 13:45:08:072 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:073 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")"}
2018-05-17 13:45:08:073 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:073 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:074 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:074 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","context":"","multiple":true}
2018-05-17 13:45:08:124 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:125 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:125 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 53 ms - 74
2018-05-17 13:45:08:126 - [HTTP]
2018-05-17 13:45:08:137 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:137 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")"}
2018-05-17 13:45:08:138 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:138 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:138 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:138 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","context":"","multiple":true}
2018-05-17 13:45:08:199 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:200 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:200 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 63 ms - 74
2018-05-17 13:45:08:201 - [HTTP]
2018-05-17 13:45:08:210 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:211 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")"}
2018-05-17 13:45:08:211 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:211 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:212 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:212 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","context":"","multiple":true}
2018-05-17 13:45:08:766 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:767 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:768 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 557 ms - 74
2018-05-17 13:45:08:768 - [HTTP]
2018-05-17 13:45:08:782 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:782 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")"}
2018-05-17 13:45:08:782 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:783 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:783 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:783 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","context":"","multiple":true}
2018-05-17 13:45:08:844 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:845 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:845 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 63 ms - 74
2018-05-17 13:45:08:846 - [HTTP]
2018-05-17 13:45:08:858 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:858 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_details_content"}
2018-05-17 13:45:08:858 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_details_content","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:859 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:859 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:859 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_details_content","context":"","multiple":true}
2018-05-17 13:45:08:907 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:907 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:908 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:08:908 - [HTTP]
2018-05-17 13:45:08:920 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:920 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)"}
2018-05-17 13:45:08:921 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:921 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:921 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:922 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","context":"","multiple":true}
2018-05-17 13:45:08:969 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:08:970 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:08:971 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:08:971 - [HTTP]
2018-05-17 13:45:08:985 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:08:985 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")"}
2018-05-17 13:45:08:986 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:08:986 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:08:986 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:08:987 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","context":"","multiple":true}
2018-05-17 13:45:09:037 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"7025d295-d371-4008-bcb3-571fb14bbc7a"}]}
2018-05-17 13:45:09:038 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"7025d295-d371-4008-bcb3-571fb14bbc7a"}]
2018-05-17 13:45:09:039 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 53 ms - 124
2018-05-17 13:45:09:039 - [HTTP]
2018-05-17 13:45:09:055 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:09:055 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/debugButton"}
2018-05-17 13:45:09:055 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/debugButton","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:09:056 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:09:056 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:09:056 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/debugButton","context":"","multiple":true}
2018-05-17 13:45:09:084 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"0410770c-b634-413a-b311-951e389ca964"}]}
2018-05-17 13:45:09:084 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"0410770c-b634-413a-b311-951e389ca964"}]
2018-05-17 13:45:09:085 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 30 ms - 124
2018-05-17 13:45:09:085 - [HTTP]
2018-05-17 13:45:09:097 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:09:098 - [HTTP] {"actions":[{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}}]}
2018-05-17 13:45:09:098 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"0410770c-b634-413a-b311-951e389ca964"}},{"action":"wait","options":{"ms":100}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:09:101 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:101 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:119 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:120 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:136 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:137 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:137 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:152 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:152 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:170 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:171 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:171 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:185 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:186 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:200 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:200 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:200 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:215 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:216 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:232 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:232 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:233 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:249 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:250 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:265 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:266 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:266 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:282 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:282 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:296 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:297 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:297 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:315 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:316 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:332 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:333 - [UiAutomator2] calling get location: 0410770c-b634-413a-b311-951e389ca964
2018-05-17 13:45:09:333 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/location] with body: {}
2018-05-17 13:45:09:352 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":0,\"y\":1663}}"
2018-05-17 13:45:09:353 - [debug] [JSONWP Proxy] Proxying [GET /element/0410770c-b634-413a-b311-951e389ca964/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/size] with body: {}
2018-05-17 13:45:09:372 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":131,\"height\":131}}"
2018-05-17 13:45:09:373 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:09:411 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:09:514 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:09:968 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:073 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:102 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:207 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:238 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:345 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:384 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:488 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:532 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:638 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:666 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:768 - [debug] [JSONWP Proxy] Proxying [POST /element/0410770c-b634-413a-b311-951e389ca964/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0410770c-b634-413a-b311-951e389ca964/click] with body: {"element":"0410770c-b634-413a-b311-951e389ca964","x":65.5,"y":1728.5}
2018-05-17 13:45:10:821 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:10:924 - [debug] [W3C] Responding to client with driver.performTouch() result: null
2018-05-17 13:45:10:925 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1827 ms - 76
2018-05-17 13:45:10:925 - [HTTP]
2018-05-17 13:45:10:942 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:10:942 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")"}
2018-05-17 13:45:10:943 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:10:943 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:10:943 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:10:947 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","context":"","multiple":true}
2018-05-17 13:45:11:742 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:11:743 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:11:744 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 801 ms - 74
2018-05-17 13:45:11:745 - [HTTP]
2018-05-17 13:45:11:759 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:11:759 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")"}
2018-05-17 13:45:11:759 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:11:760 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:11:760 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:11:760 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","context":"","multiple":true}
2018-05-17 13:45:11:823 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"5801e8bf-6444-4300-baa2-34ebb077713a"}]}
2018-05-17 13:45:11:823 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"5801e8bf-6444-4300-baa2-34ebb077713a"}]
2018-05-17 13:45:11:824 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 65 ms - 124
2018-05-17 13:45:11:824 - [HTTP]
2018-05-17 13:45:11:838 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:11:839 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"select_target_environment\")"}
2018-05-17 13:45:11:839 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"select_target_environment\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:11:839 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:11:839 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:11:840 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"select_target_environment\")","context":"","multiple":true}
2018-05-17 13:45:11:899 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"77fa79dd-3840-4d02-8075-46873cb1bf61"}]}
2018-05-17 13:45:11:900 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"77fa79dd-3840-4d02-8075-46873cb1bf61"}]
2018-05-17 13:45:11:901 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 62 ms - 124
2018-05-17 13:45:11:901 - [HTTP]
2018-05-17 13:45:11:908 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/77fa79dd-3840-4d02-8075-46873cb1bf61/text
2018-05-17 13:45:11:908 - [HTTP] {}
2018-05-17 13:45:11:909 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:11:909 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/77fa79dd-3840-4d02-8075-46873cb1bf61/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/77fa79dd-3840-4d02-8075-46873cb1bf61/text] with body: {}
2018-05-17 13:45:11:954 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"Select Target Environment\\nnoc-integ00.hq.internalhl.com\"}"
2018-05-17 13:45:11:955 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:11:956 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/77fa79dd-3840-4d02-8075-46873cb1bf61/text 200 47 ms - 130
2018-05-17 13:45:11:956 - [HTTP]
2018-05-17 13:45:11:965 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/77fa79dd-3840-4d02-8075-46873cb1bf61/click
2018-05-17 13:45:11:965 - [HTTP] {"id":"77fa79dd-3840-4d02-8075-46873cb1bf61"}
2018-05-17 13:45:11:965 - [debug] [W3C] Calling AppiumDriver.click() with args: ["77fa79dd-3840-4d02-8075-46873cb1bf61","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:11:966 - [debug] [JSONWP Proxy] Proxying [POST /element/77fa79dd-3840-4d02-8075-46873cb1bf61/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/77fa79dd-3840-4d02-8075-46873cb1bf61/click] with body: {"element":"77fa79dd-3840-4d02-8075-46873cb1bf61"}
2018-05-17 13:45:13:065 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:13:065 - [HTTP] {}
2018-05-17 13:45:13:066 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:13:082 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:13:084 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:45:13:084 - [HTTP]
2018-05-17 13:45:15:113 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:15:115 - [debug] [W3C] Responding to client with driver.click() result: true
2018-05-17 13:45:15:116 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/77fa79dd-3840-4d02-8075-46873cb1bf61/click 200 3150 ms - 76
2018-05-17 13:45:15:116 - [HTTP]
2018-05-17 13:45:15:132 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:15:133 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.Button\").text(\"noc-qa09.hq.internalhl.com\")"}
2018-05-17 13:45:15:134 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.Button\").text(\"noc-qa09.hq.internalhl.com\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:15:135 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:15:136 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:15:137 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.Button\").text(\"noc-qa09.hq.internalhl.com\")","context":"","multiple":true}
2018-05-17 13:45:15:216 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"865aba18-8403-4219-8a4a-8fa5a6e4a247"}]}
2018-05-17 13:45:15:217 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"865aba18-8403-4219-8a4a-8fa5a6e4a247"}]
2018-05-17 13:45:15:218 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 86 ms - 124
2018-05-17 13:45:15:218 - [HTTP]
2018-05-17 13:45:15:230 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/865aba18-8403-4219-8a4a-8fa5a6e4a247/click
2018-05-17 13:45:15:230 - [HTTP] {"id":"865aba18-8403-4219-8a4a-8fa5a6e4a247"}
2018-05-17 13:45:15:231 - [debug] [W3C] Calling AppiumDriver.click() with args: ["865aba18-8403-4219-8a4a-8fa5a6e4a247","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:15:231 - [debug] [JSONWP Proxy] Proxying [POST /element/865aba18-8403-4219-8a4a-8fa5a6e4a247/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/865aba18-8403-4219-8a4a-8fa5a6e4a247/click] with body: {"element":"865aba18-8403-4219-8a4a-8fa5a6e4a247"}
2018-05-17 13:45:16:409 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:16:409 - [debug] [W3C] Responding to client with driver.click() result: true
2018-05-17 13:45:16:410 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/865aba18-8403-4219-8a4a-8fa5a6e4a247/click 200 1180 ms - 76
2018-05-17 13:45:16:410 - [HTTP]
2018-05-17 13:45:16:420 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:16:421 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")"}
2018-05-17 13:45:16:421 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:16:422 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:16:422 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:16:422 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","context":"","multiple":true}
2018-05-17 13:45:16:486 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"e9162afc-28a9-4289-a2cd-b32c823527a7"}]}
2018-05-17 13:45:16:486 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"e9162afc-28a9-4289-a2cd-b32c823527a7"}]
2018-05-17 13:45:16:487 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 67 ms - 124
2018-05-17 13:45:16:487 - [HTTP]
2018-05-17 13:45:16:498 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:16:499 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")"}
2018-05-17 13:45:16:499 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:16:501 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:16:501 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:16:501 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")","context":"","multiple":true}
2018-05-17 13:45:16:538 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:16:539 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:16:539 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 41 ms - 74
2018-05-17 13:45:16:540 - [HTTP]
2018-05-17 13:45:16:549 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/window/current/size
2018-05-17 13:45:16:549 - [HTTP] {}
2018-05-17 13:45:16:549 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:16:550 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/window/current/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/window/current/size] with body: {}
2018-05-17 13:45:16:568 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"height\":1794,\"width\":1080}}"
2018-05-17 13:45:16:569 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:16:569 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/window/current/size 200 20 ms - 100
2018-05-17 13:45:16:570 - [HTTP]
2018-05-17 13:45:16:578 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:16:579 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":1255}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":538}},{"action":"release","options":{}}]}
2018-05-17 13:45:16:579 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":1255}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":538}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:16:581 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":1255,"endX":540,"endY":538,"steps":14}
2018-05-17 13:45:18:085 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:18:087 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:18:089 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1510 ms - 76
2018-05-17 13:45:18:090 - [HTTP]
2018-05-17 13:45:18:091 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:18:091 - [HTTP] {}
2018-05-17 13:45:18:092 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:18:109 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:18:110 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:45:18:110 - [HTTP]
2018-05-17 13:45:18:607 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:18:607 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")"}
2018-05-17 13:45:18:608 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:18:608 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:18:608 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:18:609 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/debug_item_name\").description(\"main_activity\")","context":"","multiple":true}
2018-05-17 13:45:18:696 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"c862fa58-75be-4993-83b8-62be667adda4"}]}
2018-05-17 13:45:18:697 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"c862fa58-75be-4993-83b8-62be667adda4"}]
2018-05-17 13:45:18:697 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 90 ms - 124
2018-05-17 13:45:18:698 - [HTTP]
2018-05-17 13:45:18:705 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c862fa58-75be-4993-83b8-62be667adda4/click
2018-05-17 13:45:18:705 - [HTTP] {"id":"c862fa58-75be-4993-83b8-62be667adda4"}
2018-05-17 13:45:18:706 - [debug] [W3C] Calling AppiumDriver.click() with args: ["c862fa58-75be-4993-83b8-62be667adda4","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:18:706 - [debug] [JSONWP Proxy] Proxying [POST /element/c862fa58-75be-4993-83b8-62be667adda4/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/c862fa58-75be-4993-83b8-62be667adda4/click] with body: {"element":"c862fa58-75be-4993-83b8-62be667adda4"}
2018-05-17 13:45:19:950 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:19:954 - [debug] [W3C] Responding to client with driver.click() result: true
2018-05-17 13:45:19:956 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c862fa58-75be-4993-83b8-62be667adda4/click 200 1250 ms - 76
2018-05-17 13:45:19:956 - [HTTP]
2018-05-17 13:45:19:970 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:19:970 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")"}
2018-05-17 13:45:19:971 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:19:972 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:19:973 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:19:974 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","context":"","multiple":true}
2018-05-17 13:45:20:018 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:20:019 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:20:022 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 52 ms - 74
2018-05-17 13:45:20:022 - [HTTP]
2018-05-17 13:45:21:827 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:21:828 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:21:828 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:21:829 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:21:829 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:21:829 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:21:953 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:21:954 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:21:955 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 127 ms - 74
2018-05-17 13:45:21:955 - [HTTP]
2018-05-17 13:45:21:965 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:21:966 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:21:966 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:21:966 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:21:966 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:21:967 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:22:009 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:010 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:011 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 45 ms - 74
2018-05-17 13:45:22:011 - [HTTP]
2018-05-17 13:45:22:022 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:022 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")"}
2018-05-17 13:45:22:022 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:022 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:023 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:023 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","context":"","multiple":true}
2018-05-17 13:45:22:069 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:071 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:073 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:22:073 - [HTTP]
2018-05-17 13:45:22:086 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:086 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/probation_title"}
2018-05-17 13:45:22:086 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/probation_title","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:086 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:086 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:087 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/probation_title","context":"","multiple":true}
2018-05-17 13:45:22:123 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:124 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:125 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 74
2018-05-17 13:45:22:125 - [HTTP]
2018-05-17 13:45:22:135 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:136 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")"}
2018-05-17 13:45:22:136 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:136 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:136 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:137 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","context":"","multiple":true}
2018-05-17 13:45:22:189 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:191 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:191 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 56 ms - 74
2018-05-17 13:45:22:191 - [HTTP]
2018-05-17 13:45:22:202 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:202 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")"}
2018-05-17 13:45:22:202 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:203 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:203 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:203 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","context":"","multiple":true}
2018-05-17 13:45:22:251 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:251 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:252 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:22:252 - [HTTP]
2018-05-17 13:45:22:266 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:266 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/splashScreen"}
2018-05-17 13:45:22:267 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/splashScreen","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:267 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:268 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:268 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/splashScreen","context":"","multiple":true}
2018-05-17 13:45:22:296 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:297 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:297 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 31 ms - 74
2018-05-17 13:45:22:298 - [HTTP]
2018-05-17 13:45:22:309 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:309 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")"}
2018-05-17 13:45:22:309 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:310 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:310 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:310 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","context":"","multiple":true}
2018-05-17 13:45:22:345 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:346 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:346 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 37 ms - 74
2018-05-17 13:45:22:346 - [HTTP]
2018-05-17 13:45:22:360 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:360 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/photo_upload_layout"}
2018-05-17 13:45:22:360 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/photo_upload_layout","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:360 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:361 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:361 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/photo_upload_layout","context":"","multiple":true}
2018-05-17 13:45:22:403 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:403 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:404 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 44 ms - 74
2018-05-17 13:45:22:404 - [HTTP]
2018-05-17 13:45:22:416 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:416 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")"}
2018-05-17 13:45:22:416 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:417 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:417 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:417 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","context":"","multiple":true}
2018-05-17 13:45:22:460 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:460 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:461 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 45 ms - 74
2018-05-17 13:45:22:461 - [HTTP]
2018-05-17 13:45:22:473 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:474 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")"}
2018-05-17 13:45:22:474 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:475 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:475 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:476 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","context":"","multiple":true}
2018-05-17 13:45:22:515 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:516 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:516 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 43 ms - 74
2018-05-17 13:45:22:516 - [HTTP]
2018-05-17 13:45:22:530 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:531 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")"}
2018-05-17 13:45:22:531 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:532 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:532 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:533 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","context":"","multiple":true}
2018-05-17 13:45:22:578 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:579 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:579 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 49 ms - 74
2018-05-17 13:45:22:579 - [HTTP]
2018-05-17 13:45:22:589 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:589 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")"}
2018-05-17 13:45:22:589 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:590 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:590 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:590 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","context":"","multiple":true}
2018-05-17 13:45:22:635 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:636 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:636 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 47 ms - 74
2018-05-17 13:45:22:636 - [HTTP]
2018-05-17 13:45:22:646 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:646 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_details_content"}
2018-05-17 13:45:22:646 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_details_content","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:647 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:647 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:647 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_details_content","context":"","multiple":true}
2018-05-17 13:45:22:687 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:687 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:688 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 42 ms - 74
2018-05-17 13:45:22:688 - [HTTP]
2018-05-17 13:45:22:698 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:698 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)"}
2018-05-17 13:45:22:698 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:698 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:699 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:699 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","context":"","multiple":true}
2018-05-17 13:45:22:747 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:22:748 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:22:748 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 51 ms - 74
2018-05-17 13:45:22:749 - [HTTP]
2018-05-17 13:45:22:761 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:761 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")"}
2018-05-17 13:45:22:762 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:762 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:762 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:763 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","context":"","multiple":true}
2018-05-17 13:45:22:839 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"7a83b9d4-d67b-4d5c-913a-a2209adb76a4"}]}
2018-05-17 13:45:22:840 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"7a83b9d4-d67b-4d5c-913a-a2209adb76a4"}]
2018-05-17 13:45:22:840 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 79 ms - 124
2018-05-17 13:45:22:840 - [HTTP]
2018-05-17 13:45:22:851 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:22:851 - [HTTP] {"using":"class name","value":"android.widget.EditText"}
2018-05-17 13:45:22:851 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["class name","android.widget.EditText","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:852 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:22:852 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:22:852 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"class name","selector":"android.widget.EditText","context":"","multiple":true}
2018-05-17 13:45:22:894 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"014d4813-1567-4271-8a58-f93586a7a1ba"},{"ELEMENT":"08da8ae1-306c-4b6c-a975-3dd8912a3762"}]}
2018-05-17 13:45:22:895 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"014d4813-1567-4271-8a58-f93586a7a1ba"},{"ELEMENT":"08da8ae1-306c-4b6c-a975-3dd8912a3762"}]
2018-05-17 13:45:22:895 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 44 ms - 175
2018-05-17 13:45:22:895 - [HTTP]
2018-05-17 13:45:22:901 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/className
2018-05-17 13:45:22:901 - [HTTP] {}
2018-05-17 13:45:22:901 - [debug] [W3C] Calling AppiumDriver.getAttribute() with args: ["className","014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:902 - [debug] [JSONWP Proxy] Proxying [GET /element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/className] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/className] with body: {}
2018-05-17 13:45:22:924 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"android.widget.EditText\"}"
2018-05-17 13:45:22:925 - [debug] [W3C] Responding to client with driver.getAttribute() result: "android.widget.EditText"
2018-05-17 13:45:22:925 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/className 200 24 ms - 97
2018-05-17 13:45:22:925 - [HTTP]
2018-05-17 13:45:22:932 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/rect
2018-05-17 13:45:22:932 - [HTTP] {}
2018-05-17 13:45:22:932 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:22:933 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/rect] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/rect] with body: {}
2018-05-17 13:45:22:954 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":128,\"y\":422,\"width\":824,\"height\":108}}"
2018-05-17 13:45:22:955 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:22:956 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/rect 200 24 ms - 114
2018-05-17 13:45:22:956 - [HTTP]
2018-05-17 13:45:22:959 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/attribute/className
2018-05-17 13:45:22:960 - [HTTP] {}
2018-05-17 13:45:22:960 - [debug] [W3C] Calling AppiumDriver.getAttribute() with args: ["className","08da8ae1-306c-4b6c-a975-3dd8912a3762","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:22:960 - [debug] [JSONWP Proxy] Proxying [GET /element/08da8ae1-306c-4b6c-a975-3dd8912a3762/attribute/className] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/attribute/className] with body: {}
2018-05-17 13:45:22:979 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"android.widget.EditText\"}"
2018-05-17 13:45:22:980 - [debug] [W3C] Responding to client with driver.getAttribute() result: "android.widget.EditText"
2018-05-17 13:45:22:980 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/attribute/className 200 21 ms - 97
2018-05-17 13:45:22:980 - [HTTP]
2018-05-17 13:45:22:985 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/rect
2018-05-17 13:45:22:986 - [HTTP] {}
2018-05-17 13:45:22:986 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:22:987 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/rect] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/rect] with body: {}
2018-05-17 13:45:23:007 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":128,\"y\":580,\"width\":824,\"height\":107}}"
2018-05-17 13:45:23:008 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:009 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/rect 200 23 ms - 114
2018-05-17 13:45:23:009 - [HTTP]
2018-05-17 13:45:23:014 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription
2018-05-17 13:45:23:015 - [HTTP] {}
2018-05-17 13:45:23:015 - [debug] [W3C] Calling AppiumDriver.getAttribute() with args: ["contentDescription","014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:016 - [debug] [JSONWP Proxy] Proxying [GET /element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] with body: {}
2018-05-17 13:45:23:043 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":null}"
2018-05-17 13:45:23:043 - [debug] [W3C] Responding to client with driver.getAttribute() result: null
2018-05-17 13:45:23:044 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription 200 29 ms - 76
2018-05-17 13:45:23:044 - [HTTP]
2018-05-17 13:45:23:051 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location
2018-05-17 13:45:23:051 - [HTTP] {}
2018-05-17 13:45:23:052 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:052 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] with body: {}
2018-05-17 13:45:23:077 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":128,\"y\":422}}"
2018-05-17 13:45:23:077 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:078 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location 200 26 ms - 89
2018-05-17 13:45:23:078 - [HTTP]
2018-05-17 13:45:23:081 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size
2018-05-17 13:45:23:081 - [HTTP] {}
2018-05-17 13:45:23:082 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:082 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/size] with body: {}
2018-05-17 13:45:23:110 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":824,\"height\":108}}"
2018-05-17 13:45:23:110 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:111 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size 200 30 ms - 98
2018-05-17 13:45:23:111 - [HTTP]
2018-05-17 13:45:23:116 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription
2018-05-17 13:45:23:116 - [HTTP] {}
2018-05-17 13:45:23:116 - [debug] [W3C] Calling AppiumDriver.getAttribute() with args: ["contentDescription","014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:117 - [debug] [JSONWP Proxy] Proxying [GET /element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] with body: {}
2018-05-17 13:45:23:119 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:23:119 - [HTTP] {}
2018-05-17 13:45:23:119 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:23:131 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:23:132 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:45:23:132 - [HTTP]
2018-05-17 13:45:23:141 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":null}"
2018-05-17 13:45:23:141 - [debug] [W3C] Responding to client with driver.getAttribute() result: null
2018-05-17 13:45:23:142 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription 200 26 ms - 76
2018-05-17 13:45:23:142 - [HTTP]
2018-05-17 13:45:23:146 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text
2018-05-17 13:45:23:146 - [HTTP] {}
2018-05-17 13:45:23:146 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:147 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/text] with body: {}
2018-05-17 13:45:23:191 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"Email address\"}"
2018-05-17 13:45:23:191 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:192 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text 200 46 ms - 87
2018-05-17 13:45:23:192 - [HTTP]
2018-05-17 13:45:23:199 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/clear
2018-05-17 13:45:23:200 - [HTTP] {"id":"014d4813-1567-4271-8a58-f93586a7a1ba"}
2018-05-17 13:45:23:200 - [debug] [W3C] Calling AppiumDriver.clear() with args: ["014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:201 - [debug] [JSONWP Proxy] Proxying [POST /element/014d4813-1567-4271-8a58-f93586a7a1ba/clear] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/clear] with body: {"elementId":"014d4813-1567-4271-8a58-f93586a7a1ba"}
2018-05-17 13:45:23:244 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":"Element Cleared"}
2018-05-17 13:45:23:245 - [debug] [W3C] Responding to client with driver.clear() result: "Element Cleared"
2018-05-17 13:45:23:246 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/clear 200 46 ms - 89
2018-05-17 13:45:23:246 - [HTTP]
2018-05-17 13:45:23:250 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location
2018-05-17 13:45:23:250 - [HTTP] {}
2018-05-17 13:45:23:250 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:251 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] with body: {}
2018-05-17 13:45:23:276 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":128,\"y\":422}}"
2018-05-17 13:45:23:277 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:277 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location 200 27 ms - 89
2018-05-17 13:45:23:277 - [HTTP]
2018-05-17 13:45:23:284 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/value
2018-05-17 13:45:23:284 - [HTTP] {"id":"014d4813-1567-4271-8a58-f93586a7a1ba","value":["tripowneremails+Owner2568902@gmail.com"]}
2018-05-17 13:45:23:285 - [debug] [W3C] Calling AppiumDriver.setValue() with args: [["tripowneremails+Owner2568902@gmail.com"],"014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:286 - [debug] [JSONWP Proxy] Proxying [POST /element/014d4813-1567-4271-8a58-f93586a7a1ba/value] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/value] with body: {"elementId":"014d4813-1567-4271-8a58-f93586a7a1ba","text":"tripowneremails+Owner2568902@gmail.com","replace":false,"unicodeKeyboard":true}
2018-05-17 13:45:23:347 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":""}
2018-05-17 13:45:23:348 - [debug] [W3C] Responding to client with driver.setValue() result: ""
2018-05-17 13:45:23:351 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/value 200 66 ms - 74
2018-05-17 13:45:23:351 - [HTTP]
2018-05-17 13:45:23:355 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location
2018-05-17 13:45:23:355 - [HTTP] {}
2018-05-17 13:45:23:356 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:356 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/location] with body: {}
2018-05-17 13:45:23:885 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"x\":128,\"y\":422}}"
2018-05-17 13:45:23:885 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:886 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/location 200 530 ms - 89
2018-05-17 13:45:23:886 - [HTTP]
2018-05-17 13:45:23:889 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size
2018-05-17 13:45:23:889 - [HTTP] {}
2018-05-17 13:45:23:890 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:890 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/size] with body: {}
2018-05-17 13:45:23:916 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":{\"width\":824,\"height\":108}}"
2018-05-17 13:45:23:916 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:916 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/size 200 27 ms - 98
2018-05-17 13:45:23:916 - [HTTP]
2018-05-17 13:45:23:921 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription
2018-05-17 13:45:23:921 - [HTTP] {}
2018-05-17 13:45:23:921 - [debug] [W3C] Calling AppiumDriver.getAttribute() with args: ["contentDescription","014d4813-1567-4271-8a58-f93586a7a1ba","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:922 - [debug] [JSONWP Proxy] Proxying [GET /element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription] with body: {}
2018-05-17 13:45:23:949 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":null}"
2018-05-17 13:45:23:949 - [debug] [W3C] Responding to client with driver.getAttribute() result: null
2018-05-17 13:45:23:950 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/attribute/contentDescription 200 29 ms - 76
2018-05-17 13:45:23:950 - [HTTP]
2018-05-17 13:45:23:954 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text
2018-05-17 13:45:23:954 - [HTTP] {}
2018-05-17 13:45:23:955 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:23:955 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/014d4813-1567-4271-8a58-f93586a7a1ba/text] with body: {}
2018-05-17 13:45:23:983 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"tripowneremails+Owner2568902@gmail.com\"}"
2018-05-17 13:45:23:983 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:23:984 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/014d4813-1567-4271-8a58-f93586a7a1ba/text 200 30 ms - 112
2018-05-17 13:45:23:984 - [HTTP]
2018-05-17 13:45:23:992 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/value
2018-05-17 13:45:23:992 - [HTTP] {"id":"08da8ae1-306c-4b6c-a975-3dd8912a3762","value":"Password1"}
2018-05-17 13:45:23:993 - [debug] [W3C] Calling AppiumDriver.setValueImmediate() with args: ["Password1","08da8ae1-306c-4b6c-a975-3dd8912a3762","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:23:994 - [debug] [JSONWP Proxy] Proxying [POST /element/08da8ae1-306c-4b6c-a975-3dd8912a3762/value] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/value] with body: {"elementId":"08da8ae1-306c-4b6c-a975-3dd8912a3762","text":"Password1","replace":false,"unicodeKeyboard":true}
2018-05-17 13:45:24:068 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":""}
2018-05-17 13:45:24:069 - [debug] [W3C] Responding to client with driver.setValueImmediate() result: ""
2018-05-17 13:45:24:069 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/element/08da8ae1-306c-4b6c-a975-3dd8912a3762/value 200 78 ms - 74
2018-05-17 13:45:24:069 - [HTTP]
2018-05-17 13:45:24:082 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:24:082 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.Button\").text(\"Sign in\")"}
2018-05-17 13:45:24:082 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.Button\").text(\"Sign in\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:24:083 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:24:083 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:24:083 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.Button\").text(\"Sign in\")","context":"","multiple":true}
2018-05-17 13:45:24:649 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"37783f4b-c2d9-4619-934c-f980de58090b"}]}
2018-05-17 13:45:24:650 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"37783f4b-c2d9-4619-934c-f980de58090b"}]
2018-05-17 13:45:24:650 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 569 ms - 124
2018-05-17 13:45:24:651 - [HTTP]
2018-05-17 13:45:24:658 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/37783f4b-c2d9-4619-934c-f980de58090b/click
2018-05-17 13:45:24:658 - [HTTP] {"id":"37783f4b-c2d9-4619-934c-f980de58090b"}
2018-05-17 13:45:24:659 - [debug] [W3C] Calling AppiumDriver.click() with args: ["37783f4b-c2d9-4619-934c-f980de58090b","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:24:659 - [debug] [JSONWP Proxy] Proxying [POST /element/37783f4b-c2d9-4619-934c-f980de58090b/click] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/37783f4b-c2d9-4619-934c-f980de58090b/click] with body: {"element":"37783f4b-c2d9-4619-934c-f980de58090b"}
2018-05-17 13:45:25:459 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:25:460 - [debug] [W3C] Responding to client with driver.click() result: true
2018-05-17 13:45:25:461 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/37783f4b-c2d9-4619-934c-f980de58090b/click 200 802 ms - 76
2018-05-17 13:45:25:461 - [HTTP]
2018-05-17 13:45:25:473 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:25:473 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")"}
2018-05-17 13:45:25:473 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:25:474 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:25:474 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:25:474 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","context":"","multiple":true}
2018-05-17 13:45:26:563 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:564 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:565 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 1092 ms - 74
2018-05-17 13:45:26:565 - [HTTP]
2018-05-17 13:45:26:578 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:579 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:26:579 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:580 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:580 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:580 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:26:601 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:602 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:603 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 24 ms - 74
2018-05-17 13:45:26:603 - [HTTP]
2018-05-17 13:45:26:614 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:614 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:26:615 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:616 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:616 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:617 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:26:641 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:642 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:642 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 28 ms - 74
2018-05-17 13:45:26:642 - [HTTP]
2018-05-17 13:45:26:653 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:653 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/probation_title"}
2018-05-17 13:45:26:654 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/probation_title","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:654 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:655 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:655 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/probation_title","context":"","multiple":true}
2018-05-17 13:45:26:675 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:677 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:677 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 24 ms - 74
2018-05-17 13:45:26:677 - [HTTP]
2018-05-17 13:45:26:690 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:691 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")"}
2018-05-17 13:45:26:691 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:692 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:693 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:693 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","context":"","multiple":true}
2018-05-17 13:45:26:719 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:720 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:720 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 30 ms - 74
2018-05-17 13:45:26:721 - [HTTP]
2018-05-17 13:45:26:731 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:731 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")"}
2018-05-17 13:45:26:731 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:732 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:732 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:732 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","context":"","multiple":true}
2018-05-17 13:45:26:757 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:26:757 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:26:758 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 27 ms - 74
2018-05-17 13:45:26:758 - [HTTP]
2018-05-17 13:45:26:767 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:26:767 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/splashScreen"}
2018-05-17 13:45:26:768 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/splashScreen","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:26:768 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:26:768 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:26:769 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/splashScreen","context":"","multiple":true}
2018-05-17 13:45:26:789 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"ca531266-5141-453b-ba37-36f600799b87"}]}
2018-05-17 13:45:26:789 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"ca531266-5141-453b-ba37-36f600799b87"}]
2018-05-17 13:45:26:790 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 22 ms - 124
2018-05-17 13:45:26:790 - [HTTP]
2018-05-17 13:45:27:063 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:063 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:27:064 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:064 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:065 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:065 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:27:101 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:101 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:102 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 74
2018-05-17 13:45:27:102 - [HTTP]
2018-05-17 13:45:27:113 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:113 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:27:114 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:114 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:114 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:115 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:27:139 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:140 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:140 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 27 ms - 74
2018-05-17 13:45:27:141 - [HTTP]
2018-05-17 13:45:27:150 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:150 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")"}
2018-05-17 13:45:27:151 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:151 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:152 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:152 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"We don't seem to recognize this device\")","context":"","multiple":true}
2018-05-17 13:45:27:182 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:183 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:184 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 34 ms - 74
2018-05-17 13:45:27:184 - [HTTP]
2018-05-17 13:45:27:196 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:196 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/probation_title"}
2018-05-17 13:45:27:196 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/probation_title","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:197 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:197 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:198 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/probation_title","context":"","multiple":true}
2018-05-17 13:45:27:221 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:222 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:222 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 26 ms - 74
2018-05-17 13:45:27:222 - [HTTP]
2018-05-17 13:45:27:232 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:232 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")"}
2018-05-17 13:45:27:233 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:233 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:233 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:234 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Account Notification\")","context":"","multiple":true}
2018-05-17 13:45:27:266 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:268 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:268 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 36 ms - 74
2018-05-17 13:45:27:268 - [HTTP]
2018-05-17 13:45:27:280 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:281 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")"}
2018-05-17 13:45:27:281 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:282 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:282 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:282 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Manage listing\")","context":"","multiple":true}
2018-05-17 13:45:27:354 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:27:355 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:27:355 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 75 ms - 74
2018-05-17 13:45:27:355 - [HTTP]
2018-05-17 13:45:27:366 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:27:366 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/splashScreen"}
2018-05-17 13:45:27:366 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/splashScreen","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:27:367 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:27:367 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:27:367 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/splashScreen","context":"","multiple":true}
2018-05-17 13:45:28:138 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:28:138 - [HTTP] {}
2018-05-17 13:45:28:139 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:28:157 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:28:158 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:45:28:158 - [HTTP]
2018-05-17 13:45:29:294 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:300 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:302 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 1936 ms - 74
2018-05-17 13:45:29:302 - [HTTP]
2018-05-17 13:45:29:320 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:320 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")"}
2018-05-17 13:45:29:320 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:321 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:321 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:322 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").text(\"Check your phone for a message\")","context":"","multiple":true}
2018-05-17 13:45:29:366 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:366 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:367 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 47 ms - 74
2018-05-17 13:45:29:367 - [HTTP]
2018-05-17 13:45:29:376 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:377 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/photo_upload_layout"}
2018-05-17 13:45:29:377 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/photo_upload_layout","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:377 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:378 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:378 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/photo_upload_layout","context":"","multiple":true}
2018-05-17 13:45:29:413 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:414 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:416 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:29:416 - [HTTP]
2018-05-17 13:45:29:429 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:430 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")"}
2018-05-17 13:45:29:431 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:431 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:432 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:432 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Account\")","context":"","multiple":true}
2018-05-17 13:45:29:489 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:490 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:491 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 61 ms - 74
2018-05-17 13:45:29:491 - [HTTP]
2018-05-17 13:45:29:503 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:503 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")"}
2018-05-17 13:45:29:503 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:504 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:504 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:504 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"We've updated our Terms and conditions\")","context":"","multiple":true}
2018-05-17 13:45:29:559 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:560 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:561 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 58 ms - 74
2018-05-17 13:45:29:561 - [HTTP]
2018-05-17 13:45:29:570 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:570 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")"}
2018-05-17 13:45:29:571 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:571 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:571 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:572 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"we've experienced an error\")","context":"","multiple":true}
2018-05-17 13:45:29:623 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:623 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:624 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 53 ms - 74
2018-05-17 13:45:29:624 - [HTTP]
2018-05-17 13:45:29:637 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:637 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")"}
2018-05-17 13:45:29:637 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:637 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:638 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:638 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.view.View\").textContains(\"An unexpected error occurred\")","context":"","multiple":true}
2018-05-17 13:45:29:686 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:686 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:687 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 74
2018-05-17 13:45:29:687 - [HTTP]
2018-05-17 13:45:29:698 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:698 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_details_content"}
2018-05-17 13:45:29:698 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_details_content","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:699 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:699 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:699 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_details_content","context":"","multiple":true}
2018-05-17 13:45:29:735 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:736 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:737 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:29:737 - [HTTP]
2018-05-17 13:45:29:746 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:746 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)"}
2018-05-17 13:45:29:747 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:747 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:747 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:748 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"My Listings\").index(0)","context":"","multiple":true}
2018-05-17 13:45:29:786 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:786 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:787 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 40 ms - 74
2018-05-17 13:45:29:787 - [HTTP]
2018-05-17 13:45:29:799 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:799 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")"}
2018-05-17 13:45:29:800 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:801 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:801 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:801 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.webkit.WebView\").text(\"Sign in | TripAdvisor\")","context":"","multiple":true}
2018-05-17 13:45:29:866 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:867 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:868 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 68 ms - 74
2018-05-17 13:45:29:868 - [HTTP]
2018-05-17 13:45:29:880 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:880 - [HTTP] {"using":"id","value":"com.google.android.googlequicksearchbox:id/launcher"}
2018-05-17 13:45:29:881 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.google.android.googlequicksearchbox:id/launcher","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:883 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:883 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:884 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.google.android.googlequicksearchbox:id/launcher","context":"","multiple":true}
2018-05-17 13:45:29:935 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:29:935 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:29:936 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 56 ms - 74
2018-05-17 13:45:29:936 - [HTTP]
2018-05-17 13:45:29:950 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:29:950 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")"}
2018-05-17 13:45:29:951 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:29:951 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:29:952 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:29:953 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/alertTitle\").text(\"Reason for declining\")","context":"","multiple":true}
2018-05-17 13:45:30:014 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:015 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:015 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 65 ms - 74
2018-05-17 13:45:30:015 - [HTTP]
2018-05-17 13:45:30:026 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:026 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/conversation_summary_container"}
2018-05-17 13:45:30:026 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/conversation_summary_container","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:027 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:027 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:027 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/conversation_summary_container","context":"","multiple":true}
2018-05-17 13:45:30:084 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:085 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:086 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 60 ms - 74
2018-05-17 13:45:30:086 - [HTTP]
2018-05-17 13:45:30:098 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:098 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))"}
2018-05-17 13:45:30:098 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:099 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:099 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:099 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"my.company.android.my.app.debug:id/toolbar\").childSelector(new UiSelector().className(\"android.widget.TextView\").text(\"Calendar\"))","context":"","multiple":true}
2018-05-17 13:45:30:157 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:158 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:158 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 60 ms - 74
2018-05-17 13:45:30:158 - [HTTP]
2018-05-17 13:45:30:168 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:168 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/calendar_header"}
2018-05-17 13:45:30:168 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/calendar_header","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:169 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:169 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:169 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/calendar_header","context":"","multiple":true}
2018-05-17 13:45:30:211 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:212 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:212 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 44 ms - 74
2018-05-17 13:45:30:214 - [HTTP]
2018-05-17 13:45:30:227 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:227 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/instant_book_info_pager"}
2018-05-17 13:45:30:227 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/instant_book_info_pager","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:228 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:228 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:228 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/instant_book_info_pager","context":"","multiple":true}
2018-05-17 13:45:30:279 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:281 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:282 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 56 ms - 74
2018-05-17 13:45:30:283 - [HTTP]
2018-05-17 13:45:30:297 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:297 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")"}
2018-05-17 13:45:30:298 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:298 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:298 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:299 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").text(\"Debug Menu\")","context":"","multiple":true}
2018-05-17 13:45:30:332 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:333 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:334 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 37 ms - 74
2018-05-17 13:45:30:334 - [HTTP]
2018-05-17 13:45:30:603 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:603 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:30:603 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:605 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:605 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:606 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:30:662 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:664 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:665 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 62 ms - 74
2018-05-17 13:45:30:665 - [HTTP]
2018-05-17 13:45:30:675 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:675 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:30:675 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:676 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:676 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:676 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:30:723 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"3fc57926-25e5-4846-84f3-3c373f813e31"}]}
2018-05-17 13:45:30:724 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"3fc57926-25e5-4846-84f3-3c373f813e31"}]
2018-05-17 13:45:30:725 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 50 ms - 124
2018-05-17 13:45:30:725 - [HTTP]
2018-05-17 13:45:30:736 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:30:736 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:30:737 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:30:737 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:30:737 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:30:737 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:30:793 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:30:794 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:30:794 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 58 ms - 74
2018-05-17 13:45:30:794 - [HTTP]
2018-05-17 13:45:31:058 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:058 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:31:058 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:059 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:059 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:059 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:31:118 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:31:118 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:31:119 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 61 ms - 74
2018-05-17 13:45:31:119 - [HTTP]
2018-05-17 13:45:31:132 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:132 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:31:132 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:133 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:133 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:133 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:31:188 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"2f1a7d34-6a32-4c40-9d97-6e6ff206afd7"}]}
2018-05-17 13:45:31:189 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"2f1a7d34-6a32-4c40-9d97-6e6ff206afd7"}]
2018-05-17 13:45:31:189 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 57 ms - 124
2018-05-17 13:45:31:189 - [HTTP]
2018-05-17 13:45:31:198 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:198 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:31:198 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:199 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:199 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:200 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:31:254 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:31:255 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:31:255 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 57 ms - 74
2018-05-17 13:45:31:256 - [HTTP]
2018-05-17 13:45:31:522 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:522 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:31:522 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:523 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:523 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:523 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:31:594 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:31:595 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:31:595 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 73 ms - 74
2018-05-17 13:45:31:596 - [HTTP]
2018-05-17 13:45:31:606 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:606 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:31:607 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:607 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:608 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:608 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:31:653 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"ecc8c589-28bc-468e-936c-517ad824c9dc"}]}
2018-05-17 13:45:31:654 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"ecc8c589-28bc-468e-936c-517ad824c9dc"}]
2018-05-17 13:45:31:654 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 48 ms - 124
2018-05-17 13:45:31:654 - [HTTP]
2018-05-17 13:45:31:664 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:664 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:31:664 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:664 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:664 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:665 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:31:709 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:31:710 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:31:710 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 46 ms - 74
2018-05-17 13:45:31:710 - [HTTP]
2018-05-17 13:45:31:978 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:31:978 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:31:978 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:31:979 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:31:979 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:31:979 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:32:036 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:32:036 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:32:037 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 59 ms - 74
2018-05-17 13:45:32:037 - [HTTP]
2018-05-17 13:45:32:047 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:047 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:32:048 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:048 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:048 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:048 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:32:089 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"d49d75c6-b127-4419-8f21-4c25b2472888"}]}
2018-05-17 13:45:32:093 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"d49d75c6-b127-4419-8f21-4c25b2472888"}]
2018-05-17 13:45:32:094 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 46 ms - 124
2018-05-17 13:45:32:094 - [HTTP]
2018-05-17 13:45:32:103 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:103 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:32:104 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:104 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:104 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:105 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:32:160 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:32:161 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:32:162 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 58 ms - 74
2018-05-17 13:45:32:162 - [HTTP]
2018-05-17 13:45:32:437 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:437 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:32:438 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:439 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:439 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:439 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:32:493 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:32:493 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:32:494 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 57 ms - 74
2018-05-17 13:45:32:494 - [HTTP]
2018-05-17 13:45:32:507 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:507 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:32:507 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:508 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:508 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:508 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:32:543 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"ebccdfa3-22a9-460b-97cd-983d0f4a14d8"}]}
2018-05-17 13:45:32:544 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"ebccdfa3-22a9-460b-97cd-983d0f4a14d8"}]
2018-05-17 13:45:32:545 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 124
2018-05-17 13:45:32:545 - [HTTP]
2018-05-17 13:45:32:561 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:561 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:32:561 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:562 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:562 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:563 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:32:594 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:32:594 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:32:595 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 35 ms - 74
2018-05-17 13:45:32:595 - [HTTP]
2018-05-17 13:45:32:608 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/device/open_notifications
2018-05-17 13:45:32:609 - [HTTP] {}
2018-05-17 13:45:32:612 - [debug] [W3C] Calling AppiumDriver.openNotifications() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:616 - [debug] [JSONWP Proxy] Proxying [POST /appium/device/open_notifications] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/appium/device/open_notifications] with body: {}
2018-05-17 13:45:32:635 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:32:636 - [debug] [W3C] Responding to client with driver.openNotifications() result: true
2018-05-17 13:45:32:637 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/device/open_notifications 200 29 ms - 76
2018-05-17 13:45:32:637 - [HTTP]
2018-05-17 13:45:32:654 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:32:654 - [HTTP] {"using":"id","value":"com.android.systemui:id/clear_all"}
2018-05-17 13:45:32:654 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.android.systemui:id/clear_all","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:32:655 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:32:656 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:32:657 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.android.systemui:id/clear_all","context":"","multiple":true}
2018-05-17 13:45:33:162 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:33:163 - [HTTP] {}
2018-05-17 13:45:33:163 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:33:181 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:33:183 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:45:33:183 - [HTTP]
2018-05-17 13:45:34:897 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:34:898 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:34:898 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 2245 ms - 74
2018-05-17 13:45:34:899 - [HTTP]
2018-05-17 13:45:34:910 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:34:910 - [HTTP] {"using":"id","value":"com.android.systemui:id/no_notifications"}
2018-05-17 13:45:34:911 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.android.systemui:id/no_notifications","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:34:911 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:34:912 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:34:916 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.android.systemui:id/no_notifications","context":"","multiple":true}
2018-05-17 13:45:34:951 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:34:952 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:34:952 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 42 ms - 74
2018-05-17 13:45:34:953 - [HTTP]
2018-05-17 13:45:34:963 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:34:964 - [HTTP] {"using":"id","value":"com.android.systemui:id/clear_all"}
2018-05-17 13:45:34:964 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.android.systemui:id/clear_all","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:34:965 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:34:965 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:34:966 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.android.systemui:id/clear_all","context":"","multiple":true}
2018-05-17 13:45:35:000 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:35:001 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:35:001 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 74
2018-05-17 13:45:35:002 - [HTTP]
2018-05-17 13:45:35:012 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:35:013 - [HTTP] {"using":"id","value":"com.android.systemui:id/no_notifications"}
2018-05-17 13:45:35:013 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.android.systemui:id/no_notifications","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:35:014 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:35:014 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:35:014 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"com.android.systemui:id/no_notifications","context":"","multiple":true}
2018-05-17 13:45:35:044 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:35:045 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:35:045 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 33 ms - 74
2018-05-17 13:45:35:045 - [HTTP]
2018-05-17 13:45:35:055 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/back
2018-05-17 13:45:35:055 - [HTTP] {}
2018-05-17 13:45:35:056 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:35:056 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/back] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/back] with body: {}
2018-05-17 13:45:36:101 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:36:102 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:105 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/back 200 1047 ms - 76
2018-05-17 13:45:36:105 - [HTTP]
2018-05-17 13:45:36:120 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:120 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_noMessage"}
2018-05-17 13:45:36:121 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_noMessage","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:121 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:121 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:122 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_noMessage","context":"","multiple":true}
2018-05-17 13:45:36:218 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:36:218 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:36:219 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 99 ms - 74
2018-05-17 13:45:36:219 - [HTTP]
2018-05-17 13:45:36:228 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:228 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_recyclerview"}
2018-05-17 13:45:36:228 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_recyclerview","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:228 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:229 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:229 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_recyclerview","context":"","multiple":true}
2018-05-17 13:45:36:260 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"3917fe1b-e2dc-47eb-9c80-6e98be6c26a6"}]}
2018-05-17 13:45:36:261 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"3917fe1b-e2dc-47eb-9c80-6e98be6c26a6"}]
2018-05-17 13:45:36:261 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 33 ms - 124
2018-05-17 13:45:36:261 - [HTTP]
2018-05-17 13:45:36:271 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:272 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:36:272 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:272 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:272 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:273 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:36:311 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:36:312 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:36:314 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 41 ms - 74
2018-05-17 13:45:36:314 - [HTTP]
2018-05-17 13:45:36:339 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:339 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:36:340 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:341 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:341 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:341 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:36:380 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:36:384 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:36:385 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 46 ms - 74
2018-05-17 13:45:36:385 - [HTTP]
2018-05-17 13:45:36:395 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:395 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:36:395 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:396 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:396 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:396 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:36:433 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"54f66d31-5c29-49b1-bb8c-58e15c34fcd5"},{"ELEMENT":"a2effde5-e05c-4f9d-9ef3-b76417e2108b"},{"ELEMENT":"7970b005-3f03-4b7e-af8e-38f5c107418a"},{"ELEMENT":"c24fc409-178a-40d3-9973-f9a6710fcd94"},{"ELEMENT":"b8f97064-8473-45a9-b132-e887ec8ba370"},{"ELEMENT":"62428ecc-10ad-4603-ba4f-0791e88d1023"},{"ELEMENT":"fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b"}]}
2018-05-17 13:45:36:433 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"54f66d31-5c29-49b1-bb8c-58e15c34fcd5"},{"ELEMENT":"a2effde5-e05c-4f9d-9ef3-b76417e2108b"},{"ELEMENT":"7970b005-3f03-4b7e-af8e-38f5c107418a"},{"ELEMENT":"c24fc409-178a-40d3-9973-f9a6710fcd94"},{"ELEMENT":"b8f97064-8473-45a9-b132-e887ec8ba370"},{"ELEMENT":"62428ecc-10ad-4603-ba4f-0791e88d1023"},{"ELEMENT":"fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b"}]
2018-05-17 13:45:36:434 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 39 ms - 430
2018-05-17 13:45:36:434 - [HTTP]
2018-05-17 13:45:36:439 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/54f66d31-5c29-49b1-bb8c-58e15c34fcd5/text
2018-05-17 13:45:36:439 - [HTTP] {}
2018-05-17 13:45:36:440 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:440 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/54f66d31-5c29-49b1-bb8c-58e15c34fcd5/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/54f66d31-5c29-49b1-bb8c-58e15c34fcd5/text] with body: {}
2018-05-17 13:45:36:460 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:36:460 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:461 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/54f66d31-5c29-49b1-bb8c-58e15c34fcd5/text 200 21 ms - 85
2018-05-17 13:45:36:461 - [HTTP]
2018-05-17 13:45:36:463 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/a2effde5-e05c-4f9d-9ef3-b76417e2108b/text
2018-05-17 13:45:36:463 - [HTTP] {}
2018-05-17 13:45:36:464 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:464 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/a2effde5-e05c-4f9d-9ef3-b76417e2108b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/a2effde5-e05c-4f9d-9ef3-b76417e2108b/text] with body: {}
2018-05-17 13:45:36:486 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"51 mins ago\"}"
2018-05-17 13:45:36:486 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:486 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/a2effde5-e05c-4f9d-9ef3-b76417e2108b/text 200 23 ms - 85
2018-05-17 13:45:36:487 - [HTTP]
2018-05-17 13:45:36:489 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/7970b005-3f03-4b7e-af8e-38f5c107418a/text
2018-05-17 13:45:36:489 - [HTTP] {}
2018-05-17 13:45:36:490 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:490 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/7970b005-3f03-4b7e-af8e-38f5c107418a/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/7970b005-3f03-4b7e-af8e-38f5c107418a/text] with body: {}
2018-05-17 13:45:36:510 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"1 hours ago\"}"
2018-05-17 13:45:36:511 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:511 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/7970b005-3f03-4b7e-af8e-38f5c107418a/text 200 22 ms - 85
2018-05-17 13:45:36:511 - [HTTP]
2018-05-17 13:45:36:515 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c24fc409-178a-40d3-9973-f9a6710fcd94/text
2018-05-17 13:45:36:515 - [HTTP] {}
2018-05-17 13:45:36:515 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:516 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c24fc409-178a-40d3-9973-f9a6710fcd94/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/c24fc409-178a-40d3-9973-f9a6710fcd94/text] with body: {}
2018-05-17 13:45:36:539 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"7 hours ago\"}"
2018-05-17 13:45:36:539 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:540 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c24fc409-178a-40d3-9973-f9a6710fcd94/text 200 25 ms - 85
2018-05-17 13:45:36:540 - [HTTP]
2018-05-17 13:45:36:544 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b8f97064-8473-45a9-b132-e887ec8ba370/text
2018-05-17 13:45:36:544 - [HTTP] {}
2018-05-17 13:45:36:545 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:545 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b8f97064-8473-45a9-b132-e887ec8ba370/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b8f97064-8473-45a9-b132-e887ec8ba370/text] with body: {}
2018-05-17 13:45:36:565 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"May 16\"}"
2018-05-17 13:45:36:565 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:566 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b8f97064-8473-45a9-b132-e887ec8ba370/text 200 21 ms - 80
2018-05-17 13:45:36:566 - [HTTP]
2018-05-17 13:45:36:568 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/62428ecc-10ad-4603-ba4f-0791e88d1023/text
2018-05-17 13:45:36:568 - [HTTP] {}
2018-05-17 13:45:36:569 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:569 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/62428ecc-10ad-4603-ba4f-0791e88d1023/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/62428ecc-10ad-4603-ba4f-0791e88d1023/text] with body: {}
2018-05-17 13:45:36:587 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:36:588 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:589 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/62428ecc-10ad-4603-ba4f-0791e88d1023/text 200 20 ms - 85
2018-05-17 13:45:36:589 - [HTTP]
2018-05-17 13:45:36:593 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b/text
2018-05-17 13:45:36:593 - [HTTP] {}
2018-05-17 13:45:36:594 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:594 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b/text] with body: {}
2018-05-17 13:45:36:614 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:36:615 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:617 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fad08ef9-e651-4af0-8d2a-5d9ed1f7e81b/text 200 23 ms - 85
2018-05-17 13:45:36:617 - [HTTP]
2018-05-17 13:45:36:627 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:36:627 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_name"}
2018-05-17 13:45:36:627 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_name","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:628 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:36:628 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:36:629 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_name","context":"","multiple":true}
2018-05-17 13:45:36:664 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"e512df33-acd1-44a1-b247-e6e9541c5559"},{"ELEMENT":"29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10"},{"ELEMENT":"26ecaeb9-a20a-438e-8e70-97ee9e751046"},{"ELEMENT":"e04013d6-8103-4f9b-a744-a124f1e23b2d"},{"ELEMENT":"81abb2f6-2bf5-49a7-bba2-8791df73de8b"},{"ELEMENT":"43a71f30-8834-40f0-9856-58d0d8886a0b"},{"ELEMENT":"9b9a6910-64ee-48c1-bc42-30beb721570d"}]}
2018-05-17 13:45:36:665 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"e512df33-acd1-44a1-b247-e6e9541c5559"},{"ELEMENT":"29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10"},{"ELEMENT":"26ecaeb9-a20a-438e-8e70-97ee9e751046"},{"ELEMENT":"e04013d6-8103-4f9b-a744-a124f1e23b2d"},{"ELEMENT":"81abb2f6-2bf5-49a7-bba2-8791df73de8b"},{"ELEMENT":"43a71f30-8834-40f0-9856-58d0d8886a0b"},{"ELEMENT":"9b9a6910-64ee-48c1-bc42-30beb721570d"}]
2018-05-17 13:45:36:665 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 38 ms - 430
2018-05-17 13:45:36:666 - [HTTP]
2018-05-17 13:45:36:677 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e512df33-acd1-44a1-b247-e6e9541c5559/text
2018-05-17 13:45:36:677 - [HTTP] {}
2018-05-17 13:45:36:677 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:677 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e512df33-acd1-44a1-b247-e6e9541c5559/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/e512df33-acd1-44a1-b247-e6e9541c5559/text] with body: {}
2018-05-17 13:45:36:702 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"SDYIQHYG Automation\"}"
2018-05-17 13:45:36:703 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:703 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e512df33-acd1-44a1-b247-e6e9541c5559/text 200 27 ms - 93
2018-05-17 13:45:36:703 - [HTTP]
2018-05-17 13:45:36:710 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10/text
2018-05-17 13:45:36:710 - [HTTP] {}
2018-05-17 13:45:36:710 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:710 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10/text] with body: {}
2018-05-17 13:45:36:733 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"VNGEAZTM Automation\"}"
2018-05-17 13:45:36:733 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:734 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29b3aa1d-dd10-40f7-b699-0bfa2c3a4b10/text 200 24 ms - 93
2018-05-17 13:45:36:734 - [HTTP]
2018-05-17 13:45:36:737 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/26ecaeb9-a20a-438e-8e70-97ee9e751046/text
2018-05-17 13:45:36:737 - [HTTP] {}
2018-05-17 13:45:36:737 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:738 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/26ecaeb9-a20a-438e-8e70-97ee9e751046/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/26ecaeb9-a20a-438e-8e70-97ee9e751046/text] with body: {}
2018-05-17 13:45:36:763 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"DPYLPXET Automation\"}"
2018-05-17 13:45:36:764 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:764 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/26ecaeb9-a20a-438e-8e70-97ee9e751046/text 200 27 ms - 93
2018-05-17 13:45:36:765 - [HTTP]
2018-05-17 13:45:36:768 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e04013d6-8103-4f9b-a744-a124f1e23b2d/text
2018-05-17 13:45:36:768 - [HTTP] {}
2018-05-17 13:45:36:769 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:769 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e04013d6-8103-4f9b-a744-a124f1e23b2d/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/e04013d6-8103-4f9b-a744-a124f1e23b2d/text] with body: {}
2018-05-17 13:45:36:793 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"REGVRBFQ Automation\"}"
2018-05-17 13:45:36:793 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:793 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/e04013d6-8103-4f9b-a744-a124f1e23b2d/text 200 25 ms - 93
2018-05-17 13:45:36:794 - [HTTP]
2018-05-17 13:45:36:796 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/81abb2f6-2bf5-49a7-bba2-8791df73de8b/text
2018-05-17 13:45:36:796 - [HTTP] {}
2018-05-17 13:45:36:796 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:797 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/81abb2f6-2bf5-49a7-bba2-8791df73de8b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/81abb2f6-2bf5-49a7-bba2-8791df73de8b/text] with body: {}
2018-05-17 13:45:36:826 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"YBSQDAJW Automation\"}"
2018-05-17 13:45:36:826 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:827 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/81abb2f6-2bf5-49a7-bba2-8791df73de8b/text 200 30 ms - 93
2018-05-17 13:45:36:827 - [HTTP]
2018-05-17 13:45:36:830 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/43a71f30-8834-40f0-9856-58d0d8886a0b/text
2018-05-17 13:45:36:831 - [HTTP] {}
2018-05-17 13:45:36:831 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:831 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/43a71f30-8834-40f0-9856-58d0d8886a0b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/43a71f30-8834-40f0-9856-58d0d8886a0b/text] with body: {}
2018-05-17 13:45:36:861 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"GMKZNUTV Automation (2)\"}"
2018-05-17 13:45:36:861 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:862 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/43a71f30-8834-40f0-9856-58d0d8886a0b/text 200 31 ms - 97
2018-05-17 13:45:36:862 - [HTTP]
2018-05-17 13:45:36:866 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9b9a6910-64ee-48c1-bc42-30beb721570d/text
2018-05-17 13:45:36:866 - [HTTP] {}
2018-05-17 13:45:36:866 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:36:867 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9b9a6910-64ee-48c1-bc42-30beb721570d/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/9b9a6910-64ee-48c1-bc42-30beb721570d/text] with body: {}
2018-05-17 13:45:36:896 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"GXCWTOPL Automation (2)\"}"
2018-05-17 13:45:36:896 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:36:897 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9b9a6910-64ee-48c1-bc42-30beb721570d/text 200 30 ms - 97
2018-05-17 13:45:36:897 - [HTTP]
2018-05-17 13:45:36:908 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:36:908 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}]}
2018-05-17 13:45:36:908 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:36:910 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":448,"endX":540,"endY":1435,"steps":42}
2018-05-17 13:45:38:189 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:38:189 - [HTTP] {}
2018-05-17 13:45:38:190 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:38:203 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:38:204 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:45:38:204 - [HTTP]
2018-05-17 13:45:38:555 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:38:556 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:38:557 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1649 ms - 76
2018-05-17 13:45:38:557 - [HTTP]
2018-05-17 13:45:38:566 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:38:567 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:38:567 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:38:568 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:38:568 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:38:569 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:38:619 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:38:620 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:38:620 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 54 ms - 74
2018-05-17 13:45:38:621 - [HTTP]
2018-05-17 13:45:38:630 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:38:630 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:38:631 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:38:631 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:38:632 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:38:632 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:38:889 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"dadea344-95b8-4ffd-9ccb-010ab940295c"},{"ELEMENT":"40aa22ef-174a-49be-9330-722a1e486620"},{"ELEMENT":"2ab5d814-5018-4a47-969e-2fc5a5e5c570"},{"ELEMENT":"ea3cb34f-2827-401f-aaf5-b3b1548e69da"},{"ELEMENT":"5f375942-1ca0-4e06-8bed-9adc958b23bf"}]}
2018-05-17 13:45:38:893 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"dadea344-95b8-4ffd-9ccb-010ab940295c"},{"ELEMENT":"40aa22ef-174a-49be-9330-722a1e486620"},{"ELEMENT":"2ab5d814-5018-4a47-969e-2fc5a5e5c570"},{"ELEMENT":"ea3cb34f-2827-401f-aaf5-b3b1548e69da"},{"ELEMENT":"5f375942-1ca0-4e06-8bed-9adc958b23bf"}]
2018-05-17 13:45:38:893 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 263 ms - 328
2018-05-17 13:45:38:893 - [HTTP]
2018-05-17 13:45:38:900 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/dadea344-95b8-4ffd-9ccb-010ab940295c/text
2018-05-17 13:45:38:900 - [HTTP] {}
2018-05-17 13:45:38:901 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:38:901 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/dadea344-95b8-4ffd-9ccb-010ab940295c/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/dadea344-95b8-4ffd-9ccb-010ab940295c/text] with body: {}
2018-05-17 13:45:39:312 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:39:312 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:39:312 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/dadea344-95b8-4ffd-9ccb-010ab940295c/text 200 412 ms - 85
2018-05-17 13:45:39:312 - [HTTP]
2018-05-17 13:45:39:318 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/40aa22ef-174a-49be-9330-722a1e486620/text
2018-05-17 13:45:39:318 - [HTTP] {}
2018-05-17 13:45:39:318 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:39:319 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/40aa22ef-174a-49be-9330-722a1e486620/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/40aa22ef-174a-49be-9330-722a1e486620/text] with body: {}
2018-05-17 13:45:39:355 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"51 mins ago\"}"
2018-05-17 13:45:39:355 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:39:355 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/40aa22ef-174a-49be-9330-722a1e486620/text 200 37 ms - 85
2018-05-17 13:45:39:355 - [HTTP]
2018-05-17 13:45:39:360 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/2ab5d814-5018-4a47-969e-2fc5a5e5c570/text
2018-05-17 13:45:39:360 - [HTTP] {}
2018-05-17 13:45:39:360 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:39:360 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/2ab5d814-5018-4a47-969e-2fc5a5e5c570/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/2ab5d814-5018-4a47-969e-2fc5a5e5c570/text] with body: {}
2018-05-17 13:45:39:389 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"1 hours ago\"}"
2018-05-17 13:45:39:389 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:39:390 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/2ab5d814-5018-4a47-969e-2fc5a5e5c570/text 200 30 ms - 85
2018-05-17 13:45:39:390 - [HTTP]
2018-05-17 13:45:39:394 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ea3cb34f-2827-401f-aaf5-b3b1548e69da/text
2018-05-17 13:45:39:394 - [HTTP] {}
2018-05-17 13:45:39:395 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:39:395 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ea3cb34f-2827-401f-aaf5-b3b1548e69da/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/ea3cb34f-2827-401f-aaf5-b3b1548e69da/text] with body: {}
2018-05-17 13:45:39:424 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"7 hours ago\"}"
2018-05-17 13:45:39:424 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:39:425 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ea3cb34f-2827-401f-aaf5-b3b1548e69da/text 200 31 ms - 85
2018-05-17 13:45:39:425 - [HTTP]
2018-05-17 13:45:39:430 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/5f375942-1ca0-4e06-8bed-9adc958b23bf/text
2018-05-17 13:45:39:430 - [HTTP] {}
2018-05-17 13:45:39:430 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:39:430 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/5f375942-1ca0-4e06-8bed-9adc958b23bf/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/5f375942-1ca0-4e06-8bed-9adc958b23bf/text] with body: {}
2018-05-17 13:45:39:465 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"May 16\"}"
2018-05-17 13:45:39:466 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:39:468 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/5f375942-1ca0-4e06-8bed-9adc958b23bf/text 200 37 ms - 80
2018-05-17 13:45:39:469 - [HTTP]
2018-05-17 13:45:39:478 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:39:478 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}]}
2018-05-17 13:45:39:479 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:39:480 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":448,"endX":540,"endY":1435,"steps":42}
2018-05-17 13:45:40:999 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:40:999 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:41:000 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1522 ms - 76
2018-05-17 13:45:41:000 - [HTTP]
2018-05-17 13:45:41:010 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:41:010 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:41:010 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:41:011 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:41:011 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:41:011 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:41:141 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:41:142 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:41:142 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 132 ms - 74
2018-05-17 13:45:41:142 - [HTTP]
2018-05-17 13:45:41:153 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:41:153 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:41:153 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:41:154 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:41:154 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:41:154 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:41:400 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9"},{"ELEMENT":"b5074575-f077-4e1e-bc31-13556aa6966c"},{"ELEMENT":"676a9276-092d-40d2-a79d-e45b50486246"},{"ELEMENT":"08a4f816-b5b5-4847-8a97-cbaeb333db0d"},{"ELEMENT":"b3dc316e-ce15-4a1c-aaeb-782b80518872"},{"ELEMENT":"ecf9f949-5bf3-4694-9ee7-84812e158d48"},{"ELEMENT":"0fba23ce-47b9-4461-9631-8711731db7a2"}]}
2018-05-17 13:45:41:401 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9"},{"ELEMENT":"b5074575-f077-4e1e-bc31-13556aa6966c"},{"ELEMENT":"676a9276-092d-40d2-a79d-e45b50486246"},{"ELEMENT":"08a4f816-b5b5-4847-8a97-cbaeb333db0d"},{"ELEMENT":"b3dc316e-ce15-4a1c-aaeb-782b80518872"},{"ELEMENT":"ecf9f949-5bf3-4694-9ee7-84812e158d48"},{"ELEMENT":"0fba23ce-47b9-4461-9631-8711731db7a2"}]
2018-05-17 13:45:41:401 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 248 ms - 430
2018-05-17 13:45:41:401 - [HTTP]
2018-05-17 13:45:41:408 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9/text
2018-05-17 13:45:41:409 - [HTTP] {}
2018-05-17 13:45:41:409 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:409 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9/text] with body: {}
2018-05-17 13:45:41:819 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:41:819 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:820 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/fc6581ba-d5ed-4a2a-9d1d-d786455b8ad9/text 200 411 ms - 85
2018-05-17 13:45:41:820 - [HTTP]
2018-05-17 13:45:41:828 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b5074575-f077-4e1e-bc31-13556aa6966c/text
2018-05-17 13:45:41:828 - [HTTP] {}
2018-05-17 13:45:41:828 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:829 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b5074575-f077-4e1e-bc31-13556aa6966c/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b5074575-f077-4e1e-bc31-13556aa6966c/text] with body: {}
2018-05-17 13:45:41:862 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"51 mins ago\"}"
2018-05-17 13:45:41:862 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:863 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b5074575-f077-4e1e-bc31-13556aa6966c/text 200 35 ms - 85
2018-05-17 13:45:41:863 - [HTTP]
2018-05-17 13:45:41:871 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/676a9276-092d-40d2-a79d-e45b50486246/text
2018-05-17 13:45:41:872 - [HTTP] {}
2018-05-17 13:45:41:872 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:873 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/676a9276-092d-40d2-a79d-e45b50486246/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/676a9276-092d-40d2-a79d-e45b50486246/text] with body: {}
2018-05-17 13:45:41:895 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"1 hours ago\"}"
2018-05-17 13:45:41:895 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:896 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/676a9276-092d-40d2-a79d-e45b50486246/text 200 25 ms - 85
2018-05-17 13:45:41:896 - [HTTP]
2018-05-17 13:45:41:900 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08a4f816-b5b5-4847-8a97-cbaeb333db0d/text
2018-05-17 13:45:41:900 - [HTTP] {}
2018-05-17 13:45:41:901 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:901 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08a4f816-b5b5-4847-8a97-cbaeb333db0d/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/08a4f816-b5b5-4847-8a97-cbaeb333db0d/text] with body: {}
2018-05-17 13:45:41:924 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"7 hours ago\"}"
2018-05-17 13:45:41:924 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:926 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/08a4f816-b5b5-4847-8a97-cbaeb333db0d/text 200 25 ms - 85
2018-05-17 13:45:41:926 - [HTTP]
2018-05-17 13:45:41:932 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3dc316e-ce15-4a1c-aaeb-782b80518872/text
2018-05-17 13:45:41:932 - [HTTP] {}
2018-05-17 13:45:41:932 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:933 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3dc316e-ce15-4a1c-aaeb-782b80518872/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b3dc316e-ce15-4a1c-aaeb-782b80518872/text] with body: {}
2018-05-17 13:45:41:954 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"May 16\"}"
2018-05-17 13:45:41:954 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:955 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3dc316e-ce15-4a1c-aaeb-782b80518872/text 200 23 ms - 80
2018-05-17 13:45:41:955 - [HTTP]
2018-05-17 13:45:41:962 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ecf9f949-5bf3-4694-9ee7-84812e158d48/text
2018-05-17 13:45:41:962 - [HTTP] {}
2018-05-17 13:45:41:963 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:41:963 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ecf9f949-5bf3-4694-9ee7-84812e158d48/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/ecf9f949-5bf3-4694-9ee7-84812e158d48/text] with body: {}
2018-05-17 13:45:41:991 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:41:992 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:41:994 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ecf9f949-5bf3-4694-9ee7-84812e158d48/text 200 31 ms - 85
2018-05-17 13:45:41:994 - [HTTP]
2018-05-17 13:45:42:001 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/0fba23ce-47b9-4461-9631-8711731db7a2/text
2018-05-17 13:45:42:002 - [HTTP] {}
2018-05-17 13:45:42:002 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:42:003 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/0fba23ce-47b9-4461-9631-8711731db7a2/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/0fba23ce-47b9-4461-9631-8711731db7a2/text] with body: {}
2018-05-17 13:45:42:029 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:42:029 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:42:029 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/0fba23ce-47b9-4461-9631-8711731db7a2/text 200 28 ms - 85
2018-05-17 13:45:42:030 - [HTTP]
2018-05-17 13:45:42:046 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:42:046 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}]}
2018-05-17 13:45:42:047 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:42:048 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":448,"endX":540,"endY":1435,"steps":42}
2018-05-17 13:45:43:210 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:43:210 - [HTTP] {}
2018-05-17 13:45:43:211 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:43:222 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:43:223 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:45:43:223 - [HTTP]
2018-05-17 13:45:43:959 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:43:960 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:43:960 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1914 ms - 76
2018-05-17 13:45:43:960 - [HTTP]
2018-05-17 13:45:43:975 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:43:975 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:43:976 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:43:976 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:43:977 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:43:977 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:44:050 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:44:051 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:44:051 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 76 ms - 74
2018-05-17 13:45:44:051 - [HTTP]
2018-05-17 13:45:44:063 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:44:063 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:44:063 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:44:064 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:44:064 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:44:064 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:44:343 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"03722c17-6351-417b-bc5b-6bd19dcec40e"},{"ELEMENT":"9a056237-6ee6-469a-8f83-5403a73576e3"},{"ELEMENT":"6c8d66ab-c79a-4170-b78c-b2131c5ccf9b"},{"ELEMENT":"71bdd6d9-ab9d-407e-8f03-aba744a4ead2"},{"ELEMENT":"01531f06-96bb-4128-8174-bff9f1d1279d"}]}
2018-05-17 13:45:44:343 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"03722c17-6351-417b-bc5b-6bd19dcec40e"},{"ELEMENT":"9a056237-6ee6-469a-8f83-5403a73576e3"},{"ELEMENT":"6c8d66ab-c79a-4170-b78c-b2131c5ccf9b"},{"ELEMENT":"71bdd6d9-ab9d-407e-8f03-aba744a4ead2"},{"ELEMENT":"01531f06-96bb-4128-8174-bff9f1d1279d"}]
2018-05-17 13:45:44:344 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 281 ms - 328
2018-05-17 13:45:44:345 - [HTTP]
2018-05-17 13:45:44:353 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/03722c17-6351-417b-bc5b-6bd19dcec40e/text
2018-05-17 13:45:44:353 - [HTTP] {}
2018-05-17 13:45:44:354 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:44:355 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/03722c17-6351-417b-bc5b-6bd19dcec40e/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/03722c17-6351-417b-bc5b-6bd19dcec40e/text] with body: {}
2018-05-17 13:45:44:843 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:44:844 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:44:845 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/03722c17-6351-417b-bc5b-6bd19dcec40e/text 200 491 ms - 85
2018-05-17 13:45:44:845 - [HTTP]
2018-05-17 13:45:44:849 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9a056237-6ee6-469a-8f83-5403a73576e3/text
2018-05-17 13:45:44:850 - [HTTP] {}
2018-05-17 13:45:44:850 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:44:850 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9a056237-6ee6-469a-8f83-5403a73576e3/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/9a056237-6ee6-469a-8f83-5403a73576e3/text] with body: {}
2018-05-17 13:45:44:889 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"51 mins ago\"}"
2018-05-17 13:45:44:890 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:44:890 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/9a056237-6ee6-469a-8f83-5403a73576e3/text 200 41 ms - 85
2018-05-17 13:45:44:890 - [HTTP]
2018-05-17 13:45:44:894 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/6c8d66ab-c79a-4170-b78c-b2131c5ccf9b/text
2018-05-17 13:45:44:895 - [HTTP] {}
2018-05-17 13:45:44:895 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:44:895 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/6c8d66ab-c79a-4170-b78c-b2131c5ccf9b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/6c8d66ab-c79a-4170-b78c-b2131c5ccf9b/text] with body: {}
2018-05-17 13:45:44:927 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"1 hours ago\"}"
2018-05-17 13:45:44:928 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:44:929 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/6c8d66ab-c79a-4170-b78c-b2131c5ccf9b/text 200 34 ms - 85
2018-05-17 13:45:44:929 - [HTTP]
2018-05-17 13:45:44:934 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/71bdd6d9-ab9d-407e-8f03-aba744a4ead2/text
2018-05-17 13:45:44:934 - [HTTP] {}
2018-05-17 13:45:44:934 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:44:934 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/71bdd6d9-ab9d-407e-8f03-aba744a4ead2/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/71bdd6d9-ab9d-407e-8f03-aba744a4ead2/text] with body: {}
2018-05-17 13:45:44:961 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"7 hours ago\"}"
2018-05-17 13:45:44:961 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:44:962 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/71bdd6d9-ab9d-407e-8f03-aba744a4ead2/text 200 28 ms - 85
2018-05-17 13:45:44:962 - [HTTP]
2018-05-17 13:45:44:966 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/01531f06-96bb-4128-8174-bff9f1d1279d/text
2018-05-17 13:45:44:966 - [HTTP] {}
2018-05-17 13:45:44:967 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:44:967 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/01531f06-96bb-4128-8174-bff9f1d1279d/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/01531f06-96bb-4128-8174-bff9f1d1279d/text] with body: {}
2018-05-17 13:45:44:990 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"May 16\"}"
2018-05-17 13:45:44:990 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:44:991 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/01531f06-96bb-4128-8174-bff9f1d1279d/text 200 24 ms - 80
2018-05-17 13:45:44:991 - [HTTP]
2018-05-17 13:45:44:999 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:44:999 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}]}
2018-05-17 13:45:45:000 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:45:001 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":448,"endX":540,"endY":1435,"steps":42}
2018-05-17 13:45:46:903 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:46:903 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:46:904 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1905 ms - 76
2018-05-17 13:45:46:904 - [HTTP]
2018-05-17 13:45:46:914 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:46:914 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:46:915 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:46:915 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:46:916 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:46:916 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:47:144 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:47:145 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:47:145 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 231 ms - 74
2018-05-17 13:45:47:145 - [HTTP]
2018-05-17 13:45:47:154 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:47:154 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:47:155 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:47:155 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:47:155 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:47:155 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:47:913 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"3a5cbe97-bd38-474c-af86-e4cf334ad67b"},{"ELEMENT":"b3246e9c-a5a7-465a-85c8-88873ab8834c"},{"ELEMENT":"8c0d3514-ebc8-44bd-a424-617011df3f06"},{"ELEMENT":"ebf097c7-94ab-4e73-bbab-ebab1ea3e701"},{"ELEMENT":"29f45c23-13b3-4f1d-9cbb-6772c3f5c606"},{"ELEMENT":"f168ff2e-bfee-4265-b1de-d5fc1651734e"},{"ELEMENT":"34d9c767-b8bf-4034-8cdf-091a8c85f768"}]}
2018-05-17 13:45:47:914 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"3a5cbe97-bd38-474c-af86-e4cf334ad67b"},{"ELEMENT":"b3246e9c-a5a7-465a-85c8-88873ab8834c"},{"ELEMENT":"8c0d3514-ebc8-44bd-a424-617011df3f06"},{"ELEMENT":"ebf097c7-94ab-4e73-bbab-ebab1ea3e701"},{"ELEMENT":"29f45c23-13b3-4f1d-9cbb-6772c3f5c606"},{"ELEMENT":"f168ff2e-bfee-4265-b1de-d5fc1651734e"},{"ELEMENT":"34d9c767-b8bf-4034-8cdf-091a8c85f768"}]
2018-05-17 13:45:47:915 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 760 ms - 430
2018-05-17 13:45:47:915 - [HTTP]
2018-05-17 13:45:47:922 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/3a5cbe97-bd38-474c-af86-e4cf334ad67b/text
2018-05-17 13:45:47:922 - [HTTP] {}
2018-05-17 13:45:47:922 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:47:923 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/3a5cbe97-bd38-474c-af86-e4cf334ad67b/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/3a5cbe97-bd38-474c-af86-e4cf334ad67b/text] with body: {}
2018-05-17 13:45:47:940 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:47:940 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:47:941 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/3a5cbe97-bd38-474c-af86-e4cf334ad67b/text 200 19 ms - 85
2018-05-17 13:45:47:941 - [HTTP]
2018-05-17 13:45:47:945 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3246e9c-a5a7-465a-85c8-88873ab8834c/text
2018-05-17 13:45:47:945 - [HTTP] {}
2018-05-17 13:45:47:946 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:47:946 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3246e9c-a5a7-465a-85c8-88873ab8834c/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b3246e9c-a5a7-465a-85c8-88873ab8834c/text] with body: {}
2018-05-17 13:45:47:965 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"51 mins ago\"}"
2018-05-17 13:45:47:966 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:47:967 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b3246e9c-a5a7-465a-85c8-88873ab8834c/text 200 21 ms - 85
2018-05-17 13:45:47:967 - [HTTP]
2018-05-17 13:45:47:972 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/8c0d3514-ebc8-44bd-a424-617011df3f06/text
2018-05-17 13:45:47:972 - [HTTP] {}
2018-05-17 13:45:47:973 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:47:973 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/8c0d3514-ebc8-44bd-a424-617011df3f06/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/8c0d3514-ebc8-44bd-a424-617011df3f06/text] with body: {}
2018-05-17 13:45:47:990 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"1 hours ago\"}"
2018-05-17 13:45:47:990 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:47:991 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/8c0d3514-ebc8-44bd-a424-617011df3f06/text 200 18 ms - 85
2018-05-17 13:45:47:991 - [HTTP]
2018-05-17 13:45:47:997 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ebf097c7-94ab-4e73-bbab-ebab1ea3e701/text
2018-05-17 13:45:47:997 - [HTTP] {}
2018-05-17 13:45:47:997 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:47:997 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ebf097c7-94ab-4e73-bbab-ebab1ea3e701/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/ebf097c7-94ab-4e73-bbab-ebab1ea3e701/text] with body: {}
2018-05-17 13:45:48:016 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"7 hours ago\"}"
2018-05-17 13:45:48:017 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:48:017 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/ebf097c7-94ab-4e73-bbab-ebab1ea3e701/text 200 20 ms - 85
2018-05-17 13:45:48:017 - [HTTP]
2018-05-17 13:45:48:024 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29f45c23-13b3-4f1d-9cbb-6772c3f5c606/text
2018-05-17 13:45:48:024 - [HTTP] {}
2018-05-17 13:45:48:024 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:48:025 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29f45c23-13b3-4f1d-9cbb-6772c3f5c606/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/29f45c23-13b3-4f1d-9cbb-6772c3f5c606/text] with body: {}
2018-05-17 13:45:48:053 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"May 16\"}"
2018-05-17 13:45:48:054 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:48:054 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/29f45c23-13b3-4f1d-9cbb-6772c3f5c606/text 200 30 ms - 80
2018-05-17 13:45:48:054 - [HTTP]
2018-05-17 13:45:48:062 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/f168ff2e-bfee-4265-b1de-d5fc1651734e/text
2018-05-17 13:45:48:062 - [HTTP] {}
2018-05-17 13:45:48:062 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:48:062 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/f168ff2e-bfee-4265-b1de-d5fc1651734e/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/f168ff2e-bfee-4265-b1de-d5fc1651734e/text] with body: {}
2018-05-17 13:45:48:084 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:48:084 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:48:085 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/f168ff2e-bfee-4265-b1de-d5fc1651734e/text 200 23 ms - 85
2018-05-17 13:45:48:085 - [HTTP]
2018-05-17 13:45:48:090 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/34d9c767-b8bf-4034-8cdf-091a8c85f768/text
2018-05-17 13:45:48:090 - [HTTP] {}
2018-05-17 13:45:48:090 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:48:091 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/34d9c767-b8bf-4034-8cdf-091a8c85f768/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/34d9c767-b8bf-4034-8cdf-091a8c85f768/text] with body: {}
2018-05-17 13:45:48:117 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"6 hours ago\"}"
2018-05-17 13:45:48:117 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:48:118 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/34d9c767-b8bf-4034-8cdf-091a8c85f768/text 200 28 ms - 85
2018-05-17 13:45:48:118 - [HTTP]
2018-05-17 13:45:48:127 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform
2018-05-17 13:45:48:128 - [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}]}
2018-05-17 13:45:48:128 - [debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":448}},{"action":"wait","options":{"ms":1500}},{"action":"moveTo","options":{"x":540,"y":1435}},{"action":"release","options":{}}],"d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:48:129 - [debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/touch/perform] with body: {"startX":540,"startY":448,"endX":540,"endY":1435,"steps":42}
2018-05-17 13:45:48:227 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:48:227 - [HTTP] {}
2018-05-17 13:45:48:227 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:48:245 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:48:246 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:45:48:246 - [HTTP]
2018-05-17 13:45:49:846 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":true}
2018-05-17 13:45:49:847 - [debug] [W3C] Responding to client with driver.performTouch() result: true
2018-05-17 13:45:49:848 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/touch/perform 200 1720 ms - 76
2018-05-17 13:45:49:848 - [HTTP]
2018-05-17 13:45:49:857 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:49:857 - [HTTP] {"using":"-android uiautomator","value":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")"}
2018-05-17 13:45:49:858 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:49:858 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:49:858 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:49:859 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().className(\"android.widget.TextView\").resourceId(\"my.company.android.my.app.debug:id/inbox_error_text1\")","context":"","multiple":true}
2018-05-17 13:45:49:914 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[]}
2018-05-17 13:45:49:915 - [debug] [W3C] Responding to client with driver.findElements() result: []
2018-05-17 13:45:49:915 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 58 ms - 74
2018-05-17 13:45:49:915 - [HTTP]
2018-05-17 13:45:49:925 - [HTTP] --> POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements
2018-05-17 13:45:49:925 - [HTTP] {"using":"id","value":"my.company.android.my.app.debug:id/inbox_message_timestamp"}
2018-05-17 13:45:49:925 - [debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","my.company.android.my.app.debug:id/inbox_message_timestamp","d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:45:49:925 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
2018-05-17 13:45:49:928 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2018-05-17 13:45:49:928 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/elements] with body: {"strategy":"id","selector":"my.company.android.my.app.debug:id/inbox_message_timestamp","context":"","multiple":true}
2018-05-17 13:45:49:970 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"8b1c4b67-e811-4d30-8d74-e68319d265c2","status":0,"value":[{"ELEMENT":"c338518f-adb9-406d-990d-36b20cfb4380"},{"ELEMENT":"b0cf120c-294a-4635-b424-f7e04814cb54"},{"ELEMENT":"d5925d31-0408-4ed6-8cd7-34187bfdc7a0"},{"ELEMENT":"4fd3fd7c-c865-4d8c-8fbd-c32b20579090"},{"ELEMENT":"8a2e1729-4396-4f3c-a542-666979ef535c"},{"ELEMENT":"89c02a25-a188-4723-b966-55b64e3a6876"},{"ELEMENT":"ffa29001-62b4-49df-bd0c-a800bc354061"}]}
2018-05-17 13:45:49:971 - [debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"c338518f-adb9-406d-990d-36b20cfb4380"},{"ELEMENT":"b0cf120c-294a-4635-b424-f7e04814cb54"},{"ELEMENT":"d5925d31-0408-4ed6-8cd7-34187bfdc7a0"},{"ELEMENT":"4fd3fd7c-c865-4d8c-8fbd-c32b20579090"},{"ELEMENT":"8a2e1729-4396-4f3c-a542-666979ef535c"},{"ELEMENT":"89c02a25-a188-4723-b966-55b64e3a6876"},{"ELEMENT":"ffa29001-62b4-49df-bd0c-a800bc354061"}]
2018-05-17 13:45:49:972 - [HTTP] <-- POST /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/elements 200 47 ms - 430
2018-05-17 13:45:49:972 - [HTTP]
2018-05-17 13:45:49:978 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c338518f-adb9-406d-990d-36b20cfb4380/text
2018-05-17 13:45:49:978 - [HTTP] {}
2018-05-17 13:45:49:979 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:49:979 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c338518f-adb9-406d-990d-36b20cfb4380/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/c338518f-adb9-406d-990d-36b20cfb4380/text] with body: {}
2018-05-17 13:45:50:020 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"15 mins ago\"}"
2018-05-17 13:45:50:021 - [JSONWP Proxy] Replacing sessionId 8b1c4b67-e811-4d30-8d74-e68319d265c2 with d451b3cf-4048-4e70-9ef7-21a66b20b559
2018-05-17 13:45:50:021 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/c338518f-adb9-406d-990d-36b20cfb4380/text 200 42 ms - 85
2018-05-17 13:45:50:022 - [HTTP]
2018-05-17 13:45:50:027 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text
2018-05-17 13:45:50:027 - [HTTP] {}
2018-05-17 13:45:50:027 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:45:50:028 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b0cf120c-294a-4635-b424-f7e04814cb54/text] with body: {}
2018-05-17 13:45:53:251 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:53:251 - [HTTP] {}
2018-05-17 13:45:53:252 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:53:262 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:53:264 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:45:53:264 - [HTTP]
2018-05-17 13:45:58:271 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:45:58:273 - [HTTP] {}
2018-05-17 13:45:58:273 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:45:58:285 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:45:58:286 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:45:58:286 - [HTTP]
2018-05-17 13:46:03:292 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:03:292 - [HTTP] {}
2018-05-17 13:46:03:292 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:03:301 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:03:302 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 13:46:03:302 - [HTTP]
2018-05-17 13:46:08:308 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:08:309 - [HTTP] {}
2018-05-17 13:46:08:309 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:08:318 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:08:319 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:46:08:319 - [HTTP]
2018-05-17 13:46:13:326 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:13:326 - [HTTP] {}
2018-05-17 13:46:13:326 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:13:337 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:13:338 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:13:338 - [HTTP]
2018-05-17 13:46:18:344 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:18:344 - [HTTP] {}
2018-05-17 13:46:18:344 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:18:355 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:18:359 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:18:359 - [HTTP]
2018-05-17 13:46:23:361 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:23:362 - [HTTP] {}
2018-05-17 13:46:23:362 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:23:372 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:23:372 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:23:372 - [HTTP]
2018-05-17 13:46:28:379 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:28:379 - [HTTP] {}
2018-05-17 13:46:28:380 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:28:391 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:28:392 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:46:28:392 - [HTTP]
2018-05-17 13:46:33:397 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:33:397 - [HTTP] {}
2018-05-17 13:46:33:397 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:33:412 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:33:414 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:46:33:414 - [HTTP]
2018-05-17 13:46:38:418 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:38:418 - [HTTP] {}
2018-05-17 13:46:38:418 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:38:428 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:38:429 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:38:429 - [HTTP]
2018-05-17 13:46:43:434 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:43:435 - [HTTP] {}
2018-05-17 13:46:43:435 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:43:445 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:43:447 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:43:447 - [HTTP]
2018-05-17 13:46:48:453 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:48:453 - [HTTP] {}
2018-05-17 13:46:48:453 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:48:463 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:48:463 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:46:48:463 - [HTTP]
2018-05-17 13:46:53:470 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:53:470 - [HTTP] {}
2018-05-17 13:46:53:471 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:53:480 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:53:481 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:46:53:481 - [HTTP]
2018-05-17 13:46:58:491 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:46:58:494 - [HTTP] {}
2018-05-17 13:46:58:494 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:46:58:503 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:46:58:504 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:46:58:504 - [HTTP]
2018-05-17 13:47:03:510 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:03:511 - [HTTP] {}
2018-05-17 13:47:03:511 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:03:528 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:03:529 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:47:03:529 - [HTTP]
2018-05-17 13:47:08:537 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:08:539 - [HTTP] {}
2018-05-17 13:47:08:539 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:08:549 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:08:550 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:47:08:550 - [HTTP]
2018-05-17 13:47:13:556 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:13:557 - [HTTP] {}
2018-05-17 13:47:13:557 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:13:567 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:13:568 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:47:13:568 - [HTTP]
2018-05-17 13:47:18:575 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:18:575 - [HTTP] {}
2018-05-17 13:47:18:575 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:18:585 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:18:586 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:47:18:586 - [HTTP]
2018-05-17 13:47:23:594 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:23:594 - [HTTP] {}
2018-05-17 13:47:23:594 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:23:605 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:23:608 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:47:23:608 - [HTTP]
2018-05-17 13:47:28:611 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:28:614 - [HTTP] {}
2018-05-17 13:47:28:614 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:28:624 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:28:624 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:47:28:625 - [HTTP]
2018-05-17 13:47:33:635 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:33:635 - [HTTP] {}
2018-05-17 13:47:33:636 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:33:647 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:33:648 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:47:33:648 - [HTTP]
2018-05-17 13:47:38:656 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:38:656 - [HTTP] {}
2018-05-17 13:47:38:656 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:38:666 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:38:666 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:47:38:667 - [HTTP]
2018-05-17 13:47:43:673 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:43:675 - [HTTP] {}
2018-05-17 13:47:43:675 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:43:687 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:43:688 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:47:43:688 - [HTTP]
2018-05-17 13:47:48:694 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:48:694 - [HTTP] {}
2018-05-17 13:47:48:694 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:48:704 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:48:705 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:47:48:705 - [HTTP]
2018-05-17 13:47:50:025 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text - - ms - -
2018-05-17 13:47:50:025 - [HTTP]
2018-05-17 13:47:50:028 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text
2018-05-17 13:47:50:029 - [HTTP] {}
2018-05-17 13:47:50:029 - [W3C] Driver proxy active, passing request on via HTTP proxy
2018-05-17 13:47:50:030 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text] to [GET http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2/element/b0cf120c-294a-4635-b424-f7e04814cb54/text] with body: {}
2018-05-17 13:47:50:054 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/device/current_activity
2018-05-17 13:47:50:054 - [HTTP] {}
2018-05-17 13:47:50:055 - [debug] [W3C] Calling AppiumDriver.getCurrentActivity() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:47:50:058 - [debug] [ADB] Getting focused package and activity
2018-05-17 13:47:50:058 - [debug] [ADB] Getting connected devices...
2018-05-17 13:47:50:082 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:47:50:082 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys window windows'
2018-05-17 13:47:50:143 - [debug] [W3C] Responding to client with driver.getCurrentActivity() result: "my.company.android.my.app.ui.inbox.InboxActivity"
2018-05-17 13:47:50:143 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/appium/device/current_activity 200 89 ms - 129
2018-05-17 13:47:50:143 - [HTTP]
2018-05-17 13:47:50:147 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/context
2018-05-17 13:47:50:147 - [HTTP] {}
2018-05-17 13:47:50:148 - [debug] [W3C] Calling AppiumDriver.getCurrentContext() with args: ["d451b3cf-4048-4e70-9ef7-21a66b20b559"]
2018-05-17 13:47:50:151 - [debug] [W3C] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
2018-05-17 13:47:50:152 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/context 200 5 ms - 84
2018-05-17 13:47:50:152 - [HTTP]
2018-05-17 13:47:53:712 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:53:712 - [HTTP] {}
2018-05-17 13:47:53:712 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:53:722 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:53:722 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:47:53:722 - [HTTP]
2018-05-17 13:47:58:730 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:47:58:732 - [HTTP] {}
2018-05-17 13:47:58:732 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:47:58:742 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:47:58:743 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:47:58:743 - [HTTP]
2018-05-17 13:48:03:750 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:03:750 - [HTTP] {}
2018-05-17 13:48:03:750 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:03:764 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:03:765 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:48:03:765 - [HTTP]
2018-05-17 13:48:08:772 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:08:772 - [HTTP] {}
2018-05-17 13:48:08:772 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:08:782 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:08:783 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:48:08:783 - [HTTP]
2018-05-17 13:48:13:790 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:13:790 - [HTTP] {}
2018-05-17 13:48:13:790 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:13:803 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:13:803 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:48:13:803 - [HTTP]
2018-05-17 13:48:18:808 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:18:811 - [HTTP] {}
2018-05-17 13:48:18:812 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:18:823 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:18:824 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:48:18:824 - [HTTP]
2018-05-17 13:48:23:830 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:23:830 - [HTTP] {}
2018-05-17 13:48:23:830 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:23:841 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:23:842 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:48:23:842 - [HTTP]
2018-05-17 13:48:28:848 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:28:848 - [HTTP] {}
2018-05-17 13:48:28:848 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:28:859 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:28:860 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:48:28:860 - [HTTP]
2018-05-17 13:48:33:866 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:33:866 - [HTTP] {}
2018-05-17 13:48:33:867 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:33:876 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:33:877 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:48:33:877 - [HTTP]
2018-05-17 13:48:35:156 - [BaseDriver] Shutting down because we waited 45 seconds for a command
2018-05-17 13:48:35:162 - [debug] [UiAutomator2] Deleting UiAutomator2 session
2018-05-17 13:48:35:162 - [Appium] Closing session, cause was 'New Command Timeout of 45 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability'
2018-05-17 13:48:35:162 - [Appium] Removing session d451b3cf-4048-4e70-9ef7-21a66b20b559 from our master session list
2018-05-17 13:48:35:163 - [debug] [UiAutomator2] Deleting UiAutomator2 server session
2018-05-17 13:48:35:165 - [debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:7773/wd/hub/session/8b1c4b67-e811-4d30-8d74-e68319d265c2] with no body
2018-05-17 13:48:35:341 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"8b1c4b67-e811-4d30-8d74-e68319d265c2\",\"status\":0,\"value\":\"Session deleted\"}"
2018-05-17 13:48:35:342 - [debug] [UiAutomator2] Resetting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:48:35:342 - [debug] [ADB] Getting connected devices...
2018-05-17 13:48:35:364 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:48:35:364 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2] Time: 214.084
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:48:35:665 - [debug] [UiAutomator2] [UIAutomator2] OK (1 test)
2018-05-17 13:48:35:666 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:48:35:666 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:48:36:291 - [debug] [ADB] Getting connected devices...
2018-05-17 13:48:36:314 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:48:36:314 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:48:37:166 - [debug] [Logcat] Stopping logcat capture
2018-05-17 13:48:37:171 - [debug] [ADB] Removing forwarded port socket connection: 7773
2018-05-17 13:48:37:172 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward --remove tcp\:7773'
2018-05-17 13:48:38:884 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:38:884 - [HTTP] {}
2018-05-17 13:48:38:884 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:38:896 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:38:897 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:48:38:897 - [HTTP]
2018-05-17 13:48:43:903 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:43:903 - [HTTP] {}
2018-05-17 13:48:43:903 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:43:918 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:43:919 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:48:43:919 - [HTTP]
2018-05-17 13:48:48:925 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:48:925 - [HTTP] {}
2018-05-17 13:48:48:926 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:48:936 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:48:940 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:48:48:940 - [HTTP]
2018-05-17 13:48:53:943 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:53:946 - [HTTP] {}
2018-05-17 13:48:53:946 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:53:961 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:53:962 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:48:53:962 - [HTTP]
2018-05-17 13:48:58:968 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:48:58:968 - [HTTP] {}
2018-05-17 13:48:58:968 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:48:58:979 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:48:58:979 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:48:58:979 - [HTTP]
2018-05-17 13:49:03:985 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:03:985 - [HTTP] {}
2018-05-17 13:49:03:985 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:03:996 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:03:997 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:49:03:997 - [HTTP]
2018-05-17 13:49:09:004 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:09:004 - [HTTP] {}
2018-05-17 13:49:09:005 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:09:014 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:09:015 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:09:015 - [HTTP]
2018-05-17 13:49:14:022 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:14:022 - [HTTP] {}
2018-05-17 13:49:14:022 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:14:031 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:14:032 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:14:032 - [HTTP]
2018-05-17 13:49:19:042 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:19:044 - [HTTP] {}
2018-05-17 13:49:19:044 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:19:054 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:19:055 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:49:19:055 - [HTTP]
2018-05-17 13:49:24:061 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:24:061 - [HTTP] {}
2018-05-17 13:49:24:061 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:24:074 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:24:075 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:49:24:075 - [HTTP]
2018-05-17 13:49:29:081 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:29:087 - [HTTP] {}
2018-05-17 13:49:29:087 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:29:097 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:29:097 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:49:29:100 - [HTTP]
2018-05-17 13:49:34:104 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:34:105 - [HTTP] {}
2018-05-17 13:49:34:105 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:34:114 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:34:115 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:34:115 - [HTTP]
2018-05-17 13:49:39:117 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:39:117 - [HTTP] {}
2018-05-17 13:49:39:117 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:39:126 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:39:128 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:39:128 - [HTTP]
2018-05-17 13:49:44:133 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:44:133 - [HTTP] {}
2018-05-17 13:49:44:134 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:44:147 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:44:149 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:49:44:149 - [HTTP]
2018-05-17 13:49:49:154 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:49:154 - [HTTP] {}
2018-05-17 13:49:49:155 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:49:164 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:49:165 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:49:49:165 - [HTTP]
2018-05-17 13:49:50:029 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text - - ms - -
2018-05-17 13:49:50:030 - [HTTP]
2018-05-17 13:49:50:031 - [HTTP] --> GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text
2018-05-17 13:49:50:032 - [HTTP] {}
2018-05-17 13:49:50:062 - [HTTP] <-- GET /wd/hub/session/d451b3cf-4048-4e70-9ef7-21a66b20b559/element/b0cf120c-294a-4635-b424-f7e04814cb54/text 404 31 ms - 10094
2018-05-17 13:49:50:062 - [HTTP]
2018-05-17 13:49:54:171 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:54:171 - [HTTP] {}
2018-05-17 13:49:54:171 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:54:181 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:54:184 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:54:184 - [HTTP]
2018-05-17 13:49:55:168 - [HTTP] --> POST /wd/hub/session
2018-05-17 13:49:55:168 - [HTTP] {"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"capabilities":{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automati
2018-05-17 13:49:55:169 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"deviceName":"ANY","newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},null,{"desiredCapabilities":{"app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemF...
2018-05-17 13:49:55:169 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1526564995169 (09:49:55 GMT-0400 (EDT))
2018-05-17 13:49:55:170 - [BaseDriver] The capabilities ["deviceName","udid"] are not standard capabilities and should have an extension prefix
2018-05-17 13:49:55:171 - [Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["app","appActivity","appPackage","automationName","clearSystemFiles","newCommandTimeout","platformVersion","resetKeyboard","systemPort","unicodeKeyboard"]. Falling back to JSONWP protocol.
2018-05-17 13:49:55:171 - [Appium] Creating new AndroidUiautomator2Driver (v1.9.0) session
2018-05-17 13:49:55:172 - [Appium] Capabilities:
2018-05-17 13:49:55:172 - [Appium] deviceName: ANY
2018-05-17 13:49:55:172 - [Appium] udid: 016d56a4e2bdc663
2018-05-17 13:49:55:172 - [Appium] app: https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk
2018-05-17 13:49:55:172 - [Appium] appActivity: my.company.android.my.app.ui.main.MainActivity
2018-05-17 13:49:55:172 - [Appium] appPackage: my.company.android.my.app.debug
2018-05-17 13:49:55:173 - [Appium] automationName: UIAutomator2
2018-05-17 13:49:55:173 - [Appium] browserName:
2018-05-17 13:49:55:173 - [Appium] clearSystemFiles: true
2018-05-17 13:49:55:173 - [Appium] newCommandTimeout: 45
2018-05-17 13:49:55:173 - [Appium] platformName: android
2018-05-17 13:49:55:173 - [Appium] platformVersion: ANY
2018-05-17 13:49:55:173 - [Appium] resetKeyboard: true
2018-05-17 13:49:55:173 - [Appium] server:CONFIG_UUID: ba3db6fe-32c2-440b-91d0-f3aaa57d4faa
2018-05-17 13:49:55:173 - [Appium] systemPort: 7105
2018-05-17 13:49:55:174 - [Appium] mycompany:platformType: Phone
2018-05-17 13:49:55:174 - [Appium] mycompany:testng.hostname: username-mac
2018-05-17 13:49:55:174 - [Appium] mycompany:testng.session.hash: 45338247-5614-4cb0-9fb1-47b4a32882f2
2018-05-17 13:49:55:174 - [Appium] mycompany:testng.suite: Default Suite
2018-05-17 13:49:55:174 - [Appium] mycompany:testng.test: setupClient
2018-05-17 13:49:55:174 - [Appium] unicodeKeyboard: true
2018-05-17 13:49:55:175 - [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"deviceName":"ANY","udid":...
2018-05-17 13:49:55:178 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: server:CONFIG_UUID, mycompany:platformType, mycompany:testng.hostname, mycompany:testng.session.hash, mycompany:testng.suite, mycompany:testng.test.
2018-05-17 13:49:55:179 - [BaseDriver] Session created with session id: b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:49:55:179 - [BaseDriver] Using downloadable app 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:49:57:087 - [debug] [BaseDriver] https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk downloaded to /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk
2018-05-17 13:49:57:087 - [debug] [BaseDriver] Downloaded file type 'application/octet-stream'
2018-05-17 13:49:57:087 - [BaseDriver] Downloaded the app to '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk'
2018-05-17 13:49:57:088 - [debug] [BaseDriver] Got 'undefined' as 'Last-Modified' HEAD response header value of 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk'
2018-05-17 13:49:57:088 - [BaseDriver] Skipping 'https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk' caching, because the HEAD response didn't return any valid Last-Modified headers
2018-05-17 13:49:57:088 - [debug] [UiAutomator2] Checking whether app is actually present
2018-05-17 13:49:57:090 - [debug] [AndroidDriver] Getting Java version
2018-05-17 13:49:57:213 - [AndroidDriver] Java version is: 1.8.0_152
2018-05-17 13:49:57:214 - [ADB] Checking whether adb is present
2018-05-17 13:49:57:215 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:49:57:215 - [AndroidDriver] Retrieving device list
2018-05-17 13:49:57:215 - [debug] [ADB] Trying to find a connected android device
2018-05-17 13:49:57:216 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:57:243 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:57:243 - [AndroidDriver] Using device: 016d56a4e2bdc663
2018-05-17 13:49:57:244 - [ADB] Checking whether adb is present
2018-05-17 13:49:57:245 - [ADB] Using adb from /Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb
2018-05-17 13:49:57:246 - [debug] [ADB] Setting device id to 016d56a4e2bdc663
2018-05-17 13:49:57:246 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:57:268 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:57:268 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.sdk'
2018-05-17 13:49:57:313 - [debug] [ADB] Current device property 'ro.build.version.sdk': 23
2018-05-17 13:49:57:318 - [debug] [ADB] Device API level: 23
2018-05-17 13:49:57:319 - [ADB] Getting device platform version
2018-05-17 13:49:57:319 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:57:341 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:57:342 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.build.version.release'
2018-05-17 13:49:57:379 - [debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
2018-05-17 13:49:57:379 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:57:396 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:57:396 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm size'
2018-05-17 13:49:58:161 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:58:180 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:58:180 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell wm density'
2018-05-17 13:49:58:909 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:58:958 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:58:959 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.model'
2018-05-17 13:49:59:023 - [debug] [ADB] Current device property 'ro.product.model': Nexus 5X
2018-05-17 13:49:59:023 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:59:047 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:59:047 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell getprop ro.product.manufacturer'
2018-05-17 13:49:59:110 - [debug] [ADB] Current device property 'ro.product.manufacturer': LGE
2018-05-17 13:49:59:113 - [debug] [ADB] Getting connected devices...
2018-05-17 13:49:59:132 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:49:59:132 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:49:59:188 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:49:59:188 - [HTTP] {}
2018-05-17 13:49:59:188 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:49:59:197 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:49:59:198 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:49:59:198 - [HTTP]
2018-05-17 13:49:59:855 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk
2018-05-17 13:49:59:857 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:49:59:858 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:49:59:858 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk'
2018-05-17 13:50:00:281 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' is already signed.
2018-05-17 13:50:00:281 - [debug] [ADB] Checking app cert for /Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2018-05-17 13:50:00:285 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:00:287 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:00:287 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:50:00:699 - [debug] [ADB] '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed.
2018-05-17 13:50:00:699 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server
2018-05-17 13:50:00:700 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:00:719 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:00:719 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server'
2018-05-17 13:50:01:246 - [debug] [ADB] App is installed
2018-05-17 13:50:01:246 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
2018-05-17 13:50:01:246 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:01:262 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:01:263 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server'
2018-05-17 13:50:01:345 - [ADB] Checking whether aapt is present
2018-05-17 13:50:01:346 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:01:366 - [debug] [ADB] The installed 'io.appium.uiautomator2.server' package does not require upgrade ('1.7.0' >= '1.7.0')
2018-05-17 13:50:01:366 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
2018-05-17 13:50:01:368 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:01:387 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:01:388 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.uiautomator2.server.test'
2018-05-17 13:50:01:956 - [debug] [ADB] App is installed
2018-05-17 13:50:01:956 - [debug] [ADB] Getting package info for 'io.appium.uiautomator2.server.test'
2018-05-17 13:50:01:957 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:01:975 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:01:976 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.uiautomator2.server.test'
2018-05-17 13:50:02:018 - [ADB] Checking whether aapt is present
2018-05-17 13:50:02:020 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:02:029 - [ADB] Cannot read version codes of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'
2018-05-17 13:50:02:029 - [ADB] Cannot read version names of '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' and/or 'io.appium.uiautomator2.server.test'. Assuming correct app version is already installed
2018-05-17 13:50:02:029 - [debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available
2018-05-17 13:50:02:029 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:02:047 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:02:047 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list instrumentation'
2018-05-17 13:50:02:533 - [debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
2018-05-17 13:50:02:536 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 wait-for-device'
2018-05-17 13:50:02:559 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:02:575 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:02:576 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell echo ping'
2018-05-17 13:50:02:622 - [debug] [AndroidDriver] Pushing settings apk to device...
2018-05-17 13:50:02:622 - [debug] [ADB] Getting install status for io.appium.settings
2018-05-17 13:50:02:622 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:02:645 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:02:645 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.settings'
2018-05-17 13:50:03:191 - [debug] [ADB] App is installed
2018-05-17 13:50:03:191 - [debug] [ADB] Getting package info for 'io.appium.settings'
2018-05-17 13:50:03:191 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:03:209 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:03:210 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.settings'
2018-05-17 13:50:03:259 - [ADB] Checking whether aapt is present
2018-05-17 13:50:03:261 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:03:273 - [debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
2018-05-17 13:50:03:273 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:03:291 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:03:292 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ps'
2018-05-17 13:50:03:440 - [debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
2018-05-17 13:50:03:440 - [debug] [ADB] Device API level: 23
2018-05-17 13:50:03:440 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:03:460 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:03:461 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell appops set io.appium.settings android\:mock_location allow'
2018-05-17 13:50:04:168 - [AndroidDriver] setDeviceLanguageCountry requires language or country.
2018-05-17 13:50:04:168 - [AndroidDriver] Got language: 'null' and country: 'null'
2018-05-17 13:50:04:168 - [debug] [Logcat] Starting logcat capture
2018-05-17 13:50:04:206 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:04:206 - [HTTP] {}
2018-05-17 13:50:04:206 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:04:215 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:04:218 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:50:04:219 - [HTTP]
2018-05-17 13:50:04:233 - [debug] [AndroidDriver] Enabling Unicode keyboard support
2018-05-17 13:50:04:233 - [debug] [AndroidDriver] Pushing unicode ime to device...
2018-05-17 13:50:04:234 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 install /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk'
2018-05-17 13:50:05:412 - [debug] [ADB] Install command stdout: [100%] /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:50:05:412 - [debug] [ADB] /Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk: 1 file pushed. 2.7 MB/s (36795 bytes in 0.013s)
2018-05-17 13:50:05:413 - [debug] [ADB] pkg: /data/local/tmp/UnicodeIME-debug.apk
2018-05-17 13:50:05:413 - [debug] [ADB] Failure [INSTALL_FAILED_ALREADY_EXISTS]
2018-05-17 13:50:05:413 - [debug] [ADB] Application '/Users/username/build_tools/node_modules/appium/node_modules/appium-android-ime/bin/UnicodeIME-debug.apk' already installed. Continuing.
2018-05-17 13:50:05:413 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:05:433 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:05:434 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell settings get secure default_input_method'
2018-05-17 13:50:06:121 - [debug] [AndroidDriver] Unsetting previous IME io.appium.android.ime/.UnicodeIME
2018-05-17 13:50:06:122 - [debug] [AndroidDriver] Setting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:50:06:122 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:06:140 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:06:140 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime enable io.appium.android.ime/.UnicodeIME'
2018-05-17 13:50:06:903 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:06:927 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:06:927 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:50:07:718 - [debug] [AndroidDriver] Pushing unlock helper app to device...
2018-05-17 13:50:07:718 - [debug] [ADB] Getting install status for io.appium.unlock
2018-05-17 13:50:07:718 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:07:738 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:07:738 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages io.appium.unlock'
2018-05-17 13:50:08:286 - [debug] [ADB] App is installed
2018-05-17 13:50:08:286 - [debug] [ADB] Getting package info for 'io.appium.unlock'
2018-05-17 13:50:08:287 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:08:305 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:08:306 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package io.appium.unlock'
2018-05-17 13:50:08:375 - [ADB] Checking whether aapt is present
2018-05-17 13:50:08:376 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:08:388 - [debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
2018-05-17 13:50:08:389 - [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 7105
2018-05-17 13:50:08:389 - [debug] [ADB] Forwarding system: 7105 to device: 6790
2018-05-17 13:50:08:389 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward tcp\:7105 tcp\:6790'
2018-05-17 13:50:08:406 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:08:424 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:08:424 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell rm -rf /data/local/tmp/strings.json'
2018-05-17 13:50:08:487 - [debug] [AndroidDriver] Extracting strings from apk
2018-05-17 13:50:08:487 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk
2018-05-17 13:50:08:487 - [debug] [AndroidDriver] null
2018-05-17 13:50:08:488 - [debug] [AndroidDriver] /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug
2018-05-17 13:50:08:488 - [debug] [ADB] Extracting strings for language: default
2018-05-17 13:50:08:488 - [ADB] Checking whether aapt is present
2018-05-17 13:50:08:492 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:08:681 - [ADB] Successfully extracted 688 strings from '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk' resources for '(default)' configuration
2018-05-17 13:50:08:728 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 push /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/my.company.android.my.app.debug/strings.json /data/local/tmp'
2018-05-17 13:50:08:779 - [debug] [ADB] Checking app cert for /var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk
2018-05-17 13:50:08:781 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:08:782 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:08:782 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'verify,--print-certs,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk'
2018-05-17 13:50:09:226 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:09:226 - [HTTP] {}
2018-05-17 13:50:09:226 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:09:240 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:09:241 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:50:09:241 - [HTTP]
2018-05-17 13:50:09:471 - [debug] [ADB] '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk' is not signed with debug cert.
2018-05-17 13:50:09:473 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:09:473 - [debug] [ADB] Zip-aligning '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk'
2018-05-17 13:50:09:473 - [ADB] Checking whether zipalign is present
2018-05-17 13:50:09:474 - [ADB] Using zipalign from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/zipalign
2018-05-17 13:50:09:610 - [debug] [ADB] Signing '/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk' with default cert
2018-05-17 13:50:09:612 - [ADB] Using apksigner from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner
2018-05-17 13:50:09:612 - [debug] [ADB] Starting '/Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/apksigner' with args 'sign,--key,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/Users/username/build_tools/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/var/folders/n5/yjccqg_n37n3tl2j4klvc4cw0000gn/T/2018417-8840-18pucmq.80we/appium-app.apk'
2018-05-17 13:50:10:510 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:50:10:510 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:10:529 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:10:530 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:50:11:119 - [debug] [ADB] App is installed
2018-05-17 13:50:11:119 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:50:11:120 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:11:139 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:11:140 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:50:11:630 - [debug] [ADB] App is installed
2018-05-17 13:50:11:630 - [debug] [ADB] Getting package info for 'my.company.android.my.app.debug'
2018-05-17 13:50:11:630 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:11:648 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:11:649 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys package my.company.android.my.app.debug'
2018-05-17 13:50:11:718 - [ADB] Checking whether aapt is present
2018-05-17 13:50:11:719 - [ADB] Using aapt from /Users/username/build_tools/android-sdk-macosx-r24.4.1/build-tools/25.0.2/aapt
2018-05-17 13:50:11:734 - [debug] [ADB] The installed 'my.company.android.my.app.debug' package does not require upgrade ('8.1.3' >= '8.1.3')
2018-05-17 13:50:11:734 - [AndroidDriver] Performing fast reset on 'my.company.android.my.app.debug'
2018-05-17 13:50:11:734 - [debug] [ADB] Getting install status for my.company.android.my.app.debug
2018-05-17 13:50:11:734 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:11:755 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:11:755 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm list packages my.company.android.my.app.debug'
2018-05-17 13:50:12:336 - [debug] [ADB] App is installed
2018-05-17 13:50:12:336 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:12:354 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:12:354 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:50:13:044 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:13:062 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:13:062 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell pm clear my.company.android.my.app.debug'
2018-05-17 13:50:13:682 - [debug] [AndroidDriver] Performed fast reset on the installed 'my.company.android.my.app.debug' application (stop and clear)
2018-05-17 13:50:13:682 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:13:700 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:13:701 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop io.appium.uiautomator2.server'
2018-05-17 13:50:14:247 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:14:248 - [HTTP] {}
2018-05-17 13:50:14:248 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:14:258 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:14:259 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:50:14:259 - [HTTP]
2018-05-17 13:50:14:391 - [UiAutomator2] Starting uiautomator2 server 1.7.0
2018-05-17 13:50:14:391 - [UiAutomator2] Using UIAutomator2 server from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.7.0.apk' and test from '/Users/username/build_tools/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
2018-05-17 13:50:14:391 - [UiAutomator2] Running command: 'adb -s 016d56a4e2bdc663 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner'
2018-05-17 13:50:14:392 - [UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online...
2018-05-17 13:50:14:392 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7105/wd/hub/status] with no body
2018-05-17 13:50:15:405 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7105/wd/hub/status] with no body
2018-05-17 13:50:16:416 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7105/wd/hub/status] with no body
2018-05-17 13:50:17:425 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:7105/wd/hub/status] with no body
2018-05-17 13:50:17:478 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
2018-05-17 13:50:17:478 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:7105/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"...
2018-05-17 13:50:17:496 - [debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"cba01afc-7ddf-48fd-880e-1796c183e39e","status":0,"value":"Created Session"}
2018-05-17 13:50:17:496 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:17:514 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:17:514 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell dumpsys window'
2018-05-17 13:50:17:572 - [AndroidDriver] Screen already unlocked, doing nothing
2018-05-17 13:50:17:572 - [UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity'. Starting it ourselves
2018-05-17 13:50:17:573 - [debug] [ADB] Device API level: 23
2018-05-17 13:50:17:573 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:17:593 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:17:594 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am start -W -n my.company.android.my.app.debug/my.company.android.my.app.ui.main.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2018-05-17 13:50:19:263 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:19:264 - [HTTP] {}
2018-05-17 13:50:19:264 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:19:275 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:19:276 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:50:19:276 - [HTTP]
2018-05-17 13:50:19:368 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e/appium/device/pixel_ratio] with body: {}
2018-05-17 13:50:19:386 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":2.625}"
2018-05-17 13:50:19:386 - [debug] [JSONWP Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e/appium/device/system_bars] with body: {}
2018-05-17 13:50:19:399 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{\"statusBar\":63}}"
2018-05-17 13:50:19:399 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e/window/current/size] with body: {}
2018-05-17 13:50:19:412 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{\"height\":1794,\"width\":1080}}"
2018-05-17 13:50:19:413 - [Appium] New AndroidUiautomator2Driver session created successfully, session b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 added to master session list
2018-05-17 13:50:19:413 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1526565019413 (09:50:19 GMT-0400 (EDT))
2018-05-17 13:50:19:414 - [debug] [W3C] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:19:415 - [HTTP] <-- POST /wd/hub/session 200 24247 ms - 2037
2018-05-17 13:50:19:415 - [HTTP]
2018-05-17 13:50:19:426 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:19:426 - [HTTP] {}
2018-05-17 13:50:19:427 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:428 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:50:19:428 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with body: {}
2018-05-17 13:50:19:440 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{}}"
2018-05-17 13:50:19:441 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:19:442 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 16 ms - 2037
2018-05-17 13:50:19:442 - [HTTP]
2018-05-17 13:50:19:446 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:19:446 - [HTTP] {}
2018-05-17 13:50:19:446 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:447 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:50:19:447 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with body: {}
2018-05-17 13:50:19:459 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{}}"
2018-05-17 13:50:19:460 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:19:461 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 15 ms - 2037
2018-05-17 13:50:19:461 - [HTTP]
2018-05-17 13:50:19:482 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:19:482 - [HTTP] {}
2018-05-17 13:50:19:482 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:484 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:50:19:484 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with body: {}
2018-05-17 13:50:19:496 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{}}"
2018-05-17 13:50:19:497 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:19:497 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 15 ms - 2037
2018-05-17 13:50:19:498 - [HTTP]
2018-05-17 13:50:19:510 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:19:510 - [HTTP] {}
2018-05-17 13:50:19:510 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:512 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:50:19:512 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with body: {}
2018-05-17 13:50:19:526 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{}}"
2018-05-17 13:50:19:527 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:19:527 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 17 ms - 2037
2018-05-17 13:50:19:528 - [HTTP]
2018-05-17 13:50:19:538 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/context
2018-05-17 13:50:19:538 - [HTTP] {}
2018-05-17 13:50:19:539 - [debug] [W3C] Calling AppiumDriver.getCurrentContext() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:541 - [debug] [W3C] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
2018-05-17 13:50:19:542 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/context 200 4 ms - 84
2018-05-17 13:50:19:542 - [HTTP]
2018-05-17 13:50:19:547 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/screenshot
2018-05-17 13:50:19:547 - [HTTP] {}
2018-05-17 13:50:19:547 - [debug] [W3C] Calling AppiumDriver.getScreenshot() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:19:547 - [debug] [JSONWP Proxy] Proxying [GET /screenshot] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e/screenshot] with no body
2018-05-17 13:50:19:900 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":\"iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAA3NCSVQICAjb4U\\/gAAAgAElEQVR4\\nnOzd63PU933o8RUCoStIwghdLIHBxhhkUxtsEh\\/i2s4YmNixpzOuM3XG9Eln4sm4ncmDpOlfcPqo\\n7mRysTNumphJXNIZj5u6jWswdQ1O0xSnBoLxBV+4rUBC6A5CQuI82JM9e3S\\/rFafhdfrgUcr\\/fa3\\nXwnw7Fu\\/3\\/f7LfjmN7+ZAAAAiGTBfA8AAABgJKECAACEI1QAAIBwhAoAABCOUAEAAMIRKgAAQDhC\\nBQAACEeoAAAA4QgVAAAgnHkIlfLy8hUrVkzrKStWrCgvL5+j8QAAANHMQ6g89NBDzzzzzLSe8ud\\/\\n\\/uePPfbYHI0HAACIZmHuX7K3t3fx4sWrVq367LPPpnL82rVri4qK5nhQAADXmkWLFiUSicHBwfke\\nSJ7ZsWNHU1PTxMccPnz48OHDFy9ezM2Qrk\\/zECptbW1XrlxZu3btFEPl9ttvTyQSyWRybocFAMyT\\n+vr64uLilpaWS5cuzfdY8tKiRYuKi4uLi4tLS0sLCwuLi4vHPKy\\/v39oaOjixYv9\\/f39\\/f0CZjyN\\njY0333zzxMecO3cu1YHMnXkIlfPnz1+8ePHmm2\\/eu3fv8PDwxAcXFRU1NTUNDAy0trbmZngAQI49\\n+uijq1evTiaTzz\\/\\/\\/Ly0Sn19\\/RNPPFFfXz+zpyeTyZ\\/\\/\\/Oe5\\/6VqRUVFRUVFaWnpFO89SQVMWVlZ\\n6uHAwMDFixd7enp6enrmcJQTqq6uLiwsnPSwdF\\/lYEjEMQ+h0t7efunSpSVLllRVVbW3t098cE1N\\nTVlZ2cWLF8+fP5+b4QEA86K+vv...
2018-05-17 13:50:19:901 - [debug] [W3C] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAA3NCSVQICAjb4U/gAAAgAElEQVR4\nnOzd63PU933o8RUCoStIwghdLIHBxhhkUxtsEh/i2s4YmNixpzOuM3XG9Eln4sm4ncmDpOlfcPqo\n7mRysTNumphJXNIZj5u6jWswdQ1O0xSnBoLxBV+4rUBC6A5CQuI82JM9e3S/rFafhdfrgUcr/fa3\nXwnw7Fu/3/f7LfjmN7+ZAAAAiGTBfA8AAABgJKECAACEI1QAAIBwhAoAABCOUAEAAMIRKgAAQDhC\nBQAACEeoAAAA4QgVAAAgnHkIlfLy8hUrVkzrKStWrCgvL5+j8QAAANHMQ6g89NBDzzzzzLSe8ud/\n/uePPfbYHI0HAACIZmHuX7K3t3fx4sWrVq367LPPpnL82rVri4qK5nhQAADXmkWLFiUSicHBwfke\nSJ7ZsWNHU1PTxMccPnz48OHDFy9ezM2Qrk/zECptbW1XrlxZu3btFEPl9ttvTyQSyWRybocFAMyT\n+vr64uLilpaWS5cuzfdY8tKiRYuKi4uLi4tLS0sLCwuLi4vHPKy/v39oaOjixYv9/f39/f0CZjyN\njY0333zzxMecO3cu1YHMnXkIlfPnz1+8ePHmm2/eu3fv8PDwxAcXFRU1NTUNDAy0trbmZngAQI49\n+uijq1evTiaTzz///Ly0Sn19/RNPPFFfXz+zpyeTyZ///Oe5/6VqRUVFRUVFaWnpFO89SQVMWVlZ\n6uHAwMDFixd7enp6enrmcJQTqq6uLiwsnPSwdF/lYEjEMQ+h0t7efunSpSVLllRVVbW3t098cE1N\nTVlZ2cWLF8+fP5+b4QEA86K+vv5rX/vavLTKn/7pn1ZVVc346anO+du//dssDmkCxcXF1dXVFRUV\nU3mLP4GioqKioqLKysqhoaGenp62trYcX2Opr6+vrKyc+vHt7e3nzp3L+jBG3+hVV1c36bPWr19f\nX18/ND...
2018-05-17 13:50:19:904 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/screenshot 200 355 ms - 34530
2018-05-17 13:50:19:904 - [HTTP]
2018-05-17 13:50:21:655 - [HTTP] --> GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:21:655 - [HTTP] {}
2018-05-17 13:50:21:655 - [debug] [W3C] Calling AppiumDriver.getSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:21:657 - [debug] [UiAutomator2] Getting session details from server to mix in
2018-05-17 13:50:21:657 - [debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with body: {}
2018-05-17 13:50:21:671 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":{}}"
2018-05-17 13:50:21:672 - [debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"deviceName":"ANY","udid":"016d56a4e2bdc663","app":"https://my.cdn.com/assets/files/up/app-debug-8.1.3-3205.apk","appActivity":"my.company.android.my.app.ui.main.MainActivity","appPackage":"my.company.android.my.app.debug","automationName":"UIAutomator2","browserName":"","clearSystemFiles":true,"newCommandTimeout":45,"platformName":"android","platformVersion":"ANY","resetKeyboard":true,"server:CONFIG_UUID":"ba3db6fe-32c2-440b-91d0-f3aaa57d4faa","systemPort":7105,"mycompany:platformType":"Phone","mycompany:testng.hostname":"username-mac","mycompany:testng.session.hash":"45338247-5614-4cb0-9fb1-47b4a32882f2","mycompany:testng.suite":"Default Suite","mycompany:testng.test":"setupClient","unicodeKeyboard":true},"deviceName":"016d56a4e2bdc663","udid":"016d56a4e2bdc663","app"...
2018-05-17 13:50:21:673 - [HTTP] <-- GET /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 18 ms - 2037
2018-05-17 13:50:21:673 - [HTTP]
2018-05-17 13:50:21:683 - [HTTP] --> POST /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/appium/app/close
2018-05-17 13:50:21:683 - [HTTP] {}
2018-05-17 13:50:21:684 - [debug] [W3C] Calling AppiumDriver.closeApp() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:21:685 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:21:705 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:21:707 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:50:22:462 - [debug] [W3C] Responding to client with driver.closeApp() result: null
2018-05-17 13:50:22:463 - [HTTP] <-- POST /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1/appium/app/close 200 779 ms - 76
2018-05-17 13:50:22:463 - [HTTP]
2018-05-17 13:50:22:470 - [HTTP] --> DELETE /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1
2018-05-17 13:50:22:470 - [HTTP] {}
2018-05-17 13:50:22:470 - [debug] [W3C] Calling AppiumDriver.deleteSession() with args: ["b559b0b0-4bb2-4ba4-a17e-100ee561b9b1"]
2018-05-17 13:50:22:470 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1526565022470 (09:50:22 GMT-0400 (EDT))
2018-05-17 13:50:22:471 - [Appium] Removing session b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 from our master session list
2018-05-17 13:50:22:471 - [debug] [UiAutomator2] Deleting UiAutomator2 session
2018-05-17 13:50:22:471 - [debug] [UiAutomator2] Deleting UiAutomator2 server session
2018-05-17 13:50:22:472 - [debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:7105/wd/hub/session/cba01afc-7ddf-48fd-880e-1796c183e39e] with no body
2018-05-17 13:50:22:503 - [debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"cba01afc-7ddf-48fd-880e-1796c183e39e\",\"status\":0,\"value\":\"Session deleted\"}"
2018-05-17 13:50:22:503 - [debug] [UiAutomator2] Resetting IME to 'io.appium.android.ime/.UnicodeIME'
2018-05-17 13:50:22:504 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:22:524 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:22:524 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell ime set io.appium.android.ime/.UnicodeIME'
2018-05-17 13:50:23:037 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:50:23:038 - [debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.
2018-05-17 13:50:23:038 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:50:23:038 - [debug] [UiAutomator2] [UIAutomator2] Time: 7.027
2018-05-17 13:50:23:040 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:50:23:041 - [debug] [UiAutomator2] [UIAutomator2] OK (1 test)
2018-05-17 13:50:23:041 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:50:23:041 - [debug] [UiAutomator2] [UIAutomator2]
2018-05-17 13:50:23:154 - [debug] [ADB] Getting connected devices...
2018-05-17 13:50:23:174 - [debug] [ADB] 1 device(s) connected
2018-05-17 13:50:23:175 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 shell am force-stop my.company.android.my.app.debug'
2018-05-17 13:50:23:898 - [debug] [Logcat] Stopping logcat capture
2018-05-17 13:50:23:900 - [debug] [ADB] Removing forwarded port socket connection: 7105
2018-05-17 13:50:23:900 - [debug] [ADB] Running '/Users/username/build_tools/android-sdk-macosx-r24.4.1/platform-tools/adb -P 5037 -s 016d56a4e2bdc663 forward --remove tcp\:7105'
2018-05-17 13:50:23:923 - [debug] [BaseDriver] Event 'quitSessionFinished' logged at 1526565023923 (09:50:23 GMT-0400 (EDT))
2018-05-17 13:50:23:923 - [debug] [W3C] Received response: null
2018-05-17 13:50:23:923 - [debug] [W3C] But deleting session, so not returning
2018-05-17 13:50:23:924 - [debug] [W3C] Responding to client with driver.deleteSession() result: null
2018-05-17 13:50:23:925 - [HTTP] <-- DELETE /wd/hub/session/b559b0b0-4bb2-4ba4-a17e-100ee561b9b1 200 1454 ms - 76
2018-05-17 13:50:23:925 - [HTTP]
2018-05-17 13:50:24:281 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:24:282 - [HTTP] {}
2018-05-17 13:50:24:282 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:24:290 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:24:291 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 13:50:24:291 - [HTTP]
2018-05-17 13:50:29:297 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:29:302 - [HTTP] {}
2018-05-17 13:50:29:303 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:29:313 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:29:314 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 13:50:29:314 - [HTTP]
2018-05-17 13:50:34:320 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:34:321 - [HTTP] {}
2018-05-17 13:50:34:321 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:34:330 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:34:331 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:50:34:331 - [HTTP]
2018-05-17 13:50:39:337 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:39:338 - [HTTP] {}
2018-05-17 13:50:39:338 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:39:354 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:39:355 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:50:39:355 - [HTTP]
2018-05-17 13:50:44:360 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:44:360 - [HTTP] {}
2018-05-17 13:50:44:360 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:44:369 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:44:370 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:50:44:370 - [HTTP]
2018-05-17 13:50:49:376 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:49:376 - [HTTP] {}
2018-05-17 13:50:49:376 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:49:385 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:49:386 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:50:49:386 - [HTTP]
2018-05-17 13:50:54:389 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:54:389 - [HTTP] {}
2018-05-17 13:50:54:390 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:54:402 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:54:403 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:50:54:403 - [HTTP]
2018-05-17 13:50:59:408 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:50:59:416 - [HTTP] {}
2018-05-17 13:50:59:416 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:50:59:425 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:50:59:426 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:50:59:426 - [HTTP]
2018-05-17 13:51:04:432 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:04:432 - [HTTP] {}
2018-05-17 13:51:04:432 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:04:441 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:04:442 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:51:04:442 - [HTTP]
2018-05-17 13:51:09:448 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:09:450 - [HTTP] {}
2018-05-17 13:51:09:450 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:09:459 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:09:460 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:51:09:461 - [HTTP]
2018-05-17 13:51:14:467 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:14:467 - [HTTP] {}
2018-05-17 13:51:14:468 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:14:476 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:14:477 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:51:14:477 - [HTTP]
2018-05-17 13:51:19:482 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:19:483 - [HTTP] {}
2018-05-17 13:51:19:483 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:19:491 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:19:494 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:51:19:494 - [HTTP]
2018-05-17 13:51:24:496 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:24:497 - [HTTP] {}
2018-05-17 13:51:24:497 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:24:507 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:24:508 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:51:24:508 - [HTTP]
2018-05-17 13:51:29:513 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:29:521 - [HTTP] {}
2018-05-17 13:51:29:521 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:29:531 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:29:532 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:51:29:532 - [HTTP]
2018-05-17 13:51:34:538 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:34:538 - [HTTP] {}
2018-05-17 13:51:34:539 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:34:549 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:34:550 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:51:34:550 - [HTTP]
2018-05-17 13:51:39:555 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:39:555 - [HTTP] {}
2018-05-17 13:51:39:555 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:39:565 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:39:566 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:51:39:566 - [HTTP]
2018-05-17 13:51:44:569 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:44:571 - [HTTP] {}
2018-05-17 13:51:44:571 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:44:581 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:44:581 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:51:44:582 - [HTTP]
2018-05-17 13:51:49:588 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:49:589 - [HTTP] {}
2018-05-17 13:51:49:589 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:49:599 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:49:600 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:51:49:600 - [HTTP]
2018-05-17 13:51:54:607 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:54:607 - [HTTP] {}
2018-05-17 13:51:54:607 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:54:617 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:54:618 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:51:54:618 - [HTTP]
2018-05-17 13:51:59:624 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:51:59:627 - [HTTP] {}
2018-05-17 13:51:59:628 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:51:59:637 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:51:59:638 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:51:59:638 - [HTTP]
2018-05-17 13:52:04:645 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:04:645 - [HTTP] {}
2018-05-17 13:52:04:646 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:04:658 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:04:658 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:52:04:658 - [HTTP]
2018-05-17 13:52:09:664 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:09:664 - [HTTP] {}
2018-05-17 13:52:09:665 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:09:674 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:09:675 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:52:09:675 - [HTTP]
2018-05-17 13:52:14:679 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:14:681 - [HTTP] {}
2018-05-17 13:52:14:682 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:14:697 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:14:698 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:52:14:699 - [HTTP]
2018-05-17 13:52:19:704 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:19:704 - [HTTP] {}
2018-05-17 13:52:19:705 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:19:715 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:19:716 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:52:19:716 - [HTTP]
2018-05-17 13:52:24:723 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:24:723 - [HTTP] {}
2018-05-17 13:52:24:724 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:24:736 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:24:737 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:52:24:738 - [HTTP]
2018-05-17 13:52:29:743 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:29:743 - [HTTP] {}
2018-05-17 13:52:29:743 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:29:755 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:29:756 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:52:29:756 - [HTTP]
2018-05-17 13:52:34:764 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:34:764 - [HTTP] {}
2018-05-17 13:52:34:765 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:34:776 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:34:777 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:52:34:777 - [HTTP]
2018-05-17 13:52:39:783 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:39:785 - [HTTP] {}
2018-05-17 13:52:39:786 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:39:796 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:39:796 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:52:39:796 - [HTTP]
2018-05-17 13:52:44:808 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:44:810 - [HTTP] {}
2018-05-17 13:52:44:810 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:44:820 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:44:821 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:52:44:821 - [HTTP]
2018-05-17 13:52:49:827 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:49:827 - [HTTP] {}
2018-05-17 13:52:49:827 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:49:837 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:49:838 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:52:49:838 - [HTTP]
2018-05-17 13:52:54:844 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:54:844 - [HTTP] {}
2018-05-17 13:52:54:845 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:54:859 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:54:865 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:52:54:865 - [HTTP]
2018-05-17 13:52:59:867 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:52:59:867 - [HTTP] {}
2018-05-17 13:52:59:867 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:52:59:877 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:52:59:878 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:52:59:878 - [HTTP]
2018-05-17 13:53:04:885 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:04:885 - [HTTP] {}
2018-05-17 13:53:04:885 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:04:897 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:04:898 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:53:04:898 - [HTTP]
2018-05-17 13:53:09:904 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:09:905 - [HTTP] {}
2018-05-17 13:53:09:905 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:09:918 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:09:918 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:53:09:918 - [HTTP]
2018-05-17 13:53:14:922 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:14:924 - [HTTP] {}
2018-05-17 13:53:14:924 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:14:934 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:14:934 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:53:14:935 - [HTTP]
2018-05-17 13:53:19:941 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:19:941 - [HTTP] {}
2018-05-17 13:53:19:941 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:19:950 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:19:951 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:53:19:951 - [HTTP]
2018-05-17 13:53:24:960 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:24:960 - [HTTP] {}
2018-05-17 13:53:24:960 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:24:970 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:24:971 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:53:24:971 - [HTTP]
2018-05-17 13:53:29:979 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:29:982 - [HTTP] {}
2018-05-17 13:53:29:982 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:29:991 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:29:992 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:53:29:992 - [HTTP]
2018-05-17 13:53:34:997 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:34:997 - [HTTP] {}
2018-05-17 13:53:34:997 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:35:007 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:35:007 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:53:35:008 - [HTTP]
2018-05-17 13:53:40:015 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:40:015 - [HTTP] {}
2018-05-17 13:53:40:016 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:40:026 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:40:027 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:53:40:027 - [HTTP]
2018-05-17 13:53:45:032 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:45:034 - [HTTP] {}
2018-05-17 13:53:45:035 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:45:043 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:45:044 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:53:45:044 - [HTTP]
2018-05-17 13:53:50:051 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:50:051 - [HTTP] {}
2018-05-17 13:53:50:051 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:50:060 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:50:063 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:53:50:063 - [HTTP]
2018-05-17 13:53:55:068 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:53:55:068 - [HTTP] {}
2018-05-17 13:53:55:068 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:53:55:081 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:53:55:082 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:53:55:082 - [HTTP]
2018-05-17 13:54:00:087 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:00:087 - [HTTP] {}
2018-05-17 13:54:00:087 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:00:098 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:00:098 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:54:00:098 - [HTTP]
2018-05-17 13:54:05:105 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:05:106 - [HTTP] {}
2018-05-17 13:54:05:106 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:05:117 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:05:118 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:54:05:118 - [HTTP]
2018-05-17 13:54:10:123 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:10:123 - [HTTP] {}
2018-05-17 13:54:10:123 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:10:132 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:10:134 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:54:10:135 - [HTTP]
2018-05-17 13:54:15:138 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:15:140 - [HTTP] {}
2018-05-17 13:54:15:140 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:15:150 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:15:151 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:54:15:151 - [HTTP]
2018-05-17 13:54:20:157 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:20:157 - [HTTP] {}
2018-05-17 13:54:20:157 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:20:166 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:20:167 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:54:20:167 - [HTTP]
2018-05-17 13:54:25:171 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:25:173 - [HTTP] {}
2018-05-17 13:54:25:173 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:25:182 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:25:183 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:54:25:183 - [HTTP]
2018-05-17 13:54:30:192 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:30:194 - [HTTP] {}
2018-05-17 13:54:30:194 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:30:204 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:30:209 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:54:30:209 - [HTTP]
2018-05-17 13:54:35:212 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:35:212 - [HTTP] {}
2018-05-17 13:54:35:212 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:35:223 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:35:224 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:54:35:224 - [HTTP]
2018-05-17 13:54:40:229 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:40:229 - [HTTP] {}
2018-05-17 13:54:40:229 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:40:239 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:40:240 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:54:40:240 - [HTTP]
2018-05-17 13:54:45:246 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:45:246 - [HTTP] {}
2018-05-17 13:54:45:246 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:45:256 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:45:256 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:54:45:256 - [HTTP]
2018-05-17 13:54:50:263 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:50:263 - [HTTP] {}
2018-05-17 13:54:50:263 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:50:272 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:50:273 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:54:50:273 - [HTTP]
2018-05-17 13:54:55:278 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:54:55:278 - [HTTP] {}
2018-05-17 13:54:55:278 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:54:55:288 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:54:55:289 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:54:55:289 - [HTTP]
2018-05-17 13:55:00:297 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:00:300 - [HTTP] {}
2018-05-17 13:55:00:300 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:00:313 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:00:314 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 13:55:00:314 - [HTTP]
2018-05-17 13:55:05:320 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:05:320 - [HTTP] {}
2018-05-17 13:55:05:320 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:05:329 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:05:330 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:55:05:330 - [HTTP]
2018-05-17 13:55:10:337 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:10:337 - [HTTP] {}
2018-05-17 13:55:10:337 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:10:346 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:10:347 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:55:10:347 - [HTTP]
2018-05-17 13:55:15:354 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:15:354 - [HTTP] {}
2018-05-17 13:55:15:355 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:15:365 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:15:366 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:55:15:366 - [HTTP]
2018-05-17 13:55:20:374 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:20:374 - [HTTP] {}
2018-05-17 13:55:20:374 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:20:385 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:20:385 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:55:20:385 - [HTTP]
2018-05-17 13:55:25:394 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:25:394 - [HTTP] {}
2018-05-17 13:55:25:394 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:25:404 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:25:405 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:55:25:405 - [HTTP]
2018-05-17 13:55:30:413 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:30:414 - [HTTP] {}
2018-05-17 13:55:30:414 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:30:425 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:30:426 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:55:30:426 - [HTTP]
2018-05-17 13:55:35:432 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:35:432 - [HTTP] {}
2018-05-17 13:55:35:432 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:35:442 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:35:442 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:55:35:443 - [HTTP]
2018-05-17 13:55:40:449 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:40:450 - [HTTP] {}
2018-05-17 13:55:40:450 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:40:462 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:40:463 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:55:40:463 - [HTTP]
2018-05-17 13:55:45:470 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:45:470 - [HTTP] {}
2018-05-17 13:55:45:470 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:45:480 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:45:480 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:55:45:480 - [HTTP]
2018-05-17 13:55:50:487 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:50:488 - [HTTP] {}
2018-05-17 13:55:50:488 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:50:497 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:50:498 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:55:50:498 - [HTTP]
2018-05-17 13:55:55:503 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:55:55:504 - [HTTP] {}
2018-05-17 13:55:55:504 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:55:55:532 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:55:55:533 - [HTTP] <-- GET /wd/hub/status 200 29 ms - 55
2018-05-17 13:55:55:534 - [HTTP]
2018-05-17 13:56:00:538 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:00:538 - [HTTP] {}
2018-05-17 13:56:00:539 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:00:547 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:00:548 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 13:56:00:548 - [HTTP]
2018-05-17 13:56:05:555 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:05:555 - [HTTP] {}
2018-05-17 13:56:05:555 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:05:564 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:05:566 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:56:05:566 - [HTTP]
2018-05-17 13:56:10:571 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:10:571 - [HTTP] {}
2018-05-17 13:56:10:572 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:10:587 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:10:588 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:56:10:588 - [HTTP]
2018-05-17 13:56:15:593 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:15:593 - [HTTP] {}
2018-05-17 13:56:15:593 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:15:602 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:15:603 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:56:15:603 - [HTTP]
2018-05-17 13:56:20:607 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:20:608 - [HTTP] {}
2018-05-17 13:56:20:608 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:20:618 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:20:619 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:56:20:619 - [HTTP]
2018-05-17 13:56:25:623 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:25:623 - [HTTP] {}
2018-05-17 13:56:25:623 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:25:634 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:25:635 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:56:25:635 - [HTTP]
2018-05-17 13:56:30:641 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:30:641 - [HTTP] {}
2018-05-17 13:56:30:642 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:30:650 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:30:651 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:56:30:651 - [HTTP]
2018-05-17 13:56:35:659 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:35:659 - [HTTP] {}
2018-05-17 13:56:35:659 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:35:669 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:35:670 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:56:35:670 - [HTTP]
2018-05-17 13:56:40:675 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:40:676 - [HTTP] {}
2018-05-17 13:56:40:676 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:40:685 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:40:686 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:56:40:686 - [HTTP]
2018-05-17 13:56:45:691 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:45:691 - [HTTP] {}
2018-05-17 13:56:45:691 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:45:701 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:45:702 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:56:45:702 - [HTTP]
2018-05-17 13:56:50:708 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:50:709 - [HTTP] {}
2018-05-17 13:56:50:709 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:50:723 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:50:724 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:56:50:724 - [HTTP]
2018-05-17 13:56:55:730 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:56:55:730 - [HTTP] {}
2018-05-17 13:56:55:731 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:56:55:747 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:56:55:748 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 13:56:55:749 - [HTTP]
2018-05-17 13:57:00:755 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:00:755 - [HTTP] {}
2018-05-17 13:57:00:755 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:00:766 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:00:766 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:57:00:767 - [HTTP]
2018-05-17 13:57:05:772 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:05:772 - [HTTP] {}
2018-05-17 13:57:05:773 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:05:782 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:05:783 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:57:05:783 - [HTTP]
2018-05-17 13:57:10:789 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:10:789 - [HTTP] {}
2018-05-17 13:57:10:789 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:10:804 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:10:805 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:57:10:805 - [HTTP]
2018-05-17 13:57:15:812 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:15:812 - [HTTP] {}
2018-05-17 13:57:15:813 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:15:826 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:15:827 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:57:15:827 - [HTTP]
2018-05-17 13:57:20:833 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:20:833 - [HTTP] {}
2018-05-17 13:57:20:833 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:20:842 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:20:843 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:57:20:843 - [HTTP]
2018-05-17 13:57:25:849 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:25:849 - [HTTP] {}
2018-05-17 13:57:25:849 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:25:864 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:25:865 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 13:57:25:865 - [HTTP]
2018-05-17 13:57:30:872 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:30:873 - [HTTP] {}
2018-05-17 13:57:30:873 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:30:883 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:30:884 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:57:30:884 - [HTTP]
2018-05-17 13:57:35:890 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:35:891 - [HTTP] {}
2018-05-17 13:57:35:891 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:35:900 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:35:900 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:57:35:901 - [HTTP]
2018-05-17 13:57:40:906 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:40:906 - [HTTP] {}
2018-05-17 13:57:40:907 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:40:918 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:40:919 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:57:40:920 - [HTTP]
2018-05-17 13:57:45:925 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:45:926 - [HTTP] {}
2018-05-17 13:57:45:926 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:45:934 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:45:935 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 13:57:45:935 - [HTTP]
2018-05-17 13:57:50:941 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:50:941 - [HTTP] {}
2018-05-17 13:57:50:942 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:50:951 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:50:952 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:57:50:952 - [HTTP]
2018-05-17 13:57:55:958 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:57:55:960 - [HTTP] {}
2018-05-17 13:57:55:960 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:57:55:976 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:57:55:977 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 13:57:55:978 - [HTTP]
2018-05-17 13:58:00:984 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:00:987 - [HTTP] {}
2018-05-17 13:58:00:988 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:00:997 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:00:997 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:58:00:998 - [HTTP]
2018-05-17 13:58:06:002 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:06:003 - [HTTP] {}
2018-05-17 13:58:06:003 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:06:019 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:06:020 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 13:58:06:020 - [HTTP]
2018-05-17 13:58:11:027 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:11:029 - [HTTP] {}
2018-05-17 13:58:11:029 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:11:038 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:11:039 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:58:11:039 - [HTTP]
2018-05-17 13:58:16:048 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:16:049 - [HTTP] {}
2018-05-17 13:58:16:050 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:16:060 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:16:061 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:58:16:061 - [HTTP]
2018-05-17 13:58:21:069 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:21:069 - [HTTP] {}
2018-05-17 13:58:21:069 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:21:080 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:21:081 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:58:21:081 - [HTTP]
2018-05-17 13:58:26:087 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:26:087 - [HTTP] {}
2018-05-17 13:58:26:088 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:26:097 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:26:098 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:58:26:098 - [HTTP]
2018-05-17 13:58:31:102 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:31:102 - [HTTP] {}
2018-05-17 13:58:31:102 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:31:112 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:31:113 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:58:31:113 - [HTTP]
2018-05-17 13:58:36:122 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:36:122 - [HTTP] {}
2018-05-17 13:58:36:122 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:36:134 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:36:135 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 13:58:36:135 - [HTTP]
2018-05-17 13:58:41:142 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:41:143 - [HTTP] {}
2018-05-17 13:58:41:143 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:41:154 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:41:155 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:58:41:155 - [HTTP]
2018-05-17 13:58:46:160 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:46:160 - [HTTP] {}
2018-05-17 13:58:46:161 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:46:169 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:46:170 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:58:46:170 - [HTTP]
2018-05-17 13:58:51:176 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:51:176 - [HTTP] {}
2018-05-17 13:58:51:177 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:51:188 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:51:189 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:58:51:189 - [HTTP]
2018-05-17 13:58:56:196 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:58:56:196 - [HTTP] {}
2018-05-17 13:58:56:196 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:58:56:206 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:58:56:207 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:58:56:207 - [HTTP]
2018-05-17 13:59:01:213 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:01:213 - [HTTP] {}
2018-05-17 13:59:01:213 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:01:224 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:01:225 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:59:01:227 - [HTTP]
2018-05-17 13:59:06:228 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:06:228 - [HTTP] {}
2018-05-17 13:59:06:228 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:06:238 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:06:239 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:59:06:239 - [HTTP]
2018-05-17 13:59:11:243 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:11:243 - [HTTP] {}
2018-05-17 13:59:11:244 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:11:253 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:11:254 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 13:59:11:254 - [HTTP]
2018-05-17 13:59:16:260 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:16:260 - [HTTP] {}
2018-05-17 13:59:16:260 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:16:273 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:16:274 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 13:59:16:274 - [HTTP]
2018-05-17 13:59:21:280 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:21:280 - [HTTP] {}
2018-05-17 13:59:21:281 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:21:292 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:21:293 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:59:21:293 - [HTTP]
2018-05-17 13:59:26:298 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:26:298 - [HTTP] {}
2018-05-17 13:59:26:298 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:26:309 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:26:310 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:59:26:310 - [HTTP]
2018-05-17 13:59:31:313 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:31:313 - [HTTP] {}
2018-05-17 13:59:31:315 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:31:325 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:31:325 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 13:59:31:325 - [HTTP]
2018-05-17 13:59:36:330 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:36:331 - [HTTP] {}
2018-05-17 13:59:36:331 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:36:340 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:36:341 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:59:36:341 - [HTTP]
2018-05-17 13:59:41:347 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:41:350 - [HTTP] {}
2018-05-17 13:59:41:350 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:41:365 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:41:365 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 13:59:41:365 - [HTTP]
2018-05-17 13:59:46:372 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:46:372 - [HTTP] {}
2018-05-17 13:59:46:373 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:46:386 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:46:387 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 13:59:46:387 - [HTTP]
2018-05-17 13:59:51:392 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:51:392 - [HTTP] {}
2018-05-17 13:59:51:393 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:51:402 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:51:403 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 13:59:51:403 - [HTTP]
2018-05-17 13:59:56:410 - [HTTP] --> GET /wd/hub/status
2018-05-17 13:59:56:412 - [HTTP] {}
2018-05-17 13:59:56:412 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 13:59:56:424 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 13:59:56:427 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 13:59:56:427 - [HTTP]
2018-05-17 14:00:01:433 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:01:434 - [HTTP] {}
2018-05-17 14:00:01:434 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:01:445 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:01:446 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:00:01:446 - [HTTP]
2018-05-17 14:00:06:452 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:06:454 - [HTTP] {}
2018-05-17 14:00:06:454 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:06:467 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:06:468 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 14:00:06:468 - [HTTP]
2018-05-17 14:00:11:474 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:11:474 - [HTTP] {}
2018-05-17 14:00:11:474 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:11:487 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:11:488 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 14:00:11:488 - [HTTP]
2018-05-17 14:00:16:493 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:16:495 - [HTTP] {}
2018-05-17 14:00:16:495 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:16:509 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:16:510 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 14:00:16:510 - [HTTP]
2018-05-17 14:00:21:517 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:21:517 - [HTTP] {}
2018-05-17 14:00:21:517 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:21:526 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:21:527 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:00:21:527 - [HTTP]
2018-05-17 14:00:26:536 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:26:538 - [HTTP] {}
2018-05-17 14:00:26:538 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:26:551 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:26:552 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 14:00:26:552 - [HTTP]
2018-05-17 14:00:31:557 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:31:557 - [HTTP] {}
2018-05-17 14:00:31:557 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:31:568 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:31:569 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:00:31:569 - [HTTP]
2018-05-17 14:00:36:574 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:36:574 - [HTTP] {}
2018-05-17 14:00:36:574 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:36:585 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:36:585 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:00:36:586 - [HTTP]
2018-05-17 14:00:41:589 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:41:591 - [HTTP] {}
2018-05-17 14:00:41:592 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:41:605 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:41:606 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 14:00:41:606 - [HTTP]
2018-05-17 14:00:46:611 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:46:612 - [HTTP] {}
2018-05-17 14:00:46:612 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:46:622 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:46:623 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:00:46:623 - [HTTP]
2018-05-17 14:00:51:629 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:51:629 - [HTTP] {}
2018-05-17 14:00:51:629 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:51:641 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:51:642 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:00:51:642 - [HTTP]
2018-05-17 14:00:56:652 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:00:56:652 - [HTTP] {}
2018-05-17 14:00:56:652 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:00:56:662 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:00:56:662 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:00:56:663 - [HTTP]
2018-05-17 14:01:01:669 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:01:669 - [HTTP] {}
2018-05-17 14:01:01:669 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:01:678 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:01:679 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:01:01:679 - [HTTP]
2018-05-17 14:01:06:689 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:06:689 - [HTTP] {}
2018-05-17 14:01:06:693 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:06:707 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:06:708 - [HTTP] <-- GET /wd/hub/status 200 19 ms - 55
2018-05-17 14:01:06:708 - [HTTP]
2018-05-17 14:01:11:715 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:11:715 - [HTTP] {}
2018-05-17 14:01:11:715 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:11:730 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:11:731 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 14:01:11:731 - [HTTP]
2018-05-17 14:01:16:738 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:16:738 - [HTTP] {}
2018-05-17 14:01:16:738 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:16:748 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:16:749 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:01:16:749 - [HTTP]
2018-05-17 14:01:21:754 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:21:755 - [HTTP] {}
2018-05-17 14:01:21:755 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:21:764 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:21:765 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:01:21:765 - [HTTP]
2018-05-17 14:01:26:770 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:26:771 - [HTTP] {}
2018-05-17 14:01:26:771 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:26:783 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:26:784 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:01:26:784 - [HTTP]
2018-05-17 14:01:31:788 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:31:788 - [HTTP] {}
2018-05-17 14:01:31:789 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:31:799 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:31:803 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:01:31:803 - [HTTP]
2018-05-17 14:01:36:805 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:36:805 - [HTTP] {}
2018-05-17 14:01:36:805 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:36:814 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:36:815 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 14:01:36:815 - [HTTP]
2018-05-17 14:01:41:819 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:41:822 - [HTTP] {}
2018-05-17 14:01:41:822 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:41:834 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:41:835 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 14:01:41:835 - [HTTP]
2018-05-17 14:01:46:842 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:46:842 - [HTTP] {}
2018-05-17 14:01:46:843 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:46:856 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:46:857 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 14:01:46:857 - [HTTP]
2018-05-17 14:01:51:863 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:51:863 - [HTTP] {}
2018-05-17 14:01:51:863 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:51:875 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:51:876 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:01:51:876 - [HTTP]
2018-05-17 14:01:56:880 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:01:56:881 - [HTTP] {}
2018-05-17 14:01:56:881 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:01:56:889 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:01:56:890 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:01:56:890 - [HTTP]
2018-05-17 14:02:01:899 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:01:899 - [HTTP] {}
2018-05-17 14:02:01:900 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:01:909 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:01:909 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:02:01:910 - [HTTP]
2018-05-17 14:02:06:915 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:06:915 - [HTTP] {}
2018-05-17 14:02:06:916 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:06:927 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:06:928 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:02:06:928 - [HTTP]
2018-05-17 14:02:11:933 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:11:935 - [HTTP] {}
2018-05-17 14:02:11:935 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:11:947 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:11:948 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 14:02:11:948 - [HTTP]
2018-05-17 14:02:16:953 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:16:956 - [HTTP] {}
2018-05-17 14:02:16:956 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:16:966 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:16:967 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 14:02:16:967 - [HTTP]
2018-05-17 14:02:21:969 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:21:969 - [HTTP] {}
2018-05-17 14:02:21:969 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:21:979 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:21:980 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:02:21:981 - [HTTP]
2018-05-17 14:02:26:987 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:26:988 - [HTTP] {}
2018-05-17 14:02:26:988 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:27:004 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:27:005 - [HTTP] <-- GET /wd/hub/status 200 17 ms - 55
2018-05-17 14:02:27:005 - [HTTP]
2018-05-17 14:02:32:014 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:32:014 - [HTTP] {}
2018-05-17 14:02:32:014 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:32:024 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:32:025 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:02:32:025 - [HTTP]
2018-05-17 14:02:37:029 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:37:031 - [HTTP] {}
2018-05-17 14:02:37:031 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:37:041 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:37:041 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:02:37:042 - [HTTP]
2018-05-17 14:02:42:049 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:42:050 - [HTTP] {}
2018-05-17 14:02:42:050 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:42:065 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:42:066 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 14:02:42:066 - [HTTP]
2018-05-17 14:02:47:072 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:47:072 - [HTTP] {}
2018-05-17 14:02:47:073 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:47:083 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:47:084 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:02:47:084 - [HTTP]
2018-05-17 14:02:52:090 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:52:090 - [HTTP] {}
2018-05-17 14:02:52:090 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:52:100 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:52:101 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:02:52:101 - [HTTP]
2018-05-17 14:02:57:106 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:02:57:108 - [HTTP] {}
2018-05-17 14:02:57:109 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:02:57:122 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:02:57:123 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 55
2018-05-17 14:02:57:123 - [HTTP]
2018-05-17 14:03:02:132 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:02:132 - [HTTP] {}
2018-05-17 14:03:02:132 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:02:143 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:02:143 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:03:02:143 - [HTTP]
2018-05-17 14:03:07:148 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:07:148 - [HTTP] {}
2018-05-17 14:03:07:149 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:07:157 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:07:160 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:03:07:160 - [HTTP]
2018-05-17 14:03:12:168 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:12:168 - [HTTP] {}
2018-05-17 14:03:12:169 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:12:178 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:12:180 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:03:12:180 - [HTTP]
2018-05-17 14:03:17:184 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:17:184 - [HTTP] {}
2018-05-17 14:03:17:185 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:17:194 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:17:195 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:03:17:195 - [HTTP]
2018-05-17 14:03:22:201 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:22:204 - [HTTP] {}
2018-05-17 14:03:22:204 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:22:215 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:22:216 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 14:03:22:216 - [HTTP]
2018-05-17 14:03:27:222 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:27:222 - [HTTP] {}
2018-05-17 14:03:27:222 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:27:236 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:27:237 - [HTTP] <-- GET /wd/hub/status 200 15 ms - 55
2018-05-17 14:03:27:237 - [HTTP]
2018-05-17 14:03:32:243 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:32:244 - [HTTP] {}
2018-05-17 14:03:32:244 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:32:253 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:32:253 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:03:32:253 - [HTTP]
2018-05-17 14:03:37:262 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:37:262 - [HTTP] {}
2018-05-17 14:03:37:262 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:37:272 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:37:273 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:03:37:273 - [HTTP]
2018-05-17 14:03:42:276 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:42:279 - [HTTP] {}
2018-05-17 14:03:42:279 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:42:294 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:42:295 - [HTTP] <-- GET /wd/hub/status 200 18 ms - 55
2018-05-17 14:03:42:295 - [HTTP]
2018-05-17 14:03:47:301 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:47:302 - [HTTP] {}
2018-05-17 14:03:47:302 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:47:313 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:47:314 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:03:47:314 - [HTTP]
2018-05-17 14:03:52:317 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:52:317 - [HTTP] {}
2018-05-17 14:03:52:317 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:52:348 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:52:349 - [HTTP] <-- GET /wd/hub/status 200 32 ms - 55
2018-05-17 14:03:52:350 - [HTTP]
2018-05-17 14:03:57:359 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:03:57:359 - [HTTP] {}
2018-05-17 14:03:57:360 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:03:57:370 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:03:57:371 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:03:57:371 - [HTTP]
2018-05-17 14:04:02:374 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:02:375 - [HTTP] {}
2018-05-17 14:04:02:375 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:02:387 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:02:388 - [HTTP] <-- GET /wd/hub/status 200 13 ms - 55
2018-05-17 14:04:02:388 - [HTTP]
2018-05-17 14:04:07:392 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:07:392 - [HTTP] {}
2018-05-17 14:04:07:392 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:07:403 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:07:406 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 55
2018-05-17 14:04:07:406 - [HTTP]
2018-05-17 14:04:12:412 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:12:412 - [HTTP] {}
2018-05-17 14:04:12:412 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:12:421 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:12:421 - [HTTP] <-- GET /wd/hub/status 200 9 ms - 55
2018-05-17 14:04:12:421 - [HTTP]
2018-05-17 14:04:17:428 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:17:430 - [HTTP] {}
2018-05-17 14:04:17:430 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:17:439 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:17:440 - [HTTP] <-- GET /wd/hub/status 200 12 ms - 55
2018-05-17 14:04:17:440 - [HTTP]
2018-05-17 14:04:22:446 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:22:446 - [HTTP] {}
2018-05-17 14:04:22:447 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:22:459 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:22:461 - [HTTP] <-- GET /wd/hub/status 200 14 ms - 55
2018-05-17 14:04:22:461 - [HTTP]
2018-05-17 14:04:27:465 - [HTTP] --> GET /wd/hub/status
2018-05-17 14:04:27:465 - [HTTP] {}
2018-05-17 14:04:27:465 - [debug] [W3C] Calling AppiumDriver.getStatus() with args: []
2018-05-17 14:04:27:474 - [debug] [W3C] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0","revision":null}}
2018-05-17 14:04:27:475 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 55
2018-05-17 14:04:27:475 - [HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment