Unable to click on button

I tried to click on the button shown “No i Dont want”
But Unable to click.Used below xpaths
1.driver.findElement(By.xpath("//android.widget.Button[@text=‘No, I don’t want to Earn Extra Crowns’]")).click();

2.driver.findElement(By.xpath("//android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout[2]/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.Button")).click();

Please suggest me the correct way of finding the xpath.

Can you try

driver.findElement(By.xpath(“//*[@content-desc=‘No, I don’t want to Earn Extra Crowns’]”)).click();

1 Like

Try
driver.findElementByID(“put resource-id here”).click();

Best and reliable way to find any element is ID as it will be unique in most of the cases.

In your case u can use -

driver.findElementById(“com.goldvip.crownit:id/btn_ta…”).click();

OR

you can use text - [which I guess is deprecated in appium]
driver.findElementByName(“No, I don’t want to Earn Extra Crowns”);

Thanku all for your answers.I have tried by id also it was not working.Tried with many ways .Dont knw why its not working.

Can you please share the appium server logs with error message.

Sometimes it takes time to load the page and by then the findBy would called and failed.

Try adding some sleep before you call click method.

Error logs will surely help us to give you better solution.

debug] [BOOTSTRAP] [debug] Got command action: find

info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/home using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/home]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“7”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 153.729 ms - 87 {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/7/click {“id”:“7”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“7”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“7”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/7/click 200 463.609 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/home_crownit”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/home_crownit”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/home_crownit”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/home_crownit using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/home_crownit]
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 34.988 ms - 87 {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“8”}}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/8/click {“id”:“8”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“8”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“8”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/8/click 200 475.660 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/name”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/name”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/name”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/name using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/name]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“9”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 59.342 ms - 87 {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/9/click {“id”:“9”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“9”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“9”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/9/click 200 350.592 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/imageView1”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/imageView1”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/imageView1”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/imageView1 using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/imageView1]
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“10”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 52.085 ms - 88 {“status”:0,“value”:{“ELEMENT”:“10”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“10”}}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/10/click {“id”:“10”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“10”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“10”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/10/click 200 3148.991 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/ll_outletInfo”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/ll_outletInfo”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/ll_outletInfo”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/ll_outletInfo using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/ll_outletInfo]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“11”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“11”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 90.932 ms - 88 {“status”:0,“value”:{“ELEMENT”:“11”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/11/click {“id”:“11”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“11”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“11”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/11/click 200 175.201 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“xpath”,“value”:“//[@class=‘android.widget.Button’ and @index=‘0’]“}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.Button’ and @index=‘0’]”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:“//[@class=‘android.widget.Button’ and @index=‘0’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.Button’ and @index=‘0’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.Button, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“12”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“12”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 309.233 ms - 88 {“status”:0,“value”:{“ELEMENT”:“12”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/12/click {“id”:“12”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“12”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“12”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/12/click 200 175.498 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/imgbtn_captureImage”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/imgbtn_captureImage”,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/imgbtn_captureImage”,“context”:”“,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/imgbtn_captureImage using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/imgbtn_captureImage]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“13”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“13”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 612.219 ms - 88 {“status”:0,“value”:{“ELEMENT”:“13”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/13/click {“id”:“13”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“13”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“13”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/13/click 200 1390.949 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“xpath”,“value”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 110ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 704ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 1279ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 1873ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 2514ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 3076ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 3670ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 4264ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 4874ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 5484ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 6093ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 6703ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 7343ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 7968ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}
info: [debug] Waited for 8562ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:"Could not find an element using supplied strategy. “}
info: [debug] Waited for 9109ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“xpath”,“selector”:”//
[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”“,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//[@class=‘android.widget.ImageButton’ and @index=‘1’]“,“context”:”",“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding //
[@class=‘android.widget.ImageButton’ and @index=‘1’] using XPATH with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ImageButton, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“14”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“14”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element 200 9911.280 ms - 88 {“status”:0,“value”:{“ELEMENT”:“14”},“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/14/click {“id”:“14”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“14”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“14”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: ← POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element/14/click 200 568.293 ms - 76 {“status”:0,“value”:true,“sessionId”:“496ded1a-20a5-43c2-9a85-665ab544efcc”}
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: → POST /wd/hub/session/496ded1a-20a5-43c2-9a85-665ab544efcc/element {“using”:“id”,“value”:“com.goldvip.crownit:id/btn_notNow”}
info: [debug] Waiting up to 40000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 625ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 1453ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 2000ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 2546ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 3062ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 3578ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 4093ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 4703ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 5234ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 5750ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 6281ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 6828ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 7375ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 8047ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 8562ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 9078ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 9625ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 10249ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 10764ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 11280ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 11811ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 12327ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 12875ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 13375ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 13906ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 14437ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 14954ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 15595ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 16124ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 16670ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 17217ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 17733ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 18264ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 18780ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 19314ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 19830ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 20361ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 20877ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 21424ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 21939ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 22455ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 22971ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 23517ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 24049ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 24564ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 25084ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 25631ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 26241ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 26757ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 27273ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 27788ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 28304ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 28834ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 29422ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 29956ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 30545ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 31105ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 31648ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 32242ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 32801ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 33373ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 33967ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 34514ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 35078ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 35671ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 36218ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 36742ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] Waited for 37289ms so far
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 37873ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 38425ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 38984ms so far

info: [debug] Waited for 39350ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.goldvip.crownit:id/btn_notNow”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding com.goldvip.crownit:id/btn_notNow using ID with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.goldvip.crownit:id/btn_notNow]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:7,“value”:“No element found”}
info: [debug] Waited for 39878ms so far

Try to use the X and Y with driver.tap if locator is not working.

1 Like

Above log says its not abel to find element with ID - btn_notNow

But the image you attached at the top seem to have different ID - btn_ta.

I am not sure why this mismatch.

(Unable to click on Button)I am also facing same issue …Any one has the solution regarding this problem?Thanks in advance

do not shoot open ended questions. Please provide Code+logs+Screenshot along with your question.

I tried to click on the Create button.But unable to click.I have tried with
find by id :
click_createbutton=(AndroidElement)driver.findElement(By.id(“com.endoluxe.newprocedure:id/btn_create_patient”));
find by xpath:
click_createbutton = (AndroidElement) driver.findElement(By.xpath("//android.widget.Button[@index=‘0’]"));
click_createbutton = (AndroidElement) driver.findElement(By.xpath("//android.widget.Button[@text=‘Create’]"));
find by name:
create_button = (AndroidElement) driver.findElement(By.name(“Create”));
but its not working.when I click on the Cancel button its working.

Here is the Appium Log:

[Appium] Welcome to Appium v1.5.0 (REV 68a8f94b7e76b66750e491e68f3946694f625704)
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[MJSONWP] Calling AppiumDriver.createSession() with args: [{“platformName”:“Android”,“deviceName”:“Endoluxe”,“appActivity”:".activities.PatientRecordsActivity",“appPackage”:“com.endoluxe.newprocedure”},nul…
[Appium] Creating new AndroidDriver session
[Appium] Capabilities:
[Appium] platformName: ‘Android’
[Appium] deviceName: ‘Endoluxe’
[Appium] appActivity: ‘.activities.PatientRecordsActivity’
[Appium] appPackage: ‘com.endoluxe.newprocedure’
[BaseDriver] Session created with session id: b143f5ba-a96f-4587-9da7-d19ff26fa104
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.7.0_95
[ADB] Checking whether adb is present
[ADB] The ANDROID_HOME environment variable is not set to the Android SDK root directory path. ANDROID_HOME is required for compatibility with SDK 23+. Checking along PATH for adb.
[ADB] Using adb from /home/jaimin/pratik/sdk/platform-tools/adb

[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: 192.168.2.81:5555
[ADB] Checking whether adb is present
[ADB] The ANDROID_HOME environment variable is not set to the Android SDK root directory path. ANDROID_HOME is required for compatibility with SDK 23+. Checking along PATH for adb.
[ADB] Using adb from /home/jaimin/pratik/sdk/platform-tools/adb

[debug] [ADB] Setting device id to 192.168.2.81:5555
[AndroidDriver] App file was not listed, instead we’re going to run com.endoluxe.newprocedure directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“pm”,“list”,“packages”,“com.endoluxe.newprocedure”]
[AndroidDriver] Starting Android session
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“wait-for-device”]
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“echo”,“ping”]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device…
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“install”,"/home/jaimin/.linuxbrew/lib/node_modules/appium/node_modules/io.appium.settings/bin/settings_apk-debug.apk"]
[debug] [AndroidDriver] Pushing unlock helper app to device…
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“install”,"/home/jaimin/.linuxbrew/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“getprop”,“ro.build.version.release”]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“forward”,“tcp:4724”,“tcp:4724”]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state ‘starting’
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: ‘AppiumBootstrap.jar’
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“push”,"/home/jaimin/.linuxbrew/lib/node_modules/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“ps”,“uiautomator”]
[ADB] No uiautomator process found to kill, continuing…
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: -P, 5037, -s, 192.168.2.81:5555, shell, uiautomator, runtest, AppiumBootstrap.jar, -c, io.appium.android.bootstrap.Bootstrap, -e, pkg, com.endoluxe.newprocedure, -e, disableAndroidWatchers, false, -e, acceptSslCerts, false
[debug] [UiAutomator] Moving to state ‘online’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“dumpsys”,“window”]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“getprop”,“ro.build.version.sdk”]
[debug] [ADB] Device API level: 18
[debug] [ADB] Getting connected devices…
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /home/jaimin/pratik/sdk/platform-tools/adb with args: ["-P",5037,"-s",“192.168.2.81:5555”,“shell”,“am”,“start”,"-n",“com.endoluxe.newprocedure/.activities.PatientRecordsActivity”,"-S","-a",“android.intent.action.MAIN”,"-c",“android.intent.category.LAUNCHER”,"-f",“0x10200000”]
[Appium] New AndroidDriver session created successfully, session b143f5ba-a96f-4587-9da7-d19ff26fa104 added to master session list
[MJSONWP] Responding to client with driver.createSession() result: {“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:tr…
[HTTP] <-- POST /wd/hub/session 200 28547 ms - 594
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_patient_btn”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_patient_btn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_patient_btn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_patient_btn using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_patient_btn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“ELEMENT”:“1”},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“1”}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 200 1253 ms - 87
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform
[MJSONWP] Calling AppiumDriver.performTouch() with args: [[{“action”:“press”,“options”:{“element”:“1”}},{“action”:“wait”,“options”:{“ms”:10}},{“action”:“release”,“options”:{}}],“b143f5ba-a96f-4587-9da7-d1…
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“1”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“1”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getLocation
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“1”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“y”:572,“x”:552},“status”:0}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“1”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getSize
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“height”:184,“width”:160},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“1”,“x”:632,“y”:664}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“1”,“x”:632,“y”:664}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchDown
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchDown using element? true x: 632, y: 664
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:632,“y”:664}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:632,“y”:664}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchUp
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Display bounds: [0,0][720,1280]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchUp using element? false x: 632, y: 664
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform 200 929 ms - 76
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/btn_create_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:”",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/btn_create_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/btn_create_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/btn_create_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/btn_create_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 716 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/btn_create_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/btn_create_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/btn_create_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“ELEMENT”:“2”},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“2”}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 200 406 ms - 87
[HTTP] --> GET /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element/2/displayed
[MJSONWP] Calling AppiumDriver.elementDisplayed() with args: [“2”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getAttribute”,“params”:{“attribute”:“displayed”,“elementId”:“2”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getAttribute”,“params”:{“attribute”:“displayed”,“elementId”:“2”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getAttribute
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“true”,“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element/2/displayed 200 103 ms - 76
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/btn_create_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_create_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/btn_create_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/btn_create_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“ELEMENT”:“3”},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“3”}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 200 516 ms - 87
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform
[MJSONWP] Calling AppiumDriver.performTouch() with args: [[{“action”:“press”,“options”:{“element”:“3”}},{“action”:“wait”,“options”:{“ms”:15}},{“action”:“release”,“options”:{}}],“b143f5ba-a96f-4587-9da7-d1…
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getLocation
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“y”:821,“x”:100},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getSize
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“height”:90,“width”:240},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“3”,“x”:220,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“3”,“x”:220,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchDown
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchDown using element? true x: 220, y: 866
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:220,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:220,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchUp
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Display bounds: [0,0][720,1280]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchUp using element? false x: 220, y: 866
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform 200 355 ms - 76
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/btn_cancel_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_cancel_patient”,“context”:”",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/btn_cancel_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/btn_cancel_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/btn_cancel_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“ELEMENT”:“4”},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“4”}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 200 40 ms - 87
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform
[MJSONWP] Calling AppiumDriver.performTouch() with args: [[{“action”:“press”,“options”:{“element”:“4”}},{“action”:“wait”,“options”:{“ms”:10}},{“action”:“release”,“options”:{}}],“b143f5ba-a96f-4587-9da7-d1…
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“4”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“4”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getLocation
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“y”:821,“x”:380},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“4”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“4”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getSize
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“height”:90,“width”:240},“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“4”,“x”:500,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchDown”,“params”:{“elementId”:“4”,“x”:500,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchDown
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchDown using element? true x: 500, y: 866
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:500,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:touchUp”,“params”:{“x”:500,“y”:866}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: touchUp
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Display bounds: [0,0][720,1280]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Performing TouchUp using element? false x: 500, y: 866
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:true,“status”:0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/touch/perform 200 794 ms - 76
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:”",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 1986 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 176 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 277 ms - 164
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 189 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 218 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 151 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 137 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 402 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 129 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 472 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 677 ms - 164
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 156 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 406 ms - 164
[HTTP] --> POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.endoluxe.newprocedure:id/add_new_patient”,“b143f5ba-a96f-4587-9da7-d19ff26fa104”]
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.endoluxe.newprocedure:id/add_new_patient”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding com.endoluxe.newprocedure:id/add_new_patient using ID with the contextId: multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.endoluxe.newprocedure:id/add_new_patient]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[HTTP] <-- POST /wd/hub/session/b143f5ba-a96f-4587-9da7-d19ff26fa104/element 500 161 ms - 164

try with driver.findElement(MobileBy.AndroidUIAutomator(“new UiSelector().resourceId(“com.endoluxe.newprocedure:id/btn_create_patient”)”));

your create button was tapped at:

Performing TouchDown using element? true x: 220, y: 866

your cancel button was tapped at:

Performing TouchDown using element? true x: 500, y: 866

can you check manually does your Create button tappable at 220x866?

Thanks Priyank for your answer
but its not working.

Thanks Aleksei
Problem is that While automation if i manually Clicked on the other button then all the button worked fine but create button is not responded when pressed while automation.
Without automation when I click manually then its working.

you need click on exact coordinate i wrote if button 100% clickable at x: 220, y: 866

While automation is running Create button is founded but not click-able…Neither automatically nor manually…