Skip to content

Instantly share code, notes, and snippets.

@loveiset
Created April 24, 2018 08:16
Show Gist options
  • Save loveiset/61f1a49e29776a37198dcc17a92b6e3d to your computer and use it in GitHub Desktop.
Save loveiset/61f1a49e29776a37198dcc17a92b6e3d to your computer and use it in GitHub Desktop.
tap with element and offset x/y not work
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_price","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"0766ccf9-ac20-4563-b2c4-66d89cf9fb22"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"0766ccf9-ac20-4563-b2c4-66d89cf9fb22"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 84 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["0766ccf9-ac20-4563-b2c4-66d89cf9fb22","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/displayed 200 42 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/text
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/text] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"¥0.01\"}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/0766ccf9-ac20-4563-b2c4-66d89cf9fb22/text 200 41 ms - 80
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_name"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_name","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_name","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 54 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/displayed 200 34 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/text
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/text] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"ly111\"}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/00bd4ecc-0f1a-4c67-b0bf-b13bbc3c8aab/text 200 40 ms - 79
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 72 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 88 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 61 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 49 ms - 74
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/window/current/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080}}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size 200 38 ms - 100
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/window/current/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080}}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/window/current/size 200 30 ms - 100
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform
[HTTP] {"sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","actions":[{"action":"press","options":{"y":1440,"x":540}},{"action":"wait","options":{"ms":800}},{"action":"moveTo","options":{"y":480,"x":540}},{"action":"release","options":{}}]}
[debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"y":1440,"x":540}},{"action":"wait","options":{"ms":800}},{"action":"moveTo","options":{"y":480,"x":540}},{"action":"release","options":{}}],"ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [POST /touch/perform] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/touch/perform] with body: {"startX":540,"startY":1440,"endX":540,"endY":480,"steps":22}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":true}
[debug] [W3C] Responding to client with driver.performTouch() result: true
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform 200 1341 ms - 76
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"eb378a8b-69b8-4892-8016-068ddac760c4"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"eb378a8b-69b8-4892-8016-068ddac760c4"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 549 ms - 124
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/txt_store_desc"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/txt_store_desc","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/txt_store_desc","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"73826d6f-46c7-4d4f-9681-b9c784733aec"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"73826d6f-46c7-4d4f-9681-b9c784733aec"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 72 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/73826d6f-46c7-4d4f-9681-b9c784733aec/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["73826d6f-46c7-4d4f-9681-b9c784733aec","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/73826d6f-46c7-4d4f-9681-b9c784733aec/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/73826d6f-46c7-4d4f-9681-b9c784733aec/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/73826d6f-46c7-4d4f-9681-b9c784733aec/displayed 200 29 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/73826d6f-46c7-4d4f-9681-b9c784733aec/text
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/73826d6f-46c7-4d4f-9681-b9c784733aec/text] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/73826d6f-46c7-4d4f-9681-b9c784733aec/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"美美的店铺\"}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/73826d6f-46c7-4d4f-9681-b9c784733aec/text 200 39 ms - 89
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/add_to_cart_tv"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/add_to_cart_tv","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/add_to_cart_tv","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"87835840-7f3c-45b4-9d0f-d4f4d18bc294"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"87835840-7f3c-45b4-9d0f-d4f4d18bc294"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 61 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["87835840-7f3c-45b4-9d0f-d4f4d18bc294","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/displayed 200 38 ms - 76
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/click [HTTP] {"sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","id":"87835840-7f3c-45b4-9d0f-d4f4d18bc294"}
[debug] [W3C] Calling AppiumDriver.click() with args: ["87835840-7f3c-45b4-9d0f-d4f4d18bc294","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [POST /element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/click] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/click] with body: {"element":"87835840-7f3c-45b4-9d0f-d4f4d18bc294"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":true}
[debug] [W3C] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/87835840-7f3c-45b4-9d0f-d4f4d18bc294/click 200 1219 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/source] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?><hierarchy rotation=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.FrameLayout\\\" package=\\\"com.crc.hrt\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\" bounds=\\\"[0,796][1080,1920]\\\" resource-id=\\\"\\\" instance=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.FrameLayout\\\" package=\\\"com.crc.hrt\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\" bounds=\\\"[0...
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source 200 174 ms - 16119
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"-android uiautomator","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 62 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/displayed 200 41 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/size
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/size] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"width\":144,\"height\":87}}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/9c10cb7e-acd7-4ae1-81fd-6ec0d3b8f52e/size 200 58 ms - 97
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"-android uiautomator","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"白色\")","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"cd2482de-885a-4fc9-9f2e-cce49756a742"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"cd2482de-885a-4fc9-9f2e-cce49756a742"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 85 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/cd2482de-885a-4fc9-9f2e-cce49756a742/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["cd2482de-885a-4fc9-9f2e-cce49756a742","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/cd2482de-885a-4fc9-9f2e-cce49756a742/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/cd2482de-885a-4fc9-9f2e-cce49756a742/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/cd2482de-885a-4fc9-9f2e-cce49756a742/displayed 200 48 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/cd2482de-885a-4fc9-9f2e-cce49756a742/size
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/cd2482de-885a-4fc9-9f2e-cce49756a742/size] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/cd2482de-885a-4fc9-9f2e-cce49756a742/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"width\":144,\"height\":87}}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/cd2482de-885a-4fc9-9f2e-cce49756a742/size 200 41 ms - 97
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform
[HTTP] {"sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","actions":[{"action":"tap","options":{"y":8.700000000000001,"x":129.6,"count":1,"element":"cd2482de-885a-4fc9-9f2e-cce49756a742"}}]}
[debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"y":8.700000000000001,"x":129.6,"count":1,"element":"cd2482de-885a-4fc9-9f2e-cce49756a742"}}],"ef265481-a096-4d4b-859b-98accbe8f6cd"]
[UiAutomator2] calling get location: cd2482de-885a-4fc9-9f2e-cce49756a742
[debug] [JSONWP Proxy] Proxying [GET /element/cd2482de-885a-4fc9-9f2e-cce49756a742/location] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/cd2482de-885a-4fc9-9f2e-cce49756a742/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"x\":210,\"y\":1229}}"
[debug] [JSONWP Proxy] Proxying [POST /element/cd2482de-885a-4fc9-9f2e-cce49756a742/click] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/cd2482de-885a-4fc9-9f2e-cce49756a742/click] with body: {"element":"cd2482de-885a-4fc9-9f2e-cce49756a742","x":339.6,"y":1237.7}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":true}
[debug] [W3C] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform 200 725 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/source] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?><hierarchy rotation=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.FrameLayout\\\" package=\\\"com.crc.hrt\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\" bounds=\\\"[0,796][1080,1920]\\\" resource-id=\\\"\\\" instance=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.FrameLayout\\\" package=\\\"com.crc.hrt\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\" bounds=\\\"[0...
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/source 200 128 ms - 14691
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"-android uiautomator","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"正方形\")"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"正方形\")","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"com.crc.hrt:id/tv_tag\").text(\"正方形\")","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[{"ELEMENT":"4906527b-1384-437f-98ec-2f644dee7c41"}]}
[debug] [W3C] Responding to client with driver.findElements() result: [{"ELEMENT":"4906527b-1384-437f-98ec-2f644dee7c41"}]
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 116 ms - 124
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/4906527b-1384-437f-98ec-2f644dee7c41/displayed
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.elementDisplayed() with args: ["4906527b-1384-437f-98ec-2f644dee7c41","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [JSONWP Proxy] Proxying [GET /element/4906527b-1384-437f-98ec-2f644dee7c41/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/4906527b-1384-437f-98ec-2f644dee7c41/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"true\"}"
[debug] [W3C] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/4906527b-1384-437f-98ec-2f644dee7c41/displayed 200 61 ms - 76
[HTTP]
[HTTP] --> GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/4906527b-1384-437f-98ec-2f644dee7c41/size
[HTTP] {}
[W3C] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/4906527b-1384-437f-98ec-2f644dee7c41/size] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/4906527b-1384-437f-98ec-2f644dee7c41/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"width\":186,\"height\":87}}"
[JSONWP Proxy] Replacing sessionId 2a574460-f7d8-444a-bd9e-5528bf027af5 with ef265481-a096-4d4b-859b-98accbe8f6cd
[HTTP] <-- GET /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/element/4906527b-1384-437f-98ec-2f644dee7c41/size 200 54 ms - 97
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform
[HTTP] {"sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","actions":[{"action":"tap","options":{"y":8.700000000000001,"x":167.4,"count":1,"element":"4906527b-1384-437f-98ec-2f644dee7c41"}}]}
[debug] [W3C] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"y":8.700000000000001,"x":167.4,"count":1,"element":"4906527b-1384-437f-98ec-2f644dee7c41"}}],"ef265481-a096-4d4b-859b-98accbe8f6cd"]
[UiAutomator2] calling get location: 4906527b-1384-437f-98ec-2f644dee7c41
[debug] [JSONWP Proxy] Proxying [GET /element/4906527b-1384-437f-98ec-2f644dee7c41/location] to [GET http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/4906527b-1384-437f-98ec-2f644dee7c41/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":{\"x\":252,\"y\":1437}}"
[debug] [JSONWP Proxy] Proxying [POST /element/4906527b-1384-437f-98ec-2f644dee7c41/click] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/element/4906527b-1384-437f-98ec-2f644dee7c41/click] with body: {"element":"4906527b-1384-437f-98ec-2f644dee7c41","x":419.4,"y":1445.7}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":true}
[debug] [W3C] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/touch/perform 200 744 ms - 76
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 76 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 70 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 50 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 71 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 76 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 61 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 56 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 56 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 60 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 67 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 43 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 54 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 61 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 67 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 77 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 74 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 61 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 71 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 57 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 66 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 74 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 57 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 77 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 58 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 48 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 77 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 68 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 65 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 54 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 55 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements
[HTTP] {"using":"id","sessionId":"ef265481-a096-4d4b-859b-98accbe8f6cd","value":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart"}
[debug] [W3C] Calling AppiumDriver.findElements() with args: ["id","com.crc.hrt:id/product_detail_standard_tv_add_to_cart","ef265481-a096-4d4b-859b-98accbe8f6cd"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5/elements] with body: {"strategy":"id","selector":"com.crc.hrt:id/product_detail_standard_tv_add_to_cart","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"2a574460-f7d8-444a-bd9e-5528bf027af5","status":0,"value":[]}
[debug] [W3C] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/ef265481-a096-4d4b-859b-98accbe8f6cd/elements 200 68 ms - 74
[HTTP]
[BaseDriver] Shutting down because we waited 60 seconds for a command
[debug] [UiAutomator2] Deleting UiAutomator2 session
[Appium] Closing session, cause was 'New Command Timeout of 60 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability'
[Appium] Removing session ef265481-a096-4d4b-859b-98accbe8f6cd from our master session list
[debug] [UiAutomator2] Deleting UiAutomator2 server session
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:8200/wd/hub/session/2a574460-f7d8-444a-bd9e-5528bf027af5] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"2a574460-f7d8-444a-bd9e-5528bf027af5\",\"status\":0,\"value\":\"Session deleted\"}"
[debug] [UiAutomator2] Resetting IME to 'io.appium.android.ime/.UnicodeIME'
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\hcs\Documents\Android-SDK\platform-tools\adb.exe -P 5037 -s 1469081a shell ime set io.appium.android.ime/.UnicodeIME'
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\hcs\Documents\Android-SDK\platform-tools\adb.exe -P 5037 -s 1469081a shell am force-stop com.crc.hrt'
[debug] [UiAutomator2] [UIAutomator2]
[debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.INSTRUMENTATION_RESULT: shortMsg=java.lang.SecurityException
[debug] [UiAutomator2] [UIAutomator2] INSTRUMENTATION_RESULT: longMsg=java.lang.SecurityException: Permission Denial: getIntentSender() from pid=23417, uid=2000, (need uid=1000) is not allowed to send as package android
[debug] [UiAutomator2] [UIAutomator2] INSTRUMENTATION_CODE: 0
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running 'D:\hcs\Documents\Android-SDK\platform-tools\adb.exe -P 5037 -s 1469081a forward --remove tcp\:8200'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment