Problem with test execution order using page factory

i am trying to implement testing using page factory in aws device farm. i am having a problem with with test execution order. whether i go with the priority or mentioning in the testng.xml file its not happening according to order specified. could please some one go through the code and send a fix. that would be really helpful

Please check the code in

Hi Ravi_Kiran

I have gone through your code and found the cause. Here is my suggestions to resolve this issue:

  1. Either you make filtercheck() Test method as priority 3 instead of "@Test(dependsOnMethods = “Go”)"
  2. Or just remove parameters(i.e Priority and dependsOnMethods) from all the “@Test” methods.

Try any one of the above suggestion and execute your Framework and check.

Hope this resolves your issue.

Regards,
@Abdul_Sathar_Beigh

@Abdul_Sathar_Beigh Thank you for your response. i tried doing that its till the same. filtercheck is executing first and after that registration. where as it has to happen vice versa

Hi Ravi,
Have you tried above suggestions?
Can you attach the screenshot of Test methods, testng.xml and the output.?

Regards,
@Abdul_Sathar_Beigh

@Abdul_Sathar_Beigh
want to know one thing. if we specify a multiple class in testng.xml. in what order test execution happens without giving any priority or depends on methods. thank you for your help i am quite new to appium

@Abdul_Sathar_Beigh

This is the appium output what i got

e[36minfoe[39m: [debug] Pushing command to appium work queue: [“pressBack”]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“pressBack”,“params”:{}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: pressBack
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/appium/device/hide_keyboard e[39me[32m200e[39me[90m 199.473 ms - 76e[39m e[90m{“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.452 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 6.481 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“id”,“value”:“com.fropcorn.www:id/mobile”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.fropcorn.www:id/mobile”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.fropcorn.www:id/mobile”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding com.fropcorn.www:id/mobile using ID with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[RESOURCE_ID=com.fropcorn.www:id/mobile]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[RESOURCE_ID=com.fropcorn.www:id/mobile]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.fropcorn.www:id/mobile]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (1)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=1, RESOURCE_ID=com.fropcorn.www:id/mobile]
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“2”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 583.179 ms - 89e[39m e[90m{“status”:0,“value”:[{“ELEMENT”:“2”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 2.510 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/2/valuee[39m e[90m{“id”:“2”,“value”:[“9550205474”]}e[39m
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“element:setText”,{“elementId”:“2”,“text”:“9550205474”,“replace”:false}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[{“ELEMENT”:“2”}]}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“2”,“text”:“9550205474”,“replace”:false}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: setText
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using element passed in.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Attempting to clear using UiObject.clearText().
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Sending plain text to element: 9550205474
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/2/value e[39me[32m200e[39me[90m 4733.671 ms - 76e[39m e[90m{“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 2.733 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.150 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“id”,“value”:“com.fropcorn.www:id/email”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.fropcorn.www:id/email”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.fropcorn.www:id/email”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding com.fropcorn.www:id/email using ID with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[RESOURCE_ID=com.fropcorn.www:id/email]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[RESOURCE_ID=com.fropcorn.www:id/email]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.fropcorn.www:id/email]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (1)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=1, RESOURCE_ID=com.fropcorn.www:id/email]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[{“ELEMENT”:“3”}]}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“3”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 516.018 ms - 89e[39m e[90m{“status”:0,“value”:[{“ELEMENT”:“3”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.218 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/3/valuee[39m e[90m{“id”:“3”,“value”:[“[email protected]”]}e[39m
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“element:setText”,{“elementId”:“3”,“text”:“[email protected]”,“replace”:false}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“3”,“text”:“[email protected]”,“replace”:false}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: setText
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using element passed in.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Attempting to clear using UiObject.clearText().
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Sending plain text to element: [email protected]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/3/value e[39me[32m200e[39me[90m 4903.204 ms - 76e[39m e[90m{“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
Sleeping test go
wake test go
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.324 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.977 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“id”,“value”:“com.fropcorn.www:id/submit”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.fropcorn.www:id/submit”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.fropcorn.www:id/submit”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding com.fropcorn.www:id/submit using ID with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[RESOURCE_ID=com.fropcorn.www:id/submit]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[RESOURCE_ID=com.fropcorn.www:id/submit]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.fropcorn.www:id/submit]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (1)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[INSTANCE=1, RESOURCE_ID=com.fropcorn.www:id/submit]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[{“ELEMENT”:“4”}]}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“4”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 42.913 ms - 89e[39m e[90m{“status”:0,“value”:[{“ELEMENT”:“4”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.076 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/4/clicke[39m e[90m{“id”:“4”}e[39m
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“4”}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“4”}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: click
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/4/click e[39me[32m200e[39me[90m 1426.953 ms - 76e[39m e[90m{“status”:0,“value”:true,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
wake go
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.808 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.793 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“xpath”,“value”:"//android.widget.Button"}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:"//android.widget.Button",“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:"//android.widget.Button",“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding //android.widget.Button using XPATH with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.Button, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.Button, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Selector ends with instance.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[{“ELEMENT”:“5”}]}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“5”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 125.928 ms - 89e[39m e[90m{“status”:0,“value”:[{“ELEMENT”:“5”}],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 2.759 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/5/texte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“element:getText”,{“elementId”:“5”}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getText”,“params”:{“elementId”:“5”}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: getText
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:“GO”}
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“GO”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/element/5/text e[39me[32m200e[39me[90m 11.243 ms - 76e[39m e[90m{“status”:0,“value”:“GO”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
Registration Sucessfull
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 6.332 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 1.628 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 30ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 33.098 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 3.211 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 47ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 49.482 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 4.794 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] [APPIUM-UIAUTO] [debug] Using: UiSelector[CLASS=ae[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] ndroid.widget.ImageButton][/APPIUM-UIAUTO]e[39m
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 65ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 66.910 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 3.619 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] Condition unmet after 43ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 44.931 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 6.363 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 55ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 57.964 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.454 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 38ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 40.767 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.628 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 97ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 99.793 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.440 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 38ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 40.113 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 1.576 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 67ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 70.616 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 1.736 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 127ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 129.367 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 1.985 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/screenshote[39m e[90m{}e[39m
e[36minfoe[39m: [debug] executing cmd: “C:\Program Files\Android\android-sdk\platform-tools\adb.exe” -s 03829155439cb1e8 shell “/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
e[36minfoe[39m: [debug] executing cmd: “C:\Program Files\Android\android-sdk\platform-tools\adb.exe” -s 03829155439cb1e8 pull /data/local/tmp/screenshot.png “C:\Users\FC\AppData\Local\Temp\appium11618-5648-fgn4xm.png”
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsnXmcnUWV939V9dzb3enupDt7OhtLSBD1FSWCKDKgjiuL24CI67CIy7wGncCAAsqggIg4zIsgIiMuo+M44qCIM+Ag4IgiYXBAIEBYsnRC9vSS7r73eareP6pOPfU89ybp7nT3vbc5388HhdvPcqrq1DmnTi2PeOQVrzBgGIZhGIZhGIZhGIZpYGStBWAYhmEYhmEYhmEYhtlfOMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wMAzDMAzDMAzDMAzT8HCCg2EYhmEYhmEYhmGYhocTHAzDMAzDMAzDMAzDNDyc4GAYhmEYhmEYhmEYpuHhBAfDMAzDMAzDMAzDMA0PJzgYhmEYhmEYhmEYhml4OMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wTCLU1KloP+44FObM2e9nFWbPHrNnMQzDMAzDMAzDMMx4wwmOSUTHO96BxV/7Gjrf+U5AiNE/SAj/rFlnnTV2AjIMwzAMwzAMwzDMOBHVWgBm7Eh27QKkRPOyZRDFIszQ0KieI4pFTDn8cEBK6L6+MZaSaTRkayui6dPtfwgBGFNxTbx9O3R//wRLxjAMwzDMixURRZCtrQCAqKNjj9fFO3cCAHR/P0wcT4hsjUDzsmUYXL26pjIUFy6Eam8f8X3lzZuR7NgBkyTjIBXT6HCCYxLR/9BDAIDmJUsgm5qQjDLBIQsFNC9dap+5atWYycc0HsVFi9B1/vloO/poQFZf8GW0Ru+992LTV76CUnf3BEvIMAzDMC8eil1dmHLEESjOn4/mZcsyg8OktxeDq1ejtGEDdq9aNal8sogiqI4OqGnToFpbIdvbIaLhDWOKwb+bOIbu7UXS349k1y4kO3e+KJMenSedhI6TT8azZ5xRUzlUezuiWbNGfF/S12cn…”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/screenshot e[39me[32m200e[39me[90m 2637.332 ms - 943082e[39m e[90m{“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsnXmcnUWV939V9dzb3enupDt7OhtLSBD1FSWCKDKgjiuL24CI67CIy7wGncCAAsqggIg4zIsgIiMuo+M44qCIM+Ag4IgiYXBAIEBYsnRC9vSS7r73eareP6pOPfU89ybp7nT3vbc5388HhdvPcqrq1DmnTi2PeOQVrzBgGIZhGIZhGIZhGIZpYGStBWAYhmEYhmEYhmEYhtlfOMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wMAzDMAzDMAzDMAzT8HCCg2EYhmEYhmEYhmGYhocTHAzDMAzDMAzDMAzDNDyc4GAYhmEYhmEYhmEYpuHhBAfDMAzDMAzDMAzDMA0PJzgYhmEYhmEYhmEYhml4OMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wTCLU1KloP+44FObM2e9nFWbPHrNnMQzDMAzDMAzDMMx4wwmOSUTHO96BxV/7Gjrf+U5AiNE/SAj/rFlnnTV2AjIMwzAMwzAMwzDMOBHVWgBm7Eh27QKkRPOyZRDFIszQ0KieI4pFTDn8cEBK6L6+MZaSaTRkayui6dPtfwgBGFNxTbx9O3R//wRLxjAMwzDMixURRZCtrQCAqKNjj9fFO3cCAHR/P0wcT4hsjUDzsmUYXL26pjIUFy6Eam8f8X3lzZuR7NgBkyTjIBXT6HCCYxLR/9BDAIDmJUsgm5qQjDLBIQsFNC9dap+5atWYycc0HsVFi9B1/vloO/poQFZf8GW0Ru+992LTV76CUnf3BEvIMAzDMC8eil1dmHLEESjOn4/mZcsyg8OktxeDq1ejtGEDdq9aNal8sogiqI4OqGnToFpbIdvbIaLhDWOKwb+bOIbu7UXS349k1y4kO3e+KJMenSedhI6TT8azZ5xRUzlUezuiWbNGfF/S12cn…”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:0}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 0ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 3.107 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.311 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:”",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 35ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 64.137 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 6.429 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 47ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 49.628 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 3.477 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 60ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 64.397 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 1.895 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 35ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 36.597 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.455 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 65ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 68.658 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.856 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 40ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 52.786 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.475 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 35ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 38.433 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 3.149 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 45ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 47.802 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 2.428 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 89ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 92.283 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/contexte[39m e[90m{}e[39m
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/context e[39me[32m200e[39me[90m 3.067 ms - 84e[39m e[90m{“status”:0,“value”:“NATIVE_APP”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elementse[39m e[90m{“using”:“class name”,“value”:“android.widget.ImageButton”}e[39m
e[36minfoe[39m: [debug] Waiting up to 0ms for condition
e[36minfoe[39m: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ImageButton”,“context”:"",“multiple”:true}}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command action: find
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Finding android.widget.ImageButton using CLASS_NAME with the contextId: multiple: true
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements selector:UiSelector[CLASS=android.widget.ImageButton]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Element[] is null: (0)
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] getElements tmp selector:UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:[]}
e[36minfoe[39m: [debug] Condition unmet after 47ms. Timing out.
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/elements e[39me[32m200e[39me[90m 50.007 ms - 74e[39m e[90m{“status”:0,“value”:[],“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeoutse[39m e[90m{“type”:“implicit”,“ms”:5000}e[39m
e[36minfoe[39m: [debug] Set Android implicit wait to 5000ms
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- POST /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/timeouts e[39me[32m200e[39me[90m 2.953 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/screenshote[39m e[90m{}e[39m
e[36minfoe[39m: [debug] executing cmd: “C:\Program Files\Android\android-sdk\platform-tools\adb.exe” -s 03829155439cb1e8 shell "/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
e[36minfoe[39m: [debug] executing cmd: “C:\Program Files\Android\android-sdk\platform-tools\adb.exe” -s 03829155439cb1e8 pull /data/local/tmp/screenshot.png “C:\Users\FC\AppData\Local\Temp\appium11618-5648-1yi33ru.png”
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsnXmcnUWV939V9dzb3enupDt7OhtLSBD1FSWCKDKgjiuL24CI67CIy7wGncCAAsqggIg4zIsgIiMuo+M44qCIM+Ag4IgiYXBAIEBYsnRC9vSS7r73eareP6pOPfU89ybp7nT3vbc5388HhdvPcqrq1DmnTi2PeOQVrzBgGIZhGIZhGIZhGIZpYGStBWAYhmEYhmEYhmEYhtlfOMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wMAzDMAzDMAzDMAzT8HCCg2EYhmEYhmEYhmGYhocTHAzDMAzDMAzDMAzDNDyc4GAYhmEYhmEYhmEYpuHhBAfDMAzDMAzDMAzDMA0PJzgYhmEYhmEYhmEYhml4OMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wTCLU1KloP+44FObM2e9nFWbPHrNnMQzDMAzDMAzDMMx4wwmOSUTHO96BxV/7Gjrf+U5AiNE/SAj/rFlnnTV2AjIMwzAMwzAMwzDMOBHVWgBm7Eh27QKkRPOyZRDFIszQ0KieI4pFTDn8cEBK6L6+MZaSaTRkayui6dPtfwgBGFNxTbx9O3R//wRLxjAMwzDMixURRZCtrQCAqKNjj9fFO3cCAHR/P0wcT4hsjUDzsmUYXL26pjIUFy6Eam8f8X3lzZuR7NgBkyTjIBXT6HCCYxLR/9BDAIDmJUsgm5qQjDLBIQsFNC9dap+5atWYycc0HsVFi9B1/vloO/poQFZf8GW0Ru+992LTV76CUnf3BEvIMAzDMC8eil1dmHLEESjOn4/mZcsyg8OktxeDq1ejtGEDdq9aNal8sogiqI4OqGnToFpbIdvbIaLhDWOKwb+bOIbu7UXS349k1y4kO3e+KJMenSedhI6TT8azZ5xRUzlUezuiWbNGfF/S12cn…”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- GET /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967/screenshot e[39me[32m200e[39me[90m 2700.871 ms - 943082e[39m e[90m{“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsnXmcnUWV939V9dzb3enupDt7OhtLSBD1FSWCKDKgjiuL24CI67CIy7wGncCAAsqggIg4zIsgIiMuo+M44qCIM+Ag4IgiYXBAIEBYsnRC9vSS7r73eareP6pOPfU89ybp7nT3vbc5388HhdvPcqrq1DmnTi2PeOQVrzBgGIZhGIZhGIZhGIZpYGStBWAYhmEYhmEYhmEYhtlfOMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wMAzDMAzDMAzDMAzT8HCCg2EYhmEYhmEYhmGYhocTHAzDMAzDMAzDMAzDNDyc4GAYhmEYhmEYhmEYpuHhBAfDMAzDMAzDMAzDMA0PJzgYhmEYhmEYhmEYhml4OMHBMAzDMAzDMAzDMEzDwwkOhmEYhmEYhmEYhmEaHk5wTCLU1KloP+44FObM2e9nFWbPHrNnMQzDMAzDMAzDMMx4wwmOSUTHO96BxV/7Gjrf+U5AiNE/SAj/rFlnnTV2AjIMwzAMwzAMwzDMOBHVWgBm7Eh27QKkRPOyZRDFIszQ0KieI4pFTDn8cEBK6L6+MZaSaTRkayui6dPtfwgBGFNxTbx9O3R//wRLxjAMwzDMixURRZCtrQCAqKNjj9fFO3cCAHR/P0wcT4hsjUDzsmUYXL26pjIUFy6Eam8f8X3lzZuR7NgBkyTjIBXT6HCCYxLR/9BDAIDmJUsgm5qQjDLBIQsFNC9dap+5atWYycc0HsVFi9B1/vloO/poQFZf8GW0Ru+992LTV76CUnf3BEvIMAzDMC8eil1dmHLEESjOn4/mZcsyg8OktxeDq1ejtGEDdq9aNal8sogiqI4OqGnToFpbIdvbIaLhDWOKwb+bOIbu7UXS349k1y4kO3e+KJMenSedhI6TT8azZ5xRUzlUezuiWbNGfF/S12cn…”,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m
e[36minfoe[39m: e[37m–>e[39m e[37mDELETEe[39m e[37m/wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967e[39m e[90m{}e[39m
e[36minfoe[39m: Shutting down appium session
e[36minfoe[39m: [debug] Pressing the HOME button
e[36minfoe[39m: [debug] executing cmd: “C:\Program Files\Android\android-sdk\platform-tools\adb.exe” -s 03829155439cb1e8 shell “input keyevent 3”
e[36minfoe[39m: [debug] Stopping logcat capture
e[36minfoe[39m: [debug] Logcat terminated with code null, signal SIGTERM
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“shutdown”}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:“OK, shutting down”}
e[36minfoe[39m: [debug] [BOOTSTRAP] [debug] Closed client connection
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunnere[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServere[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrape[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] Time: 80.817e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] OK (1 test)e[39m
e[36minfoe[39m: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1e[39m
e[36minfoe[39m: [debug] Sent shutdown command, waiting for UiAutomator to stop…
e[36minfoe[39m: [debug] UiAutomator shut down normally
e[36minfoe[39m: [debug] Cleaning up android objects
e[36minfoe[39m: [debug] Cleaning up appium session
e[36minfoe[39m: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}
e[36minfoe[39m: e[37m<-- DELETE /wd/hub/session/68ba92a3-ffd5-4485-a637-867144215967 e[39me[32m200e[39me[90m 1095.638 ms - 76e[39m e[90m{“status”:0,“value”:null,“sessionId”:“68ba92a3-ffd5-4485-a637-867144215967”}e[39m

===============================================
TestSuite
Total tests run: 4, Failures: 2, Skips: 0

Hi Ravi,
Execution happens in the same order in which you have written test classes in testng.xml file.
And according to above log Total test run are 4 but in the code you have shared, there are only 3 tests method. Can you attach the screenshot of your test methods and testng.xml.

Regards
@Abdul_Sathar_Beigh