Error: socket hang up when running Android on Mac OS

Hello,

I know that some similar issues are on Appium forum but I read almost all of the answers and could not found any solutions for me…I am stuck with this.

Bug Description:
I am running an Android test on Mac OS using Appium Application and after a certain time all the test are crashing.
Appium Application version = 1.14.0
port = 4723
Mac OS = 10.14.6
Android version = 9
Framework = Java/Appium/Android/TestNG/Cucumber/ Intellij
I tried the below things and it did not improve anything:
Update Appium
Install and reinstall appium
Change the real android device I am using
downgrade Appium from 1.15.1 to 1.14.0…

After a certain number of tests…then all the coming test are crashing with the same error:
F--------F

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’
System info: host: ‘wishtrips-MacBook-Pro-2.local’, ip: ‘fe80:0:0:0:60:c678:2f5f:e9e1%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.14.6’, java.version: ‘1.8.0_212’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {appActivity: com.recntrek.activities.onb…, appPackage: com.recntrek.staging, automationName: UiAutomator2, databaseEnabled: false, desired: {appActivity: com.recntrek.activities.onb…, appPackage: com.recntrek.staging, automationName: UiAutomator2, deviceName: RF8M607PPHW, newCommandTimeout: 300, noReset: true, platformName: android, platformVersion: 9}, deviceApiLevel: 28, deviceManufacturer: samsung, deviceModel: SM-A105F, deviceName: RF8M607PPHW, deviceScreenDensity: 280, deviceScreenSize: 720x1520, deviceUDID: RF8M607PPHW, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 300, noReset: true, pixelRatio: 1.75, platform: LINUX, platformName: Android, platformVersion: 9, statBarHeight: 54, takesScreenshot: true, viewportRect: {height: 1328, left: 0, top: 54, width: 720}, warnings: {}, webStorageEnabled: false}
Session ID: e16ba827-a988-4cdf-a361-ea91516f25c7

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)

I have been searching a lot and I have no idea how to fix this…It never happened before when I was running Android test on Windows, but since I am using Mac I am getting that issue.

I would really appreciate some help!!!
Thanks a lot!!
dvorah

Below are all the logs:
[WD Proxy] Got response with status 200: “{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{}}”

[W3C (2052332c)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba 200 58 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element

[HTTP] {“using”:“xpath”,“value”:"//android.widget.TextView[@text=‘About WishTrip’]"}

[W3C (2052332c)] Calling AppiumDriver.findElement() with args: [“xpath”,"//android.widget.TextView[@text=‘About WishTrip’]",“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element] with body: {“strategy”:“xpath”,“selector”:"//android.widget.TextView[@text=‘About WishTrip’]",“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{“ELEMENT”:“c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6”}}

[W3C (2052332c)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6”,“ELEMENT”:“c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6”}

[HTTP] <-- POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element 200 599 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6/displayed

[HTTP] {}

[W3C (2052332c)] Calling AppiumDriver.elementDisplayed() with args: [“c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6”,“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[WD Proxy] Matched ‘/element/c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6/attribute/displayed] to [GET http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element/c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:“true”}”

[W3C (2052332c)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/c9cb06ef-a6ad-4f15-acb3-2fd7eb9939e6/displayed 200 49 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba

[HTTP] {}

[W3C (2052332c)] Calling AppiumDriver.getSession() with args: [“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{}}”

[W3C (2052332c)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba 200 47 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element

[HTTP] {“using”:“xpath”,“value”:"//android.widget.TextView[@text=‘About WishTrip’]"}

[W3C (2052332c)] Calling AppiumDriver.findElement() with args: [“xpath”,"//android.widget.TextView[@text=‘About WishTrip’]",“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element] with body: {“strategy”:“xpath”,“selector”:"//android.widget.TextView[@text=‘About WishTrip’]",“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{“ELEMENT”:“f9a3d8fd-5f26-4366-bb80-dd7e40625ddf”}}

[W3C (2052332c)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“f9a3d8fd-5f26-4366-bb80-dd7e40625ddf”,“ELEMENT”:“f9a3d8fd-5f26-4366-bb80-dd7e40625ddf”}

[HTTP] <-- POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element 200 451 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/f9a3d8fd-5f26-4366-bb80-dd7e40625ddf/enabled

[HTTP] {}

[W3C (2052332c)] Calling AppiumDriver.elementEnabled() with args: [“f9a3d8fd-5f26-4366-bb80-dd7e40625ddf”,“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[WD Proxy] Matched ‘/element/f9a3d8fd-5f26-4366-bb80-dd7e40625ddf/attribute/enabled’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/f9a3d8fd-5f26-4366-bb80-dd7e40625ddf/attribute/enabled] to [GET http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element/f9a3d8fd-5f26-4366-bb80-dd7e40625ddf/attribute/enabled] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:“true”}”

[W3C (2052332c)] Responding to client with driver.elementEnabled() result: true

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/f9a3d8fd-5f26-4366-bb80-dd7e40625ddf/enabled 200 457 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba

[HTTP] {}

[W3C (2052332c)] Calling AppiumDriver.getSession() with args: [“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{}}”

[W3C (2052332c)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba 200 50 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element

[HTTP] {“using”:“xpath”,“value”:"//android.widget.TextView[@text=‘About WishTrip’]"}

[W3C (2052332c)] Calling AppiumDriver.findElement() with args: [“xpath”,"//android.widget.TextView[@text=‘About WishTrip’]",“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element] with body: {“strategy”:“xpath”,“selector”:"//android.widget.TextView[@text=‘About WishTrip’]",“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:{“ELEMENT”:“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”}}

[W3C (2052332c)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”,“ELEMENT”:“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”}

[HTTP] <-- POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element 200 350 ms - 137

[HTTP]

[HTTP] --> POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb/click

[HTTP] {“id”:“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”}

[W3C (2052332c)] Calling AppiumDriver.click() with args: [“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”,“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[WD Proxy] Matched ‘/element/b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb/click’ to command name ‘click’

[WD Proxy] Proxying [POST /element/b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb/click] to [POST http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/element/b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb/click] with body: {“element”:“b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb”}

[WD Proxy] Got response with status 200: {“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:true}

[W3C (2052332c)] Responding to client with driver.click() result: true

[HTTP] <-- POST /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/element/b68c5094-5d9f-4c32-8c0b-6ec0b4beadeb/click 200 147 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/screenshot

[HTTP] {}

[W3C (2052332c)] Calling AppiumDriver.getScreenshot() with args: [“2052332c-3672-4d7d-83d6-cc5e8d5e16ba”]

[WD Proxy] Matched ‘/screenshot’ to command name ‘getScreenshot’

[WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1/screenshot] with no body

[WD Proxy] Got response with status 200: "{“sessionId”:“1e54687f-819c-4058-9e10-a5c0c5a546d1”,“status”:0,“value”:"iVBORw0KGgoAAAANSUhEUgAAAtAAAAXwCAYAAAB7XHwkAAAABHNCSVQICAgIfAhkiAAAIABJREFU\neJzs3Xd0VNXaBvBnWiYzk95IQnohDQgoRXoLhCogglcRrl0REEE+LyAXFRAQKXItF1CxgPUqVSCA\nSAlIN0FCEhAIgfReSJmUOd8fIYeEtJlkUoDnt5bLmXP23ufNkJx5Z88uEgACiIiIiIhIL9LWDoCI\niIiI6F7CBJqIiIiIyABMoImIiIiIDMAEmoiIiIjIAEygiYiIiIgMwASaiIiIiMgATKCJiIiIiAzA\nBJqIiIiIyABMoImIiIiIDMAEmoiIiIjIAEygiYiIiIgMwASaiIiIiMgATKCJiIiIiAzABJqIiIiI\nyADy1g6AmpeZmRk++OAD+Pr6QiKRNLk9rVaL77\/\/Hps3bzZCdERERE1nYmICQRBQWlra2qE0ikQi\ngVwuh0KhgFKphE6nQ2lpKUpKSlBWVtba4RlFQEAATExMahy\/ePHiPfkzSgAIrR0ENQ9zc3P8+OOP\nUCqVRm97165dWLduHQTBsF8fqVQKc3PzWv+IDFF5o8zLyzM4BiIiajsCAwNx5coVlJSU1FnGysoK\ns2fPxrFjx3DgwIFq5+RyOVasWAGZTIb58+ejuLi4UXFIpVL06dMHAwYMgK+vL5ycnCCVSpGZmYlj\nx47hxx9\/RFpaWqParo2JiQkcHBzg6OgIOzs7yGSyWstptVqkpqYiNTUV6enp9+R7nre3NzZs2FDr\nuWnTpuHvv\/9u4Yiajj3Q97GVK1caJXkWBAHh4eHi8\/79+2PMmDE4ePAgLly4YFBbnTp1wuzZs2Fr\na9ukHnFBEJCWloZVq1YhJiam0e0QEVHrGTBgABYsWIALFy5gwYIFtSbR5u…

[W3C (2052332c)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAXwCAYAAAB7XHwkAAAABHNCSVQICAgIfAhkiAAAIABJREFU\neJzs3Xd0VNXaBvBnWiYzk95IQnohDQgoRXoLhCogglcRrl0REEE+LyAXFRAQKXItF1CxgPUqVSCA\nSAlIN0FCEhAIgfReSJmUOd8fIYeEtJlkUoDnt5bLmXP23ufNkJx5Z88uEgACiIiIiIhIL9LWDoCI\niIiI6F7CBJqIiIiIyABMoImIiIiIDMAEmoiIiIjIAEygiYiIiIgMwASaiIiIiMgATKCJiIiIiAzA\nBJqIiIiIyABMoImIiIiIDMAEmoiIiIjIAEygiYiIiIgMwASaiIiIiMgATKCJiIiIiAzABJqIiIiI\nyADy1g6AmpeZmRk++OAD+Pr6QiKRNLk9rVaL77//Hps3bzZCdERERE1nYmICQRBQWlra2qE0ikQi\ngVwuh0KhgFKphE6nQ2lpKUpKSlBWVtba4RlFQEAATExMahy/ePHiPfkzSgAIrR0ENQ9zc3P8+OOP\nUCqVRm97165dWLduHQTBsF8fqVQKc3PzWv+IDFF5o8zLyzM4BiIiajsCAwNx5coVlJSU1FnGysoK\ns2fPxrFjx3DgwIFq5+RyOVasWAGZTIb58+ejuLi4UXFIpVL06dMHAwYMgK+vL5ycnCCVSpGZmYlj\nx47hxx9/RFpaWqParo2JiQkcHBzg6OgIOzs7yGSyWstptVqkpqYiNTUV6enp9+R7nre3NzZs2FDr\nuWnTpuHvv/9u4Yiajj3Q97GVK1caJXkWBAHh4eHi8/79+2PMmDE4ePAgLly4YFBbnTp1wuzZs2Fr\na9ukHnFBEJCWloZVq1YhJiam0e0QEVHrGTBgABYsWIALFy5gwYIFtSbR5ubmWLNmDdzd3QGgWgIt\nl8uxdOlSdO3aFYIgIDg4GKdOnTI4ji5dumDOnDlo3759jXN2dnYYN24cRo8eje+++w5ff/21we1X\npVKp4O…

[HTTP] <-- GET /wd/hub/session/2052332c-3672-4d7d-83d6-cc5e8d5e16ba/screenshot 200 707 ms - 312662

[HTTP]

[HTTP] --> POST /wd/hub/session

[HTTP] {“desiredCapabilities”:{“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“noReset”:true,“newCommandTimeout”:300,“platformVersion”:“9”,“automationName”:“UiAutomator2”,“platformName”:“Android”,“deviceName”:“RF8M607PPHW”},“capabilities”:{“firstMatch”:[{“appium:appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appium:appPackage”:“com.recntrek.staging”,“appium:automationName”:“UiAutomator2”,“appium:deviceName”:“RF8M607PPHW”,“appium:newCommandTimeout”:300,“appium:noReset”:true,“platformName”:“android”,“appium:platformVersion”:“9”}]}}

[W3C] Calling AppiumDriver.createSession() with args: [{“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“noReset”:true,“newCommandTimeout”:300,“platformVersion”:“9”,“automationName”:“UiAutomator2”,“platformName”:“Android”,“deviceName”:“RF8M607PPHW”},null,{“firstMatch”:[{“appium:appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appium:appPackage”:“com.recntrek.staging”,“appium:automationName”:“UiAutomator2”,“appium:deviceName”:“RF8M607PPHW”,“appium:newCommandTimeout”:300,“appium:noReset”:true,“platformName”:“android”,“appium:platformVersion”:“9”}]}]

[BaseDriver] Event ‘newSessionRequested’ logged at 1574067640326 (11:00:40 GMT+0200 (IST))

[Appium] Appium v1.14.0 creating new AndroidUiautomator2Driver (v1.33.1) session

[Appium] Capabilities:

[Appium] platformName: android

[Appium] appActivity: com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl

[Appium] appPackage: com.recntrek.staging

[Appium] automationName: UiAutomator2

[Appium] deviceName: RF8M607PPHW

[Appium] newCommandTimeout: 300

[Appium] noReset: true

[Appium] platformVersion: 9

[BaseDriver] W3C capabilities {“alwaysMatch”:{"platformNa… and MJSONWP desired capabilities {“appActivity”:"com.recntre… were provided

[BaseDriver] Creating session with W3C capabilities: {“alwaysMatch”:{"platformNa…

[BaseDriver] Session created with session id: eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[ADB] Using ‘adb’ from ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb’

[AndroidDriver] Retrieving device list

[ADB] Trying to find a connected android device

[ADB] Getting connected devices…

[ADB] 1 device(s) connected

[AndroidDriver] Looking for a device with Android ‘9’

[ADB] Setting device id to RF8M607PPHW

[ADB] Getting device platform version

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell getprop ro.build.version.release’

[ADB] Current device property ‘ro.build.version.release’: 9

[AndroidDriver] Using device: RF8M607PPHW

[ADB] Using ‘adb’ from ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb’

[ADB] Setting device id to RF8M607PPHW

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell getprop ro.build.version.sdk’

[ADB] Current device property ‘ro.build.version.sdk’: 28

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell getprop ro.build.version.release’

[ADB] Current device property ‘ro.build.version.release’: 9

[ADB] Device API level: 28

[UiAutomator2] Relaxing hidden api policy

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings put global hidden_api_policy_pre_p_apps 1’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings put global hidden_api_policy_p_apps 1’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings put global hidden_api_policy 1’

[AndroidDriver] No app sent in, not parsing package/activity

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW wait-for-device’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell echo ping’

[AndroidDriver] Pushing settings apk to device…

[ADB] Getting install status for io.appium.settings

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys package io.appium.settings’

[ADB] ‘io.appium.settings’ is installed

[ADB] Getting package info for ‘io.appium.settings’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys package io.appium.settings’

[ADB] Using ‘aapt’ from ‘/Users/dvorah/Library/Android/sdk/build-tools/29.0.2/aapt’

[ADB] The version code of the installed ‘io.appium.settings’ is greater than the application version code (19 > 18)

[ADB] There is no need to install/upgrade ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk’

[ADB] Getting IDs of all ‘io.appium.settings’ processes

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell ‘pgrep --help; echo $?’’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell pgrep -f io\.appium\.settings’

[AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell appops set io.appium.settings android:mock_location allow’

[Logcat] Starting logcat capture

[ADB] Getting install status for io.appium.uiautomator2.server

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys package io.appium.uiautomator2.server’

[ADB] ‘io.appium.uiautomator2.server’ is installed

[ADB] Getting package info for ‘io.appium.uiautomator2.server’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys package io.appium.uiautomator2.server’

[ADB] The version name of the installed ‘io.appium.uiautomator2.server’ is greater or equal to the application version name (‘3.7.0’ >= ‘3.7.0’)

[UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled

[ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v3.7.0.apk

[ADB] Using ‘apksigner’ from ‘/Users/dvorah/Library/Android/sdk/build-tools/29.0.2/apksigner’

[ADB] Starting ‘/Users/dvorah/Library/Android/sdk/build-tools/29.0.2/apksigner’ with args ‘[“verify”,"–print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v3.7.0.apk"]’

[ADB] apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US

[ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc

[ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81

[ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87

[ADB]

[ADB] ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v3.7.0.apk’ is already signed.

[ADB] Getting install status for io.appium.uiautomator2.server.test

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys package io.appium.uiautomator2.server.test’

[ADB] ‘io.appium.uiautomator2.server.test’ is installed

[ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk

[ADB] Starting ‘/Users/dvorah/Library/Android/sdk/build-tools/29.0.2/apksigner’ with args ‘[“verify”,"–print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]’

[ADB] apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US

[ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc

[ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81

[ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87

[ADB]

[ADB] ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk’ is already signed.

[UiAutomator2] Server packages are not going to be (re)installed

[UiAutomator2] Waiting up to 30000ms for services to be available

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell pm list instrumentation’

[UiAutomator2] Instrumentation target ‘io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner’ is available

[UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8216

[ADB] Forwarding system: 8216 to device: 6790

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW forward tcp:8216 tcp:6790’

[UiAutomator2] No app capability. Assuming it is already on the device

[UiAutomator2] Performing shallow cleanup of automation leftovers

[UiAutomator2] The following obsolete sessions are still running: [“1e54687f-819c-4058-9e10-a5c0c5a546d1”]

[UiAutomator2] Cleaning up the obsolete sessions

[Instrumentation] .

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell am force-stop io.appium.uiautomator2.server.test’

[UiAutomator2] Starting UIAutomator2 server 3.7.0

[UiAutomator2] Using UIAutomator2 server from ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v3.7.0.apk’ and test from ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk’

[UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online…

[ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“RF8M607PPHW”,“shell”,“am”,“instrument”,"-w",“io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner”]

[Instrumentation] Time: 29.083

[Instrumentation]

[Instrumentation] OK (1 test)

[Instrumentation] The process has exited with code 0

[WD Proxy] Matched ‘/status’ to command name ‘getStatus’

[WD Proxy] Proxying [GET /status] to [GET http://localhost:8216/wd/hub/status] with no body

[WD Proxy] Got an unexpected response: {“code”:“ECONNRESET”}

[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:

[WD Proxy] Matched ‘/status’ to command name ‘getStatus’

[WD Proxy] Proxying [GET /status] to [GET http://localhost:8216/wd/hub/status] with no body

[WD Proxy] Got an unexpected response: {“code”:“ECONNRESET”}

[WD Proxy] Matched ‘/status’ to command name ‘getStatus’

[WD Proxy] Proxying [GET /status] to [GET http://localhost:8216/wd/hub/status] with no body

[WD Proxy] Got response with status 200: “{“sessionId”:“None”,“status”:0,“value”:“Status Invoked”}”

[WD Proxy] Determined that the downstream protocol for proxy is MJSONWP

[UiAutomator2] The initialization of the instrumentation process took 3746ms

[WD Proxy] Matched ‘/session’ to command name ‘createSession’

[WD Proxy] Proxying [POST /session] to [POST http://localhost:8216/wd/hub/session] with body: {“desiredCapabilities”:{“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”}}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“Created Session”}

[WD Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/appium/device/info] with no body

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“androidId”:“cf9d3568d19ac302”,“manufacturer”:“samsung”,“model”:“SM-A105F”,“brand”:“samsung”,“apiVersion”:“28”,“platformVersion”:“9”,“carrierName”:“Cellcom”,“realDisplaySize”:“720x1520”,“displayDensity”:280,“networks”:[{“type”:13,“typeName”:“WIFI_P2P”,“subtype”:0,“subtypeName”:”",“isConnected”:false,“detailedState”:“IDLE”,“state”:“UNKNOWN”,“extraInfo”:null,“isAvailable”:true,“isFailover”:false,“isRoaming”:false,“capabilities”:{“transportTypes”:“NET_CAPABILITY_SUPL”,“networkCapabilities”:"",“linkUpstreamBandwidthKbps”:1048576,“linkDownBandwidthKbps”:1048576,“signalStrength”:-2147483648,“networkSpecifier”:null,“SSID”:null}},{“type”:1,“typeName”:“WIFI”,“subtype”:0,“subtypeName”:"",“isConnected”:true,“detailedState”:“CONNECTED”,“state”:“CONNECTED”,“extraInfo”:null,“isAvailable”:true,“isFailover”:false,“isRoaming”:fal…

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell dumpsys window’

[AndroidDriver] Screen already unlocked, doing nothing

[UiAutomator2] UiAutomator2 did not start the activity we were waiting for, ‘com.recntrek.staging/com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl’. Starting it ourselves

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell am start -W -n com.recntrek.staging/com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl -S’

[WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/appium/device/pixel_ratio] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:1.75}”

[WD Proxy] Matched ‘/appium/device/system_bars’ to command name ‘getSystemBars’

[WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/appium/device/system_bars] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“statusBar”:54}}”

[WD Proxy] Matched ‘/window/current/size’ to command name ‘getWindowSize’

[WD Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/window/current/size] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“height”:1382,“width”:720}}”

[Appium] New AndroidUiautomator2Driver session created successfully, session eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 added to master session list

[BaseDriver] Event ‘newSessionStarted’ logged at 1574067655675 (11:00:55 GMT+0200 (IST))

[W3C (eeecf58b)] Cached the protocol value ‘W3C’ for the new session eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[W3C (eeecf58b)] Responding to client with driver.createSession() result: {“capabilities”:{“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}}

[HTTP] <-- POST /wd/hub/session 200 15351 ms - 1060

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 93 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 97 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/timeouts

[HTTP] {“implicit”:3000}

[W3C (eeecf58b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] W3C timeout argument: {“implicit”:3000}}

[BaseDriver] Set implicit wait to 3000ms

[W3C (eeecf58b)] Responding to client with driver.timeouts() result: null

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/timeouts 200 3 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 101 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 89 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 148 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“xpath”,“value”:"//android.widget.TextView[@text=‘Welcome aboard’]"}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“xpath”,"//android.widget.TextView[@text=‘Welcome aboard’]",“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“xpath”,“selector”:"//android.widget.TextView[@text=‘Welcome aboard’]",“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 2787 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“xpath”,“selector”:"//android.widget.TextView[@text=‘Welcome aboard’]",“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[W3C (eeecf58b)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.

[W3C (eeecf58b)] at AndroidUiautomator2Driver.findElOrEls (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 404 5205 ms - 420

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 101 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 60 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 61 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/centerMap”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/centerMap”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/centerMap”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“9e18a3d0-5d65-4f89-80ae-69adf4b03a67”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“9e18a3d0-5d65-4f89-80ae-69adf4b03a67”,“ELEMENT”:“9e18a3d0-5d65-4f89-80ae-69adf4b03a67”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 838 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/9e18a3d0-5d65-4f89-80ae-69adf4b03a67/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“9e18a3d0-5d65-4f89-80ae-69adf4b03a67”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/9e18a3d0-5d65-4f89-80ae-69adf4b03a67/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/9e18a3d0-5d65-4f89-80ae-69adf4b03a67/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/9e18a3d0-5d65-4f89-80ae-69adf4b03a67/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/9e18a3d0-5d65-4f89-80ae-69adf4b03a67/displayed 200 896 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 99 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/mainBottombarProfileIv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/mainBottombarProfileIv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/mainBottombarProfileIv”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“46fc86ca-92ed-40b8-b256-ea1821dce598”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“46fc86ca-92ed-40b8-b256-ea1821dce598”,“ELEMENT”:“46fc86ca-92ed-40b8-b256-ea1821dce598”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 246 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/46fc86ca-92ed-40b8-b256-ea1821dce598/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“46fc86ca-92ed-40b8-b256-ea1821dce598”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/46fc86ca-92ed-40b8-b256-ea1821dce598/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/46fc86ca-92ed-40b8-b256-ea1821dce598/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/46fc86ca-92ed-40b8-b256-ea1821dce598/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/46fc86ca-92ed-40b8-b256-ea1821dce598/displayed 200 562 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 104 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/mainBottombarProfileIv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/mainBottombarProfileIv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/mainBottombarProfileIv”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“3d393ba5-591e-4b47-a9a1-75d84e027c21”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“3d393ba5-591e-4b47-a9a1-75d84e027c21”,“ELEMENT”:“3d393ba5-591e-4b47-a9a1-75d84e027c21”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 295 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/3d393ba5-591e-4b47-a9a1-75d84e027c21/enabled

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementEnabled() with args: [“3d393ba5-591e-4b47-a9a1-75d84e027c21”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/3d393ba5-591e-4b47-a9a1-75d84e027c21/attribute/enabled’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/3d393ba5-591e-4b47-a9a1-75d84e027c21/attribute/enabled] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/3d393ba5-591e-4b47-a9a1-75d84e027c21/attribute/enabled] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementEnabled() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/3d393ba5-591e-4b47-a9a1-75d84e027c21/enabled 200 548 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 103 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/mainBottombarProfileIv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/mainBottombarProfileIv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/mainBottombarProfileIv”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“603ff63c-ee29-4f97-ba91-1edfa919ea3d”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“603ff63c-ee29-4f97-ba91-1edfa919ea3d”,“ELEMENT”:“603ff63c-ee29-4f97-ba91-1edfa919ea3d”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 256 ms - 137

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/603ff63c-ee29-4f97-ba91-1edfa919ea3d/click

[HTTP] {“id”:“603ff63c-ee29-4f97-ba91-1edfa919ea3d”}

[W3C (eeecf58b)] Calling AppiumDriver.click() with args: [“603ff63c-ee29-4f97-ba91-1edfa919ea3d”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/603ff63c-ee29-4f97-ba91-1edfa919ea3d/click’ to command name ‘click’

[WD Proxy] Proxying [POST /element/603ff63c-ee29-4f97-ba91-1edfa919ea3d/click] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/603ff63c-ee29-4f97-ba91-1edfa919ea3d/click] with body: {“element”:“603ff63c-ee29-4f97-ba91-1edfa919ea3d”}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:true}

[W3C (eeecf58b)] Responding to client with driver.click() result: true

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/603ff63c-ee29-4f97-ba91-1edfa919ea3d/click 200 553 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 95 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 49 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 52 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/settingsButton”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/settingsButton”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/settingsButton”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“8645e4c8-927c-4339-bccf-bac7d53feb7d”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“8645e4c8-927c-4339-bccf-bac7d53feb7d”,“ELEMENT”:“8645e4c8-927c-4339-bccf-bac7d53feb7d”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 549 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/8645e4c8-927c-4339-bccf-bac7d53feb7d/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“8645e4c8-927c-4339-bccf-bac7d53feb7d”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/8645e4c8-927c-4339-bccf-bac7d53feb7d/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/8645e4c8-927c-4339-bccf-bac7d53feb7d/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/8645e4c8-927c-4339-bccf-bac7d53feb7d/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/8645e4c8-927c-4339-bccf-bac7d53feb7d/displayed 200 1149 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 48 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/settingsButton”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/settingsButton”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/settingsButton”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“988266b0-0777-47a8-97bf-da9b1de3e807”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“988266b0-0777-47a8-97bf-da9b1de3e807”,“ELEMENT”:“988266b0-0777-47a8-97bf-da9b1de3e807”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 96 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/988266b0-0777-47a8-97bf-da9b1de3e807/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“988266b0-0777-47a8-97bf-da9b1de3e807”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/988266b0-0777-47a8-97bf-da9b1de3e807/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/988266b0-0777-47a8-97bf-da9b1de3e807/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/988266b0-0777-47a8-97bf-da9b1de3e807/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/988266b0-0777-47a8-97bf-da9b1de3e807/displayed 200 54 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 44 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/settingsButton”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/settingsButton”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/settingsButton”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“5702fe39-6d7b-42be-856b-4106da5ea3b8”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“5702fe39-6d7b-42be-856b-4106da5ea3b8”,“ELEMENT”:“5702fe39-6d7b-42be-856b-4106da5ea3b8”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 96 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/5702fe39-6d7b-42be-856b-4106da5ea3b8/enabled

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementEnabled() with args: [“5702fe39-6d7b-42be-856b-4106da5ea3b8”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/5702fe39-6d7b-42be-856b-4106da5ea3b8/attribute/enabled’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/5702fe39-6d7b-42be-856b-4106da5ea3b8/attribute/enabled] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/5702fe39-6d7b-42be-856b-4106da5ea3b8/attribute/enabled] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementEnabled() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/5702fe39-6d7b-42be-856b-4106da5ea3b8/enabled 200 107 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 139 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/settingsButton”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/settingsButton”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/settingsButton”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“546e2478-28ff-46b7-aca5-9cd777945ace”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“546e2478-28ff-46b7-aca5-9cd777945ace”,“ELEMENT”:“546e2478-28ff-46b7-aca5-9cd777945ace”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 795 ms - 137

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/546e2478-28ff-46b7-aca5-9cd777945ace/click

[HTTP] {“id”:“546e2478-28ff-46b7-aca5-9cd777945ace”}

[W3C (eeecf58b)] Calling AppiumDriver.click() with args: [“546e2478-28ff-46b7-aca5-9cd777945ace”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/546e2478-28ff-46b7-aca5-9cd777945ace/click’ to command name ‘click’

[WD Proxy] Proxying [POST /element/546e2478-28ff-46b7-aca5-9cd777945ace/click] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/546e2478-28ff-46b7-aca5-9cd777945ace/click] with body: {“element”:“546e2478-28ff-46b7-aca5-9cd777945ace”}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:true}

[W3C (eeecf58b)] Responding to client with driver.click() result: true

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/546e2478-28ff-46b7-aca5-9cd777945ace/click 200 2105 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 91 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 49 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 48 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/vsSetting”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/vsSetting”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/vsSetting”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“7e527d8e-bb70-41c9-a625-7d1797e6d8aa”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“7e527d8e-bb70-41c9-a625-7d1797e6d8aa”,“ELEMENT”:“7e527d8e-bb70-41c9-a625-7d1797e6d8aa”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 394 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/7e527d8e-bb70-41c9-a625-7d1797e6d8aa/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“7e527d8e-bb70-41c9-a625-7d1797e6d8aa”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/7e527d8e-bb70-41c9-a625-7d1797e6d8aa/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/7e527d8e-bb70-41c9-a625-7d1797e6d8aa/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/7e527d8e-bb70-41c9-a625-7d1797e6d8aa/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/7e527d8e-bb70-41c9-a625-7d1797e6d8aa/displayed 200 495 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 49 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 51 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 49 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/vsSetting”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/vsSetting”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/vsSetting”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“475fbac1-0be3-4543-b98d-1dec0b4dd5ab”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“475fbac1-0be3-4543-b98d-1dec0b4dd5ab”,“ELEMENT”:“475fbac1-0be3-4543-b98d-1dec0b4dd5ab”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 152 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/475fbac1-0be3-4543-b98d-1dec0b4dd5ab/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“475fbac1-0be3-4543-b98d-1dec0b4dd5ab”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/475fbac1-0be3-4543-b98d-1dec0b4dd5ab/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/475fbac1-0be3-4543-b98d-1dec0b4dd5ab/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/475fbac1-0be3-4543-b98d-1dec0b4dd5ab/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/475fbac1-0be3-4543-b98d-1dec0b4dd5ab/displayed 200 91 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 46 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/tvLogOut”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/tvLogOut”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/tvLogOut”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“ac5bd5d9-06b9-4930-8339-12ebfe070f98”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“ac5bd5d9-06b9-4930-8339-12ebfe070f98”,“ELEMENT”:“ac5bd5d9-06b9-4930-8339-12ebfe070f98”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 97 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/ac5bd5d9-06b9-4930-8339-12ebfe070f98/displayed

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementDisplayed() with args: [“ac5bd5d9-06b9-4930-8339-12ebfe070f98”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/ac5bd5d9-06b9-4930-8339-12ebfe070f98/attribute/displayed’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/ac5bd5d9-06b9-4930-8339-12ebfe070f98/attribute/displayed] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/ac5bd5d9-06b9-4930-8339-12ebfe070f98/attribute/displayed] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementDisplayed() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/ac5bd5d9-06b9-4930-8339-12ebfe070f98/displayed 200 52 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 92 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/tvLogOut”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/tvLogOut”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/tvLogOut”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“418fd734-e617-464f-b6e8-21d82a9da4a4”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“418fd734-e617-464f-b6e8-21d82a9da4a4”,“ELEMENT”:“418fd734-e617-464f-b6e8-21d82a9da4a4”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 95 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/418fd734-e617-464f-b6e8-21d82a9da4a4/enabled

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.elementEnabled() with args: [“418fd734-e617-464f-b6e8-21d82a9da4a4”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/418fd734-e617-464f-b6e8-21d82a9da4a4/attribute/enabled’ to command name ‘getAttribute’

[WD Proxy] Proxying [GET /element/418fd734-e617-464f-b6e8-21d82a9da4a4/attribute/enabled] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/418fd734-e617-464f-b6e8-21d82a9da4a4/attribute/enabled] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“true”}”

[W3C (eeecf58b)] Responding to client with driver.elementEnabled() result: true

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/418fd734-e617-464f-b6e8-21d82a9da4a4/enabled 200 51 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 46 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/tvLogOut”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/tvLogOut”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/tvLogOut”,“context”:"",“multiple”:false}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{“ELEMENT”:“ef8de15c-c8e7-428c-a25b-54ddc8632595”}}

[W3C (eeecf58b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“ef8de15c-c8e7-428c-a25b-54ddc8632595”,“ELEMENT”:“ef8de15c-c8e7-428c-a25b-54ddc8632595”}

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 200 100 ms - 137

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/ef8de15c-c8e7-428c-a25b-54ddc8632595/click

[HTTP] {“id”:“ef8de15c-c8e7-428c-a25b-54ddc8632595”}

[W3C (eeecf58b)] Calling AppiumDriver.click() with args: [“ef8de15c-c8e7-428c-a25b-54ddc8632595”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/element/ef8de15c-c8e7-428c-a25b-54ddc8632595/click’ to command name ‘click’

[WD Proxy] Proxying [POST /element/ef8de15c-c8e7-428c-a25b-54ddc8632595/click] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element/ef8de15c-c8e7-428c-a25b-54ddc8632595/click] with body: {“element”:“ef8de15c-c8e7-428c-a25b-54ddc8632595”}

[WD Proxy] Got response with status 200: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:true}

[W3C (eeecf58b)] Responding to client with driver.click() result: true

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element/ef8de15c-c8e7-428c-a25b-54ddc8632595/click 200 144 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 48 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/letsTravelTv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/letsTravelTv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 645 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 1296 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 2047 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[W3C (eeecf58b)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.

[W3C (eeecf58b)] at AndroidUiautomator2Driver.findElOrEls (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 404 3304 ms - 420

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 60 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/letsTravelTv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/letsTravelTv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 139 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 890 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 1889 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 2537 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[W3C (eeecf58b)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.

[W3C (eeecf58b)] at AndroidUiautomator2Driver.findElOrEls (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 404 3337 ms - 420

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 49 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 47 ms - 992

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[UiAutomator2] Getting session details from server to mix in

[WD Proxy] Matched ‘/’ to command name ‘getSession’

[WD Proxy] Proxying [GET /] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with body: {}

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:{}}”

[W3C (eeecf58b)] Responding to client with driver.getSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”},“platformName”:“android”,“appActivity”:“com.recntrek.activities.onboarding.ActivityOnBoardingViewImpl”,“appPackage”:“com.recntrek.staging”,“automationName”:“UiAutomator2”,“deviceName”:“RF8M607PPHW”,“newCommandTimeout”:300,“noReset”:true,“platformVersion”:“9”,“deviceUDID”:“RF8M607PPHW”,“deviceApiLevel”:28,“deviceScreenSize”:“720x1520”,“deviceScreenDensity”:280,“deviceModel”:“SM-A105F”,“deviceManufacturer”:“samsung”,“pixelRatio”:1.75,“statBarHeight”:54,“viewportRect”:{“left”:0,“top”:54,“width”:720,“height”:1328}}

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 44 ms - 992

[HTTP]

[HTTP] --> POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element

[HTTP] {“using”:“id”,“value”:“com.recntrek.staging:id/letsTravelTv”}

[W3C (eeecf58b)] Calling AppiumDriver.findElement() with args: [“id”,“com.recntrek.staging:id/letsTravelTv”,“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

[BaseDriver] Waiting up to 3000 ms for condition

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 95 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 895 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 1507 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 2247 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[BaseDriver] Waited for 2995 ms so far

[WD Proxy] Matched ‘/element’ to command name ‘findElement’

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/element] with body: {“strategy”:“id”,“selector”:“com.recntrek.staging:id/letsTravelTv”,“context”:"",“multiple”:false}

[WD Proxy] Got an unexpected response: {“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:7,“value”:“An element could not be located on the page using the given search parameters.”}

[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError

[W3C (eeecf58b)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.

[W3C (eeecf58b)] at AndroidUiautomator2Driver.findElOrEls (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)

[HTTP] <-- POST /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/element 404 3597 ms - 420

[HTTP]

[HTTP] --> GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/screenshot

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.getScreenshot() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[WD Proxy] Matched ‘/screenshot’ to command name ‘getScreenshot’

[WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51/screenshot] with no body

[WD Proxy] Got response with status 200: "{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:"iVBORw0KGgoAAAANSUhEUgAAAtAAAAXwCAYAAAB7XHwkAAAABHNCSVQICAgIfAhkiAAAIABJREFU\neJzs3Xd4k2XbBvAzq2nTvfekpdDBLsjebYGyZKggKI5XAXEgKqAvICACshRExA2o6PcCFWUJFQRZ\nAjIKLaNQCoXuvUfyfH\/UPjZ0pistnr\/j4DB55hWk6Zk795AAEEBERERERHUi1XcBREREREStCQM0\nEREREZEOGKCJiIiIiHTAAE1EREREpAMGaCIiIiIiHTBAExERERHpgAGaiIiIiEgHDNBERERERDpg\ngCYiIiIi0gEDNBERERGRDhigiYiIiIh0wABNRERERKQDBmgiIiIiIh0wQBMRERER6UCu7wKoaZmY\nmOCDDz6Aj48PJBJJg69XVFSE77\/\/Hlu3bm2E6oiIiBrOwMAAgiCgpKRE36XUi0QigYmJCczMzGBh\nYYGSkhJkZ2cjOzsb+fn5+i6vUbRv3x4GBgaVtl+5cgWlpaV6qKhhJAAEfRdBTcPU1BQ\/\/PADlEpl\no1\/7559\/xocffghB0O2fj1QqhampaZU\/RLoof6PMzs7WuQYiImo5\/Pz8EBMTg+Li4mqPsbCwwGuv\nvYY\/\/vgDBw8e1Nonl8uxfPlyyGQyzJs3D4WFhfWqQyqVonfv3ujfvz98fHzg6OgIqVSKtLQ0\/PHH\nH\/jhhx+QnJxcr2tXxdzcHD179kTv3r3RrVs3KBQKABAbu8p\/t2VmZuLkyZM4fvw4zp492yrDZps2\nbfDpp59WuW\/69Om4ceNGM1fUcGyBfoitXLmyUcKzIAg4duyY+Lxfv34YOXIkIiIiEBkZqdO1AgMD\n8dprr8Ha2rpBLeKCICA5ORmrVq1CdHR0va9DRE…

[W3C (eeecf58b)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAXwCAYAAAB7XHwkAAAABHNCSVQICAgIfAhkiAAAIABJREFU\neJzs3Xd4k2XbBvAzq2nTvfekpdDBLsjebYGyZKggKI5XAXEgKqAvICACshRExA2o6PcCFWUJFQRZ\nAjIKLaNQCoXuvUfyfH/UPjZ0pistnr/j4DB55hWk6Zk795AAEEBERERERHUi1XcBREREREStCQM0\nEREREZEOGKCJiIiIiHTAAE1EREREpAMGaCIiIiIiHTBAExERERHpgAGaiIiIiEgHDNBERERERDpg\ngCYiIiIi0gEDNBERERGRDhigiYiIiIh0wABNRERERKQDBmgiIiIiIh0wQBMRERER6UCu7wKoaZmY\nmOCDDz6Aj48PJBJJg69XVFSE77//Hlu3bm2E6oiIiBrOwMAAgiCgpKRE36XUi0QigYmJCczMzGBh\nYYGSkhJkZ2cjOzsb+fn5+i6vUbRv3x4GBgaVtl+5cgWlpaV6qKhhJAAEfRdBTcPU1BQ//PADlEpl\no1/7559/xocffghB0O2fj1QqhampaZU/RLoof6PMzs7WuQYiImo5/Pz8EBMTg+Li4mqPsbCwwGuv\nvYY//vgDBw8e1Nonl8uxfPlyyGQyzJs3D4WFhfWqQyqVonfv3ujfvz98fHzg6OgIqVSKtLQ0/PHH\nH/jhhx+QnJxcr2tXxdzcHD179kTv3r3RrVs3KBQKABAbu8p/t2VmZuLkyZM4fvw4zp492yrDZps2\nbfDpp59WuW/69Om4ceNGM1fUcGyBfoitXLmyUcKzIAg4duyY+Lxfv34YOXIkIiIiEBkZqdO1AgMD\n8dprr8Ha2rpBLeKCICA5ORmrVq1CdHR0va9DRET6079/f8yfPx+RkZGYP39+lSHa1NQUa9asgbu7\nOwBoBWi5XI6lS5eic+fOEAQBHTt2xOnTp3Wuo1OnTpg9ezacnZ0r7bOxscGYMWMQFhaG7777Dt98\n843O16…

[HTTP] <-- GET /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5/screenshot 200 597 ms - 102660

[HTTP]

[HTTP] --> DELETE /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5

[HTTP] {}

[W3C (eeecf58b)] Calling AppiumDriver.deleteSession() with args: [“eeecf58b-d6f1-46d5-a721-e41ebe5d01c5”]

[BaseDriver] Event ‘quitSessionRequested’ logged at 1574067685824 (11:01:25 GMT+0200 (IST))

[Appium] Removing session eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 from our master session list

[UiAutomator2] Deleting UiAutomator2 session

[UiAutomator2] Deleting UiAutomator2 server session

[WD Proxy] Matched ‘/’ to command name ‘deleteSession’

[WD Proxy] Proxying [DELETE /] to [DELETE http://localhost:8216/wd/hub/session/7b523c2c-e85d-4698-812a-465ea1953c51] with no body

[WD Proxy] Got response with status 200: “{“sessionId”:“7b523c2c-e85d-4698-812a-465ea1953c51”,“status”:0,“value”:“Session deleted”}”

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell am force-stop com.recntrek.staging’

[Logcat] Stopping logcat capture

[ADB] Removing forwarded port socket connection: 8216

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW forward --remove tcp:8216’

[UiAutomator2] Restoring hidden api policy to the device default configuration

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_pre_p_apps’

[Instrumentation] .

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_p_apps’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy’

[Instrumentation] Time: 39.077

[Instrumentation]

[Instrumentation] OK (1 test)

[BaseDriver] Event ‘quitSessionFinished’ logged at 1574067686875 (11:01:26 GMT+0200 (IST))

[W3C (eeecf58b)] Received response: null

[W3C (eeecf58b)] But deleting session, so not returning

[W3C (eeecf58b)] Responding to client with driver.deleteSession() result: null

[HTTP] <-- DELETE /wd/hub/session/eeecf58b-d6f1-46d5-a721-e41ebe5d01c5 200 1052 ms - 14

[HTTP]

[Instrumentation] The process has exited with code 0

[BaseDriver] Shutting down because we waited 300 seconds for a command

[UiAutomator2] Deleting UiAutomator2 session

[Appium] Closing session, cause was ‘New Command Timeout of 300 seconds expired. Try customizing the timeout using the ‘newCommandTimeout’ desired capability’

[Appium] Removing session 9e56c3a5-d179-414d-a656-570632621e72 from our master session list

[UiAutomator2] Deleting UiAutomator2 server session

[WD Proxy] Matched ‘/’ to command name ‘deleteSession’

[WD Proxy] Proxying [DELETE /] to [DELETE http://localhost:8210/wd/hub/session/d9bef251-ab4d-4475-a18e-fb13c677dd35] with no body

[WD Proxy] Got an unexpected response: {“code”:“ECONNRESET”}

[UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell am force-stop com.recntrek.staging’

[Logcat] Stopping logcat capture

[ADB] Removing forwarded port socket connection: 8210

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW forward --remove tcp:8210’

[UiAutomator2] Restoring hidden api policy to the device default configuration

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_pre_p_apps’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_p_apps’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy’

[BaseDriver] Shutting down because we waited 300 seconds for a command

[UiAutomator2] Deleting UiAutomator2 session

[Appium] Closing session, cause was ‘New Command Timeout of 300 seconds expired. Try customizing the timeout using the ‘newCommandTimeout’ desired capability’

[Appium] Removing session 2052332c-3672-4d7d-83d6-cc5e8d5e16ba from our master session list

[UiAutomator2] Deleting UiAutomator2 server session

[WD Proxy] Matched ‘/’ to command name ‘deleteSession’

[WD Proxy] Proxying [DELETE /] to [DELETE http://localhost:8211/wd/hub/session/1e54687f-819c-4058-9e10-a5c0c5a546d1] with no body

[WD Proxy] Got an unexpected response: {“code”:“ECONNRESET”}

[UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell am force-stop com.recntrek.staging’

[Logcat] Stopping logcat capture

[ADB] Removing forwarded port socket connection: 8211

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW forward --remove tcp:8211’

[UiAutomator2] Restoring hidden api policy to the device default configuration

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_pre_p_apps’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy_p_apps’

[ADB] Running ‘/Users/dvorah/Library/Android/sdk/platform-tools/adb -P 5037 -s RF8M607PPHW shell settings delete global hidden_api_policy’

It looks like there are some long waits in the client code, so the server quits due to timeout. Also, make sure you use the most recent version of the server

1 Like

@Dvorah_Chabbat also according to logs test completing that element NOT found -> getting screenshot -> driver quit -> nothing for 300 sec -> appium server stopped.

1 Like

Hello @mykola-mokhnach,
Thanks a lot!
I made a fix in my code and it seems to be working. Still, do you confirm that we should always get the final version of Appium? I am reading in some places that sometimes we should downgrade versions…it is kind of confusion.
Thanks a lot!
Dvorah

Hello @Aleksei,
Thanks a lot! Yes it was an issue in my code.
Thanks
dvorah

We are doing our best to fix all known issues in the recent versions. They perform usually much faster than older ones and support the newest mobile platforms. In case one finds bugs there then consider switching to beta to get the most recent bugfixes.

There must be a very major reason to not use the most recent server version

1 Like