Skip to content

Instantly share code, notes, and snippets.

@vikramvi
Last active February 15, 2017 14:47
Show Gist options
  • Select an option

  • Save vikramvi/9814a6b6281634a64bb97f2d04ba6101 to your computer and use it in GitHub Desktop.

Select an option

Save vikramvi/9814a6b6281634a64bb97f2d04ba6101 to your computer and use it in GitHub Desktop.
implicit wait not working - appium log
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element/7D9813FD-213C-4A61-B11B-289F01F3661E/enabled] to [GET http://localhost:8100/session/4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346/element/7D9813FD-213C-4A61-B11B-289F01F3661E/enabled] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId 4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346 with 0e359baa-47c7-47c4-9018-9d1a19b088a8
[HTTP] <-- GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element/7D9813FD-213C-4A61-B11B-289F01F3661E/enabled 200 104 ms - 76
[HTTP] --> POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts 200 3 ms - 76
[HTTP] --> GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/context 200 3 ms - 84
[HTTP] --> POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]","0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"4DC79C0B-EC9F-4590-9978-51A275388284","type":"XCUIElementTypeWindow","label":null},"sessionId":"4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346","status":0}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"4DC79C0B-EC9F-4590-9978-51A275388284","type":"XCUIElementTypeWindow","label":null}
[HTTP] <-- POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element 200 424 ms - 166
[HTTP] --> GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'getSession'
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8100/session/4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"sessionId\" : \"4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346\",\n \"capabilities\" : {\n \"device\" : \"iphone\",\n \"browserName\" : \"Crew\",\n \"sdkVersion\" : \"10.2\",\n \"CFBundleIdentifier\" : \"one.noa.crew\"\n }\n },\n \"sessionId\" : \"4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346\",\n \"status\" : 0\n}"
[XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"udid":"BC5432BE-5B68-4331-A9FB-1C3597381148","app":"/Users/vikram-anna/Documents/Noa/Workspace/Mobile-Automation/iOS-Automation/Crew-App-Automation/Crew.app","AutomationName":"XCUITest","platformName":"iOS","deviceName":"iPhone SE","platformVersion":"10.2","fullReset":true,"device":"iphone","browserName":"Crew","sdkVersion":"10.2","CFBundleIdentifier":"one.noa.crew"}
[HTTP] <-- GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8 200 73 ms - 443
[HTTP] --> POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts 200 8 ms - 76
[HTTP] --> GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element/4DC79C0B-EC9F-4590-9978-51A275388284/enabled {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element/4DC79C0B-EC9F-4590-9978-51A275388284/enabled] to [GET http://localhost:8100/session/4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346/element/4DC79C0B-EC9F-4590-9978-51A275388284/enabled] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId 4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346 with 0e359baa-47c7-47c4-9018-9d1a19b088a8
[HTTP] <-- GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element/4DC79C0B-EC9F-4590-9978-51A275388284/enabled 200 119 ms - 76
[HTTP] --> POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/timeouts 200 3 ms - 76
[HTTP] --> GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/context 200 6 ms - 84
[HTTP] --> POST /wd/hub/session/0e359baa-47c7-47c4-9018-9d1a19b088a8/element {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeButton[contains(@label,'Already a member')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeButton[contains(@label,'Already a member')]","0e359baa-47c7-47c4-9018-9d1a19b088a8"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/4CCB93E7-4D9D-4130-BCC7-FFFEC6B2E346/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeButton[contains(@label,'Already a member')]"}
[debug] [WebDriverAgent] Sim: Feb 15 14:47:09 Vikrams-MacBook-Pro XCTRunner[47746]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61000024aad0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 14:47:24 Vikrams-MacBook-Pro XCTRunner[47746]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61000044db90> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 14:47:39 Vikrams-MacBook-Pro XCTRunner[47746]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61000004d3b0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
--- One more
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeButton[contains(@label,'Sign In')]","54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeButton[contains(@label,'Sign In')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"94A54067-79AB-483F-B9AF-93C20AC3E9F9","type":"XCUIElementTypeButton","label":"Sign In"},"sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483","status":0}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"94A54067-79AB-483F-B9AF-93C20AC3E9F9","type":"XCUIElementTypeButton","label":"Sign In"}
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element 200 613 ms - 171
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getSession'
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"capabilities\" : {\n \"device\" : \"iphone\",\n \"browserName\" : \"Crew\",\n \"sdkVersion\" : \"10.2\",\n \"CFBundleIdentifier\" : \"one.noa.crew\"\n }\n },\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"status\" : 0\n}"
[XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"udid":"BC5432BE-5B68-4331-A9FB-1C3597381148","app":"/Users/vikram-anna/Documents/Noa/Workspace/Mobile-Automation/iOS-Automation/Crew-App-Automation/Crew.app","AutomationName":"XCUITest","platformName":"iOS","deviceName":"iPhone SE","platformVersion":"10.2","fullReset":true,"device":"iphone","browserName":"Crew","sdkVersion":"10.2","CFBundleIdentifier":"one.noa.crew"}
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 200 88 ms - 443
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 2 ms - 76
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/94A54067-79AB-483F-B9AF-93C20AC3E9F9/click {"id":"94A54067-79AB-483F-B9AF-93C20AC3E9F9"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/94A54067-79AB-483F-B9AF-93C20AC3E9F9/click] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element/94A54067-79AB-483F-B9AF-93C20AC3E9F9/click] with body: {"id":"94A54067-79AB-483F-B9AF-93C20AC3E9F9"}
[debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"94A54067-79AB-483F-B9AF-93C20AC3E9F9","value":"","sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483"}
[JSONWP Proxy] Replacing sessionId EDB8CE74-95C9-410F-84CA-51B94B329483 with 54348b4d-c317-467b-b549-ad9e56f5e874
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/94A54067-79AB-483F-B9AF-93C20AC3E9F9/click 200 782 ms - 118
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 4 ms - 76
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context 200 4 ms - 84
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]","54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]","description":"unable to find an element"},"sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483","status":7}
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element 500 574 ms - 164
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context 200 1 ms - 84
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]","54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'access your location')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"622CFE0B-8A87-4944-B9F8-FE08A7D45399","type":"XCUIElementTypeAlert","label":"Allow “Crew” to access your location while you use the app?"},"sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483","status":0}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"622CFE0B-8A87-4944-B9F8-FE08A7D45399","type":"XCUIElementTypeAlert","label":"Allow “Crew” to access your location while you use the app?"}
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element 200 820 ms - 226
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getSession'
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"capabilities\" : {\n \"device\" : \"iphone\",\n \"browserName\" : \" \",\n \"sdkVersion\" : \"10.2\",\n \"CFBundleIdentifier\" : \"local.pid.48227\"\n }\n },\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"status\" : 0\n}"
[XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"udid":"BC5432BE-5B68-4331-A9FB-1C3597381148","app":"/Users/vikram-anna/Documents/Noa/Workspace/Mobile-Automation/iOS-Automation/Crew-App-Automation/Crew.app","AutomationName":"XCUITest","platformName":"iOS","deviceName":"iPhone SE","platformVersion":"10.2","fullReset":true,"device":"iphone","browserName":" ","sdkVersion":"10.2","CFBundleIdentifier":"local.pid.48227"}
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 200 91 ms - 443
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 4 ms - 76
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/622CFE0B-8A87-4944-B9F8-FE08A7D45399/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/622CFE0B-8A87-4944-B9F8-FE08A7D45399/displayed] to [GET http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element/622CFE0B-8A87-4944-B9F8-FE08A7D45399/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId EDB8CE74-95C9-410F-84CA-51B94B329483 with 54348b4d-c317-467b-b549-ad9e56f5e874
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/622CFE0B-8A87-4944-B9F8-FE08A7D45399/displayed 200 227 ms - 76
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 3 ms - 76
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context 200 3 ms - 84
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[1]//XCUIElementTypeOther[3]/XCUIElementTypeButton[contains(@label, 'Allow')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[1]//XCUIElementTypeOther[3]/XCUIElementTypeButton[contains(@label, 'Allow')]","54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[1]//XCUIElementTypeOther[3]/XCUIElementTypeButton[contains(@label, 'Allow')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"B1996A15-DAC4-4F60-AC73-262A8AE6245E","type":"XCUIElementTypeButton","label":"Allow"},"sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483","status":0}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"B1996A15-DAC4-4F60-AC73-262A8AE6245E","type":"XCUIElementTypeButton","label":"Allow"}
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element 200 752 ms - 169
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getSession'
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"capabilities\" : {\n \"device\" : \"iphone\",\n \"browserName\" : \" \",\n \"sdkVersion\" : \"10.2\",\n \"CFBundleIdentifier\" : \"local.pid.48227\"\n }\n },\n \"sessionId\" : \"EDB8CE74-95C9-410F-84CA-51B94B329483\",\n \"status\" : 0\n}"
[XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"udid":"BC5432BE-5B68-4331-A9FB-1C3597381148","app":"/Users/vikram-anna/Documents/Noa/Workspace/Mobile-Automation/iOS-Automation/Crew-App-Automation/Crew.app","AutomationName":"XCUITest","platformName":"iOS","deviceName":"iPhone SE","platformVersion":"10.2","fullReset":true,"device":"iphone","browserName":" ","sdkVersion":"10.2","CFBundleIdentifier":"local.pid.48227"}
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874 200 98 ms - 443
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 2 ms - 76
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/B1996A15-DAC4-4F60-AC73-262A8AE6245E/click {"id":"B1996A15-DAC4-4F60-AC73-262A8AE6245E"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/B1996A15-DAC4-4F60-AC73-262A8AE6245E/click] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element/B1996A15-DAC4-4F60-AC73-262A8AE6245E/click] with body: {"id":"B1996A15-DAC4-4F60-AC73-262A8AE6245E"}
[debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"B1996A15-DAC4-4F60-AC73-262A8AE6245E","value":"","sessionId":"EDB8CE74-95C9-410F-84CA-51B94B329483"}
[JSONWP Proxy] Replacing sessionId EDB8CE74-95C9-410F-84CA-51B94B329483 with 54348b4d-c317-467b-b549-ad9e56f5e874
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element/B1996A15-DAC4-4F60-AC73-262A8AE6245E/click 200 856 ms - 118
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/timeouts 200 2 ms - 76
[HTTP] --> GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/context 200 2 ms - 84
[HTTP] --> POST /wd/hub/session/54348b4d-c317-467b-b549-ad9e56f5e874/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]//XCUIElementTypeButton[contains(@label,'More')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]//XCUIElementTypeButton[contains(@label,'More')]","54348b4d-c317-467b-b549-ad9e56f5e874"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/EDB8CE74-95C9-410F-84CA-51B94B329483/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]//XCUIElementTypeButton[contains(@label,'More')]"}
[debug] [WebDriverAgent] Sim: Feb 15 15:09:52 Vikrams-MacBook-Pro XCTRunner[49041]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800024f2a0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:10:07 Vikrams-MacBook-Pro XCTRunner[49041]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x6180008409f0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:10:22 Vikrams-MacBook-Pro XCTRunner[49041]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800044bee0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:10:37 Vikrams-MacBook-Pro XCTRunner[49041]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800025f8f0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]//XCUIElementTypeButton[contains(@label,'More')]","description":"unable to find an element"},"sessionId":"7127FDFE-260B-40B8-9679-ABBC2E7976AB","status":7}
[HTTP] <-- POST /wd/hub/session/fcfe0846-095b-4105-9df9-552611e36d62/element 500 60814 ms - 164
[HTTP] --> POST /wd/hub/session/fcfe0846-095b-4105-9df9-552611e36d62/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"fcfe0846-095b-4105-9df9-552611e36d62"]
---- third log ( related to pop-up element )
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f 200 83 ms - 443
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts 200 2 ms - 76
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element/E673E028-9F56-4253-AB9E-F08DE809CE7D/click {"id":"E673E028-9F56-4253-AB9E-F08DE809CE7D"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element/E673E028-9F56-4253-AB9E-F08DE809CE7D/click] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element/E673E028-9F56-4253-AB9E-F08DE809CE7D/click] with body: {"id":"E673E028-9F56-4253-AB9E-F08DE809CE7D"}
[debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"E673E028-9F56-4253-AB9E-F08DE809CE7D","value":"","sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1"}
[JSONWP Proxy] Replacing sessionId 0D6AF827-E62F-4235-9EDE-F014E3E1E8A1 with e35fde77-0300-42a7-a572-64ac4f714e4f
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element/E673E028-9F56-4253-AB9E-F08DE809CE7D/click 200 761 ms - 118
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts 200 2 ms - 76
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context 200 3 ms - 84
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'Unable to sign in')]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'Unable to sign in')]","e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'Unable to sign in')]"}
[debug] [WebDriverAgent] Sim: Feb 15 15:42:02 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000857250> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:42:17 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000654100> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:42:32 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800065e6f0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:42:47 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800064beb0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:43:02 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000842040> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:43:17 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800005bcf0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:43:32 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800044de90> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:43:47 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000246fc0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:44:02 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x6180008445c0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:44:17 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000853e90> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [WebDriverAgent] Sim: Feb 15 15:44:32 Vikrams-MacBook-Pro XCTRunner[50291]: Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000659a10> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"xpath","value":"//XCUIElementTypeApplication[1]//XCUIElementTypeAlert[contains(@label, 'Unable to sign in')]","description":"unable to find an element"},"sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1","status":7}
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element 500 165739 ms - 164
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts {"type":"implicit","ms":10000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",10000,"e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts 200 2 ms - 76
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts {"type":"implicit","ms":0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/timeouts 200 4 ms - 76
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context 200 3 ms - 84
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]","e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[Xcode] e.noa.crew
t = 141.27s Find the Application "one.noa.crew" 0x6180000c9b50
t = 141.27s Use cached accessibility hierarchy for one.noa.crew
t = 141.59s Get all elements bound by index for: Descendants matching type Button
t = 141.62s Snapshot accessibility hierarchy for one.noa.crew
t = 141.68s Find: Descendants matching type Button
t = 141.68s Find the Button
t = 141.68s Use cached accessibility hierarchy for one.noa.crew
t = 141.68s Find: Descendants matching type Button
t = 141.69s Find: Element at index 0
t = 141.69s Find the Button
t = 141.69s Use cached accessibility hierarchy for one.noa.crew
t = 141.69s Find: Descendants matching type Button
t = 141.70s Find: Element at index 1
t = 141.70s Use cached accessibility hierarchy for one.noa.crew
t = 141.70s Find: Descendants matching type Alert
t = 141.70s Use cached accessibility hierarchy for one.noa.crew
t = 141.71s Find: Descendants matching type Sheet
t = 141.71s Find the Application "com.apple.springboard" 0x6180000ce2a0
t = 141.71s Snapshot accessibility hierarchy for com.apple.springboard
t = 141.75s Use cached accessibility hierarchy for com.apple.springboard
t = 141.75s Find: Descendants matching type Alert
t = 141.75s Use cached accessibility hierarchy for com.apple.springboard
t = 141.79s Find: Descendants matching type Sheet
t = 141.81s Find the Application "one.noa.crew" 0x6180000c9b50
t = 141.81s Snapshot accessibility hierarchy for one.noa.crew
t = 141.86s Find the Application "one.noa.crew" 0x6180000c9b50
t = 141.86s Use cached accessibility hierarchy for one.noa.crew
t = 141.87s Find the Application "one.noa.crew" 0x6180000c9b50
t = 141.87s Use cached accessibility hierarchy for one.noa.crew
t = 141.89s Find the "Sign In" Button
t = 141.89s Snapshot accessibility hierarchy for one.noa.crew
t = 141.95s Find: Descendants matching type Button
t = 141.95s Find: Element at index 1
t = 141.95s Use cached accessibility hierarchy for one.noa.crew
t = 141.96s Find: Descendants matching type Alert
t = 141.96s Use cached accessibility hierarchy for one.noa.crew
t = 141.97s Find: Descendants matching type Sheet
t = 141.97s Find the Application "com.apple.springboard" 0x6180000ce2a0
t = 141.97s Snapshot accessibility hierarchy for com.apple.springboard
t = 142.00s Use cached accessibility hierarchy for com.apple.springboard
t = 142.01s Find: Descendants matching type Alert
t = 142.01s Use cached accessibility hierarchy for com.apple.springboard
t = 142.02s Find: Descendants matching type Sheet
t = 142.12s Find the "Sign In" Button
t = 142.12s Snapshot accessibility hierarchy for one.noa.crew
t = 142.17s Find: Descendants matching type Button
t = 142.18s Find: Element at index 1
t = 142.28s Find the "Sign In" Button
t = 142.28s Snapshot accessibility hierarchy for one.noa.crew
t = 142.33s Find: Descendants matching type Button
t = 142.34s Find: Element at index 1
t = 142.34s Find the Application "one.noa.crew" 0x6180000c9b50
t = 142.34s Use cached accessibility hierarchy for one.noa.crew
t = 142.69s Find the Application "one.noa.crew" 0x6180000c9b50
t = 142.69s Snapshot accessibility hierarchy for one.noa.crew
t = 142.74s Find the Application "one.noa.crew" 0x6180000c9b50
t = 142.74s Use cached accessibility hierarchy for one.noa.crew
2017-02-15 15:42:02.222 XCTRunner[50291:5828568] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000857250> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:42:17.266 XCTRunner[50291:5828568] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000654100> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:42:32.285 XCTRunner[50291:5829785] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800065e6f0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:42:47.306 XCTRunner[50291:5828568] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800064beb0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:43:02.324 XCTRunner[50291:5830366] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000842040> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:43:17.342 XCTRunner[50291:5828568] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800005bcf0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:43:32.362 XCTRunner[50291:5830651] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x61800044de90> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:43:47.391 XCTRunner[50291:5830792] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000246fc0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:44:02.415 XCTRunner[50291:5830792] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x6180008445c0> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:44:17.439 XCTRunner[50291:5831199] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000853e90> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
2017-02-15 15:44:32.460 XCTRunner[50291:5831361] Enqueue Failure: UI Testing Failure - Failure fetching attributes for element <XCAccessibilityElement: 0x618000659a10> Device element: Error Domain=XCTestManagerErrorDomain Code=13 "Error copying attributes -25202" UserInfo={NSLocalizedDescription=Error copying attributes -25202} <unknown> 0 1
t = 308.34s Snapshot accessibility hierarchy for one.noa.crew
t = 308.38s Find: Descendants matching type Alert
t = 308.38s Use cached accessibility hierarchy for one.noa.crew
t = 308.38s Find: Descendants matching type Alert
t = 308.39s Find the Alert
t = 308.39s Use cached accessibility hierarchy for one.noa.crew
t = 308.39s Find: Descendants matching type Alert
t = 308.88s Find the Applicati
[debug] [JSONWP Proxy] Got response with status 200: {"value":"Alert is obstructing view","sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1","status":26}
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element 500 519 ms - 164
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context 200 2 ms - 84
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]","e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":"Alert is obstructing view","sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1","status":26}
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element 500 521 ms - 164
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context 200 1 ms - 84
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]","e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":"Alert is obstructing view","sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1","status":26}
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element 500 531 ms - 164
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context 200 1 ms - 84
[HTTP] --> POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]","e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0D6AF827-E62F-4235-9EDE-F014E3E1E8A1/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[contains(@label,'Crew')]/XCUIElementTypeWindow[1]"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":"Alert is obstructing view","sessionId":"0D6AF827-E62F-4235-9EDE-F014E3E1E8A1","status":26}
[HTTP] <-- POST /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/element 500 496 ms - 164
[HTTP] --> GET /wd/hub/session/e35fde77-0300-42a7-a572-64ac4f714e4f/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["e35fde77-0300-42a7-a572-64ac4f714e4f"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment