Skip to content

Instantly share code, notes, and snippets.

@felyppers
Created December 20, 2017 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felyppers/e9d4ffab01a816722c9b2cfe09e49ae3 to your computer and use it in GitHub Desktop.
Save felyppers/e9d4ffab01a816722c9b2cfe09e49ae3 to your computer and use it in GitHub Desktop.
appium log
2017-12-20 17:46:04:890 - [Appium] Welcome to Appium v1.7.2-beta2
2017-12-20 17:46:04:892 - [Appium] Non-default server args:
2017-12-20 17:46:04:892 - [Appium] port: 5707
2017-12-20 17:46:04:893 - [Appium] backendRetries: 5
2017-12-20 17:46:04:893 - [Appium] logTimestamp: true
2017-12-20 17:46:04:894 - [Appium] tmpDir: tmp/5707/
2017-12-20 17:46:04:894 - [Appium] wdaLocalPort: 4707
2017-12-20 17:46:04:895 - [Appium] udid: ###############################
2017-12-20 17:46:04:896 - [Appium] Deprecated server args:
2017-12-20 17:46:04:897 - [Appium] -U,--udid => --default-capabilities '{"udid":"###############################"}'
2017-12-20 17:46:04:898 - [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
2017-12-20 17:46:04:899 - [Appium] udid: ###############################
2017-12-20 17:46:04:929 - [Appium] Appium REST http interface listener started on 0.0.0.0:5707
2017-12-20 17:49:40:081 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"browserName":"","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":true,"nativeEvents":false,"rotatable":false,"platformName":"ios","deviceName":"iPad mini 2","platformVersion":"11.1","udid":"###############################","bundleId":"com.genericapp.appname","launchTimeout":200000,"newCommandTimeout":1000000,"screenshotWaitTimeout":10,"fullReset":false,"noReset":true,"automationName":"XCUITest","wdaStartupRetries":3,"wdaLaunchTimeout":300000,"wdaConnectionTimeout":1000000,"commandTimeouts":"30000","simpleIsVisibleCheck":true,"wdaLocalPort":4707,"xcodeSigningId":"iPhone Developer","xcodeOrgId":"3THJCX5EUA"}}
2017-12-20 17:49:40:084 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":true,"nativeEvents":false,"rotatable":false,"platformName":"ios","deviceName":"iPad mini 2","platformVersion":"11.1","udid":"###############################","bundleId":"com.genericapp.appname","launchTimeout":200000,"newCommandTimeout":1000000,"screenshotWaitTimeout":10,"fullReset":false,"noReset":true,"automationName":"XCUITest","wdaStartupRetries":3,"wdaLaunchTimeout":300000,"wdaConnectionTimeout":1000000,"commandTimeouts":"30000","simpleIsVisibleCheck":true,"wdaLocalPort":4707,"xcodeSigningId":"iPhone Developer","xcodeOrgId":"3THJCX5EUA"},null,null]
2017-12-20 17:49:40:085 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1513792180085 (15:49:40 GMT-0200 (-02))
2017-12-20 17:49:40:087 - [Appium] Creating new XCUITestDriver (v2.61.0) session
2017-12-20 17:49:40:087 - [Appium] Capabilities:
2017-12-20 17:49:40:088 - [Appium] browserName:
2017-12-20 17:49:40:088 - [Appium] version:
2017-12-20 17:49:40:088 - [Appium] platform: ANY
2017-12-20 17:49:40:088 - [Appium] javascriptEnabled: true
2017-12-20 17:49:40:089 - [Appium] cssSelectorsEnabled: true
2017-12-20 17:49:40:089 - [Appium] takesScreenshot: true
2017-12-20 17:49:40:089 - [Appium] nativeEvents: false
2017-12-20 17:49:40:089 - [Appium] rotatable: false
2017-12-20 17:49:40:090 - [Appium] platformName: ios
2017-12-20 17:49:40:090 - [Appium] deviceName: iPad mini 2
2017-12-20 17:49:40:090 - [Appium] platformVersion: 11.1
2017-12-20 17:49:40:091 - [Appium] udid: ###############################
2017-12-20 17:49:40:091 - [Appium] bundleId: com.genericapp.appname
2017-12-20 17:49:40:091 - [Appium] launchTimeout: 200000
2017-12-20 17:49:40:092 - [Appium] newCommandTimeout: 1000000
2017-12-20 17:49:40:092 - [Appium] screenshotWaitTimeout: 10
2017-12-20 17:49:40:093 - [Appium] fullReset: false
2017-12-20 17:49:40:093 - [Appium] noReset: true
2017-12-20 17:49:40:094 - [Appium] automationName: XCUITest
2017-12-20 17:49:40:094 - [Appium] wdaStartupRetries: 3
2017-12-20 17:49:40:095 - [Appium] wdaLaunchTimeout: 300000
2017-12-20 17:49:40:095 - [Appium] wdaConnectionTimeout: 1000000
2017-12-20 17:49:40:095 - [Appium] commandTimeouts: 30000
2017-12-20 17:49:40:095 - [Appium] simpleIsVisibleCheck: true
2017-12-20 17:49:40:096 - [Appium] wdaLocalPort: 4707
2017-12-20 17:49:40:096 - [Appium] xcodeSigningId: iPhone Developer
2017-12-20 17:49:40:096 - [Appium] xcodeOrgId: 3THJCX5EUA
2017-12-20 17:49:40:115 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: version, platform, javascriptEnabled, cssSelectorsEnabled, takesScreenshot, nativeEvents, rotatable.
2017-12-20 17:49:40:131 - [BaseDriver] Session created with session id: 331c257c-559b-4785-a47d-6f7fdde4823e
2017-12-20 17:49:40:140 - [debug] [XCUITest] Current user: 'felyppe.rodrigues'
2017-12-20 17:49:40:756 - [debug] [XCUITest] Current version of libimobiledevice: stable 1.2.0 (bottled), HEAD
2017-12-20 17:49:40:831 - [debug] [XCUITest] Xcode version set to '9.2' (tools v9.1.0.0.1.1508540944)
2017-12-20 17:49:40:840 - [debug] [XCUITest] iOS SDK Version set to '11.2'
2017-12-20 17:49:40:841 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1513792180840 (15:49:40 GMT-0200 (-02))
2017-12-20 17:49:40:964 - [debug] [XCUITest] Available devices: ###############################
2017-12-20 17:49:40:965 - [debug] [XCUITest] Creating iDevice object with udid '###############################'
2017-12-20 17:49:40:967 - [XCUITest] Determining device to run tests on: udid: '###############################', real device: true
2017-12-20 17:49:40:968 - [debug] [BaseDriver] Event 'appConfigured' logged at 1513792180968 (15:49:40 GMT-0200 (-02))
2017-12-20 17:49:40:971 - [debug] [BaseDriver] Event 'resetStarted' logged at 1513792180968 (15:49:40 GMT-0200 (-02))
2017-12-20 17:49:40:971 - [debug] [XCUITest] Reset: fullReset not set. Leaving as is
2017-12-20 17:49:40:972 - [debug] [BaseDriver] Event 'resetComplete' logged at 1513792180972 (15:49:40 GMT-0200 (-02))
2017-12-20 17:49:40:974 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-12-20 17:49:40:976 - [debug] [iOSLog] Starting iOS device log capture with: 'idevicesyslog'
2017-12-20 17:49:41:184 - [debug] [XCUITest] Crash reports root '/Users/felyppe.rodrigues/Library/Logs/CrashReporter/MobileDevice/iPad' does not exist. Got nothing to gather.
2017-12-20 17:49:41:185 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1513792181185 (15:49:41 GMT-0200 (-02))
2017-12-20 17:49:41:186 - [XCUITest] Setting up real device
2017-12-20 17:49:41:403 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-12-20 17:49:41:404 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-12-20 17:49:41:436 - [debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 4707 have been found
2017-12-20 17:49:41:439 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:41:463 - [debug] [XCUITest] WDA is not listening at 'http://localhost:4707/'
2017-12-20 17:49:41:464 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1513792181464 (15:49:41 GMT-0200 (-02))
2017-12-20 17:49:41:465 - [XCUITest] Launching WebDriverAgent on the device
2017-12-20 17:49:41:469 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-12-20 17:49:41:470 - [debug] [XCUITest] Killing running processes 'xcodebuild.*###############################, iproxy 4707' for the device ###############################...
2017-12-20 17:49:41:497 - [debug] [XCUITest] 'pgrep -nif xcodebuild.*###############################' didn't detect any matching processes. Return code: 1
2017-12-20 17:49:41:530 - [debug] [XCUITest] 'pgrep -nif iproxy 4707' didn't detect any matching processes. Return code: 1
2017-12-20 17:49:41:531 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 4707 to device port 8100 over USB
2017-12-20 17:49:46:543 - [debug] [XCUITest] Using Xcode 9.2, so fixing WDA codebase
2017-12-20 17:49:46:550 - [debug] [XCUITest] Generating xcode config file for orgId '3THJCX5EUA' and signingId 'iPhone Developer'
2017-12-20 17:49:46:552 - [debug] [XCUITest] Writing xcode config file to /var/folders/m2/rjhbvj_j6tb31shsbywf5pp80000gp/T/20171120-10872-ai8jot.7zgne45cdi/appium-temp.xcconfig
2017-12-20 17:49:46:554 - [debug] [XCUITest] Using Xcode configuration file: '/var/folders/m2/rjhbvj_j6tb31shsbywf5pp80000gp/T/20171120-10872-ai8jot.7zgne45cdi/appium-temp.xcconfig'
2017-12-20 17:49:46:555 - [debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=############################### IPHONEOS_DEPLOYMENT_TARGET=11.1 -xcconfig /var/folders/m2/rjhbvj_j6tb31shsbywf5pp80000gp/T/20171120-10872-ai8jot.7zgne45cdi/appium-temp.xcconfig' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-12-20 17:49:46:555 - [debug] [XCUITest] Output from xcodebuild will not be logged. To see xcode logging, use 'showXcodeLog' desired capability
2017-12-20 17:49:47:011 - [debug] [XCUITest] Waiting up to 300000ms for WebDriverAgent to start
2017-12-20 17:49:47:013 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:47:641 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:48:253 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:48:870 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:49:481 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:50:092 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:50:703 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:51:319 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:51:983 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:52:607 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:53:223 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:53:840 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:54:453 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:55:067 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:55:682 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:56:293 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:56:910 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:57:525 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:58:133 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:58:740 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:59:095 - [debug] [XCUITest] Log file for xcodebuild test: /var/folders/m2/rjhbvj_j6tb31shsbywf5pp80000gp/T/com.apple.dt.XCTest/IDETestRunSession-DA87255A-1B84-4074-86CA-5D4E5CC1C487/WebDriverAgentRunner-751E468C-D7CD-4462-A098-55FB6F0FBC12/Session-WebDriverAgentRunner-2017-12-20_154959-peYyIW.log
2017-12-20 17:49:59:348 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:49:59:973 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:00:608 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:01:227 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:01:879 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:02:500 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:03:127 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:03:752 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:04:370 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:04:983 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:05:598 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:06:211 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:06:823 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:07:433 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:08:050 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:08:663 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:4707/status] with no body
2017-12-20 17:50:08:790 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.1.2\",\n \"sdkVersion\" : \"11.2\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.1.2\",\n \"ip\" : \"10.0.22.243\"\n },\n \"build\" : {\n \"time\" : \"Dec 20 2017 15:49:51\"\n }\n },\n \"sessionId\" : \"267D97C4-F16D-4F0B-BDA2-7D39ABA8A8FC\",\n \"status\" : 0\n}"
2017-12-20 17:50:08:791 - [debug] [XCUITest] WebDriverAgent running on ip '10.0.22.243'
2017-12-20 17:50:08:792 - [debug] [XCUITest] WebDriverAgent successfully started after 22234ms
2017-12-20 17:50:08:793 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1513792208793 (15:50:08 GMT-0200 (-02))
2017-12-20 17:50:08:793 - [debug] [XCUITest] Sending createSession command to WDA
2017-12-20 17:50:08:796 - [debug] [XCUITest] Setting custom timeout to 30000 ms for "createSession" command
2017-12-20 17:50:08:796 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:4707/session] with body: {"desiredCapabilities":{"bundleId":"com.genericapp.appname","arguments":[],"environment":{},"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-12-20 17:50:15:424 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"B7CB707D-F19E-4D66-84EF-C0429CF873B9","capabilities":{"device":"ipad","browserName":"Colorfy","sdkVersion":"11.1.2","CFBundleIdentifier":"com.genericapp.appname"}},"sessionId":"B7CB707D-F19E-4D66-84EF-C0429CF873B9","status":0}
2017-12-20 17:50:15:425 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1513792215425 (15:50:15 GMT-0200 (-02))
2017-12-20 17:50:15:425 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1513792215425 (15:50:15 GMT-0200 (-02))
2017-12-20 17:50:15:427 - [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2017-12-20 17:50:15:430 - [debug] [BaseDriver] Event 'orientationSet' logged at 1513792215427 (15:50:15 GMT-0200 (-02))
2017-12-20 17:50:15:431 - [Appium] New XCUITestDriver session created successfully, session 331c257c-559b-4785-a47d-6f7fdde4823e added to master session list
2017-12-20 17:50:15:432 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1513792215431 (15:50:15 GMT-0200 (-02))
2017-12-20 17:50:15:433 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"ANY","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"version":"","cssSelectorsEnabled":true,"nativeEvents":false,"rotatable":false,"platformName":"ios","deviceName":"iPad mini 2","platformVersion":"11.1","udid":"###############################","bundleId":"com.genericapp.appname","launchTimeout":200000,"newCommandTimeout":1000000,"screenshotWaitTimeout":10,"fullReset":false,"noReset":true,"automationName":"XCUITest","wdaStartupRetries":3,"wdaLaunchTimeout":300000,"wdaConnectionTimeout":1000000,"commandTimeouts":"30000","simpleIsVisibleCheck":true,"wdaLocalPort":4707,"xcodeSigningId":"iPhone Developer","xcodeOrgId":"3THJCX5EUA"}
2017-12-20 17:50:15:437 - [HTTP] <-- POST /wd/hub/session 200 35352 ms - 859
2017-12-20 17:50:15:442 - [HTTP] --> GET /wd/hub/status {}
2017-12-20 17:50:15:442 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-12-20 17:50:15:452 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.7.2-beta2","revision":null}}
2017-12-20 17:50:15:454 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 89
2017-12-20 17:50:15:456 - [HTTP] --> POST /wd/hub/session/331c257c-559b-4785-a47d-6f7fdde4823e/timeouts/implicit_wait {"ms":0}
2017-12-20 17:50:15:457 - [debug] [MJSONWP] Calling AppiumDriver.implicitWait() with args: [0,"331c257c-559b-4785-a47d-6f7fdde4823e"]
2017-12-20 17:50:15:458 - [debug] [XCUITest] Executing command 'implicitWait'
2017-12-20 17:50:15:465 - [debug] [BaseDriver] Set implicit wait to 0ms
2017-12-20 17:50:15:467 - [debug] [MJSONWP] Responding to client with driver.implicitWait() result: null
2017-12-20 17:50:15:470 - [HTTP] <-- POST /wd/hub/session/331c257c-559b-4785-a47d-6f7fdde4823e/timeouts/implicit_wait 200 12 ms - 76
2017-12-20 17:50:45:446 - [debug] [XCUITest] Connection to WDA timed out
2017-12-20 17:50:45:447 - [debug] [iProxy] recv failed: Operation not permitted
2017-12-20 17:54:42:590 - [HTTP] --> POST /wd/hub/session/331c257c-559b-4785-a47d-6f7fdde4823e/elements {"using":"-ios predicate string","value":"type!=nil"}
2017-12-20 17:54:42:592 - [debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type!=nil","331c257c-559b-4785-a47d-6f7fdde4823e"]
2017-12-20 17:54:42:593 - [debug] [XCUITest] Executing command 'findElements'
2017-12-20 17:54:42:594 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-12-20 17:54:42:594 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-12-20 17:54:42:595 - [debug] [XCUITest] Setting custom timeout to 30000 ms for "findElements" command
2017-12-20 17:54:42:595 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:4707/session/B7CB707D-F19E-4D66-84EF-C0429CF873B9/elements] with body: {"using":"predicate string","value":"type!=nil"}
2017-12-20 17:55:12:606 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2017-12-20 17:55:12:606 - [debug] [iOSLog] Stopping iOS log capture
2017-12-20 17:55:12:623 - [Appium] Closing session, cause was 'Appium did not get any response from "findElements" command in 30000 ms'
2017-12-20 17:55:12:623 - [Appium] Removing session 331c257c-559b-4785-a47d-6f7fdde4823e from our master session list
2017-12-20 17:55:12:624 - [debug] [MJSONWP] Responding to client with driver.findElements() result: []
2017-12-20 17:55:12:627 - [HTTP] <-- POST /wd/hub/session/331c257c-559b-4785-a47d-6f7fdde4823e/elements 200 30034 ms - 74
2017-12-20 17:55:12:631 - [debug] [XCUITest] Connection to WDA timed out
2017-12-20 17:55:12:671 - [debug] [XCUITest] Log file for xcodebuild test: /var/folders/m2/rjhbvj_j6tb31shsbywf5pp80000gp/T/com.apple.dt.XCTest/IDETestRunSession-DA87255A-1B84-4074-86CA-5D4E5CC1C487/WebDriverAgentRunner-751E468C-D7CD-4462-A098-55FB6F0FBC12/Session-WebDriverAgentRunner-2017-12-20_155512-VfKF3L.log
2017-12-20 17:55:12:693 - [debug] [XCUITest] Connection to WDA timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment