Skip to content

Instantly share code, notes, and snippets.

@lubshilk
Created November 13, 2019 08:10
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 lubshilk/802cd84afc2f2d213e2cf1a8fdd0082f to your computer and use it in GitHub Desktop.
Save lubshilk/802cd84afc2f2d213e2cf1a8fdd0082f to your computer and use it in GitHub Desktop.
2019-11-13 09:57:36:881 [Appium] Welcome to Appium v1.15.0
2019-11-13 09:57:36:884 [Appium] Non-default server args:
2019-11-13 09:57:36:885 [Appium] address: 127.0.0.1
2019-11-13 09:57:36:886 [Appium] port: 4735
2019-11-13 09:57:36:886 [Appium] logFile: /Users/cellactqa/Desktop/Logs/appiumServeriPhoneSE.log
2019-11-13 09:57:36:886 [Appium] localTimezone: true
2019-11-13 09:57:36:886 [Appium] logNoColors: true
2019-11-13 09:57:36:947 [Appium] Appium REST http interface listener started on 127.0.0.1:4735
2019-11-13 09:57:36:992 [HTTP] --> GET /wd/hub/status
2019-11-13 09:57:36:992 [HTTP] {}
2019-11-13 09:57:36:996 [GENERIC] Calling AppiumDriver.getStatus() with args: []
2019-11-13 09:57:37:000 [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.0"}}
2019-11-13 09:57:37:011 [HTTP] <-- GET /wd/hub/status 200 14 ms - 68
2019-11-13 09:57:37:011 [HTTP]
2019-11-13 09:57:37:982 [HTTP] --> POST /wd/hub/session
2019-11-13 09:57:37:983 [HTTP] {"desiredCapabilities":{"app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","noReset":true,"xcodeOrgId":"L3R4967P3J","deviceName":"iPhoneSE","updatedWDABundleId":"com.cellact.secnum2","xcodeSigningId":"iPhone Developer","showIOSLog":false,"wdaStartupRetryInterval":2000,"showXcodeLog":true,"maxTypingFrequency":100,"newCommandTimeout":"0","platformVersion":"13","automationName":"XCUITest","useNewWDA":true,"wdaStartupRetries":1,"platformName":"iOS","udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78"},"capabilities":{"firstMatch":[{"appium:app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","appium:automationName":"XCUITest","appium:deviceName":"iPhoneSE","appium:maxTypingFrequency":100,"appium:newCommandTimeout":"0","appium:noReset":true,"platformName":"ios","appium:platformVersion":"13","appium:showIOSLog":false,"appium:showXcodeLog":true,"appium:udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","appium:updatedWDABundleId":"com.cellact.secnum2","appium:useNewWDA
2019-11-13 09:57:37:984 [W3C] Calling AppiumDriver.createSession() with args: [{"app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","noReset":true,"xcodeOrgId":"L3R4967P3J","deviceName":"iPhoneSE","updatedWDABundleId":"com.cellact.secnum2","xcodeSigningId":"iPhone Developer","showIOSLog":false,"wdaStartupRetryInterval":2000,"showXcodeLog":true,"maxTypingFrequency":100,"newCommandTimeout":"0","platformVersion":"13","automationName":"XCUITest","useNewWDA":true,"wdaStartupRetries":1,"platformName":"iOS","udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78"},null,{"firstMatch":[{"appium:app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","appium:automationName":"XCUITest","appium:deviceName":"iPhoneSE","appium:maxTypingFrequency":100,"appium:newCommandTimeout":"0","appium:noReset":true,"platformName":"ios","appium:platformVersion":"13","appium:showIOSLog":false,"appium:showXcodeLog":true,"appium:udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","appium:updatedWDABundleId":"com.cellact.secnum2","appium:useNewWDA":true,"appium:wdaStartupRetries":1,"appium:wdaStartu...
2019-11-13 09:57:37:985 [BaseDriver] Event 'newSessionRequested' logged at 1573631857985 (09:57:37 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:37:995 [BaseDriver] Number capability passed in as string. Functionality may be compromised.
2019-11-13 09:57:38:622 [Appium] Appium v1.15.0 creating new XCUITestDriver (v2.133.1) session
2019-11-13 09:57:38:626 [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
2019-11-13 09:57:38:627 [BaseDriver] Creating session with W3C capabilities: {
2019-11-13 09:57:38:627 [BaseDriver] "alwaysMatch": {
2019-11-13 09:57:38:627 [BaseDriver] "platformName": "ios",
2019-11-13 09:57:38:627 [BaseDriver] "appium:app": "/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa",
2019-11-13 09:57:38:627 [BaseDriver] "appium:automationName": "XCUITest",
2019-11-13 09:57:38:628 [BaseDriver] "appium:deviceName": "iPhoneSE",
2019-11-13 09:57:38:628 [BaseDriver] "appium:maxTypingFrequency": 100,
2019-11-13 09:57:38:628 [BaseDriver] "appium:newCommandTimeout": "0",
2019-11-13 09:57:38:628 [BaseDriver] "appium:noReset": true,
2019-11-13 09:57:38:628 [BaseDriver] "appium:platformVersion": "13",
2019-11-13 09:57:38:629 [BaseDriver] "appium:showIOSLog": false,
2019-11-13 09:57:38:629 [BaseDriver] "appium:showXcodeLog": true,
2019-11-13 09:57:38:629 [BaseDriver] "appium:udid": "bfea4f543d41aaf0ca3697f9d30c97ded6a54b78",
2019-11-13 09:57:38:629 [BaseDriver] "appium:updatedWDABundleId": "com.cellact.secnum2",
2019-11-13 09:57:38:629 [BaseDriver] "appium:useNewWDA": true,
2019-11-13 09:57:38:630 [BaseDriver] "appium:wdaStartupRetries": 1,
2019-11-13 09:57:38:630 [BaseDriver] "appium:wdaStartupRetryInterval": 2000,
2019-11-13 09:57:38:630 [BaseDriver] "appium:xcodeOrgId": "L3R4967P3J",
2019-11-13 09:57:38:630 [BaseDriver] "appium:xcodeSigningId": "iPhone Developer"
2019-11-13 09:57:38:630 [BaseDriver] },
2019-11-13 09:57:38:630 [BaseDriver] "firstMatch": [
2019-11-13 09:57:38:631 [BaseDriver] {}
2019-11-13 09:57:38:631 [BaseDriver] ]
2019-11-13 09:57:38:631 [BaseDriver] }
2019-11-13 09:57:38:634 [BaseDriver] Number capability passed in as string. Functionality may be compromised.
2019-11-13 09:57:38:639 [BaseDriver] Capability 'newCommandTimeout' changed from string ('0') to integer (0). This may cause unexpected behavior
2019-11-13 09:57:38:645 [BaseDriver] Session created with session id: 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:38:717 [XCUITest] Current user: 'cellactqa'
2019-11-13 09:57:38:744 [XCUITest] Available devices: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:57:38:745 [XCUITest] Creating iDevice object with udid 'bfea4f543d41aaf0ca3697f9d30c97ded6a54b78'
2019-11-13 09:57:38:745 [XCUITest] Determining device to run tests on: udid: 'bfea4f543d41aaf0ca3697f9d30c97ded6a54b78', real device: true
2019-11-13 09:57:38:746 [XCUITest] Normalized platformVersion capability value '13' to '13.0'
2019-11-13 09:57:38:836 [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1573631858835 (09:57:38 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:38:845 [BaseDriver] Using local app '/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa'
2019-11-13 09:57:38:943 [BaseDriver] Unzipping '/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa'
2019-11-13 09:57:39:780 [BaseDriver] Extracted 244 item(s) from '/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa'
2019-11-13 09:57:39:810 [BaseDriver] Matched 243 item(s) in the extracted archive. Assuming 'Payload/2number.app' is the correct bundle
2019-11-13 09:57:39:816 [BaseDriver] Unzipped local app to '/var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-9cdocn.d2bup/Payload/2number.app'
2019-11-13 09:57:39:819 [BaseDriver] Event 'appConfigured' logged at 1573631859819 (09:57:39 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:39:820 [XCUITest] Checking whether app '/var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-9cdocn.d2bup/Payload/2number.app' is actually present on file system
2019-11-13 09:57:39:820 [XCUITest] App is present
2019-11-13 09:57:39:825 [iOS] Getting bundle ID from app '/var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-9cdocn.d2bup/Payload/2number.app': 'com.cellact.secnum2'
2019-11-13 09:57:39:827 [BaseDriver] Event 'resetStarted' logged at 1573631859825 (09:57:39 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:39:827 [XCUITest] Reset: fullReset not set. Leaving as is
2019-11-13 09:57:39:827 [BaseDriver] Event 'resetComplete' logged at 1573631859827 (09:57:39 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:40:099 [XCUITest] Crash reports root '/Users/cellactqa/Library/Logs/CrashReporter/MobileDevice/iPhone' does not exist. Got nothing to gather.
2019-11-13 09:57:40:100 [BaseDriver] Event 'logCaptureStarted' logged at 1573631860100 (09:57:40 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:40:100 [XCUITest] Setting up real device
2019-11-13 09:57:40:101 [XCUITest] Verifying application platform
2019-11-13 09:57:40:105 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"]
2019-11-13 09:57:40:287 [XCUITest] App 'com.cellact.secnum2' is already installed. No need to reinstall.
2019-11-13 09:57:40:288 [BaseDriver] Event 'appInstalled' logged at 1573631860288 (09:57:40 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:40:291 [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
2019-11-13 09:57:40:292 [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2019-11-13 09:57:40:400 [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2019-11-13 09:57:40:401 [DevCon Factory] Requesting connection for device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 on local port 8100, device port 8100
2019-11-13 09:57:40:401 [DevCon Factory] Cached connections count: 0
2019-11-13 09:57:40:405 [DevCon Factory] Port #8100 is busy
2019-11-13 09:57:40:407 [DevCon Factory] Successfully requested the connection for bfea4f543d41aaf0ca3697f9d30c97ded6a54b78:8100
2019-11-13 09:57:40:408 [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2019-11-13 09:57:40:410 [XCUITest] Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding
2019-11-13 09:57:40:411 [XCUITest] Shutting down sub-processes
2019-11-13 09:57:40:647 [XCUITest] Uninstalling WDAs: 'com.cellact.secnum2.xctrunner'
2019-11-13 09:57:40:874 [BaseDriver] Event 'wdaUninstalled' logged at 1573631860873 (09:57:40 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:40:874 [XCUITest] Trying to start WebDriverAgent 1 times with 2000ms interval
2019-11-13 09:57:40:876 [BaseDriver] Event 'wdaStartAttempted' logged at 1573631860875 (09:57:40 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:40:877 [XCUITest] Launching WebDriverAgent on the device
2019-11-13 09:57:40:884 [WebDriverAgent] Fetching dependencies
2019-11-13 09:57:40:892 [WebDriverAgent] Dependencies up-to-date
2019-11-13 09:57:40:893 [XCUITest] Killing running processes 'xcodebuild.*bfea4f543d41aaf0ca3697f9d30c97ded6a54b78' for the device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78...
2019-11-13 09:57:40:924 [XCUITest] 'pgrep -ifn xcodebuild.*bfea4f543d41aaf0ca3697f9d30c97ded6a54b78' didn't detect any matching processes. Return code: 1
2019-11-13 09:57:40:972 [XCUITest] Successfully updated '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj/project.pbxproj' with bundle id 'com.cellact.secnum2'
2019-11-13 09:57:40:973 [XCUITest] Generating xcode config file for orgId 'L3R4967P3J' and signingId 'iPhone Developer'
2019-11-13 09:57:40:975 [XCUITest] Writing xcode config file to /var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-19jet94.19zc/appium-temp.xcconfig
2019-11-13 09:57:40:976 [XCUITest] Using Xcode configuration file: '/var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-19jet94.19zc/appium-temp.xcconfig'
2019-11-13 09:57:40:977 [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 IPHONEOS_DEPLOYMENT_TARGET=13.0 -xcconfig /var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-19jet94.19zc/appium-temp.xcconfig GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
2019-11-13 09:57:40:978 [XCUITest] Output from xcodebuild will be logged. To change this, use 'showXcodeLog' desired capability
2019-11-13 09:57:42:436 [Xcode] Build settings from command line:
2019-11-13 09:57:42:442 [Xcode]
2019-11-13 09:57:42:454 [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2019-11-13 09:57:42:456 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:42:458 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:42:468 [Xcode] COMPILER_INDEX_STORE_ENABLE = NO
2019-11-13 09:57:42:468 [Xcode] GCC_TREAT_WARNINGS_AS_ERRORS = 0
2019-11-13 09:57:42:468 [Xcode] IPHONEOS_DEPLOYMENT_TARGET = 13.0
2019-11-13 09:57:42:469 [Xcode]
2019-11-13 09:57:42:469 [Xcode] Build settings from configuration file '/var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-19jet94.19zc/appium-temp.xcconfig':
2019-11-13 09:57:42:469 [Xcode] CODE_SIGN_IDENTITY = iPhone Developer
2019-11-13 09:57:42:470 [Xcode] DEVELOPMENT_TEAM = L3R4967P3J
2019-11-13 09:57:42:470 [Xcode]
2019-11-13 09:57:42:470 [Xcode]
2019-11-13 09:57:42:492 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:42:496 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:43:080 [Xcode] 2019-11-13 09:57:43.080 xcodebuild[25317:1397295] DTDeviceKit: deviceType from bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 was NULL
2019-11-13 09:57:43:081 [Xcode]
2019-11-13 09:57:43:208 [Xcode] 2019-11-13 09:57:43.207 xcodebuild[25317:1397295] DTDeviceKit: deviceType from bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 was NULL
2019-11-13 09:57:43:208 [Xcode]
2019-11-13 09:57:43:501 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:43:501 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:43:511 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:43:513 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:44:515 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:44:516 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:44:524 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:44:526 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:44:933 [Xcode] note: Using new build system
2019-11-13 09:57:44:933 [Xcode]
2019-11-13 09:57:44:933 [Xcode] note: Planning build
2019-11-13 09:57:44:934 [Xcode]
2019-11-13 09:57:45:317 [Xcode] note: Constructing build description
2019-11-13 09:57:45:318 [Xcode]
2019-11-13 09:57:45:527 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:45:528 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:45:535 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:45:536 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:46:053 [Xcode] WriteAuxiliaryFile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentLib.build/WebDriverAgentLib-all-non-framework-target-headers.hmap (in target 'WebDriverAgentLib' from project 'WebDriverAgent')
2019-11-13 09:57:46:053 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:053 [Xcode] write-file /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentLib.build/WebDriverAgentLib-all-non-framework-target-headers.hmap
2019-11-13 09:57:46:053 [Xcode]
2019-11-13 09:57:46:054 [Xcode]
2019-11-13 09:57:46:054 [Xcode]
2019-11-13 09:57:46:107 [Xcode] ProcessProductPackaging "" /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:107 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:107 [Xcode]
2019-11-13 09:57:46:108 [Xcode]
2019-11-13 09:57:46:108 [Xcode] Entitlements:
2019-11-13 09:57:46:108 [Xcode]
2019-11-13 09:57:46:109 [Xcode] {
2019-11-13 09:57:46:109 [Xcode] "application-identifier" = "L3R4967P3J.com.cellact.secnum2.xctrunner";
2019-11-13 09:57:46:109 [Xcode] "com.apple.developer.team-identifier" = L3R4967P3J;
2019-11-13 09:57:46:109 [Xcode] "get-task-allow" = 1;
2019-11-13 09:57:46:110 [Xcode] "keychain-access-groups" = (
2019-11-13 09:57:46:110 [Xcode] "L3R4967P3J.com.cellact.secnum2.xctrunner"
2019-11-13 09:57:46:110 [Xcode] );
2019-11-13 09:57:46:110 [Xcode] }
2019-11-13 09:57:46:111 [Xcode]
2019-11-13 09:57:46:111 [Xcode]
2019-11-13 09:57:46:111 [Xcode] builtin-productPackagingUtility -entitlements -format xml -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent
2019-11-13 09:57:46:111 [Xcode]
2019-11-13 09:57:46:112 [Xcode]
2019-11-13 09:57:46:112 [Xcode] ProcessInfoPlistFile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgentLib/Info.plist (in target 'WebDriverAgentLib' from project 'WebDriverAgent')
2019-11-13 09:57:46:112 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:113 [Xcode] builtin-infoPlistUtility /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgentLib/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist
2019-11-13 09:57:46:113 [Xcode] warning: User-supplied CFBundleIdentifier value 'com.facebook.wda.lib' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value 'com.facebook.WebDriverAgentLib'. (in target 'WebDriverAgentLib' from project 'WebDriverAgent')
2019-11-13 09:57:46:113 [Xcode]
2019-11-13 09:57:46:113 [Xcode] WriteAuxiliaryFile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner-all-non-framework-target-headers.hmap (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:114 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:114 [Xcode] write-file /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner-all-non-framework-target-headers.hmap
2019-11-13 09:57:46:114 [Xcode]
2019-11-13 09:57:46:114 [Xcode]
2019-11-13 09:57:46:115 [Xcode] CodeSign /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework (in target 'WebDriverAgentLib' from project 'WebDriverAgent')
2019-11-13 09:57:46:115 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:115 [Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
2019-11-13 09:57:46:116 [Xcode]
2019-11-13 09:57:46:116 [Xcode] Signing Identity: "Apple Development: David Fassi (2Q5F79HY23)"
2019-11-13 09:57:46:116 [Xcode]
2019-11-13 09:57:46:116 [Xcode] /usr/bin/codesign --force --sign 741467806C2718D358FD7457D1E5A8965B3F1CEC --timestamp=none /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
2019-11-13 09:57:46:116 [Xcode]
2019-11-13 09:57:46:181 [Xcode] /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework: replacing existing signature
2019-11-13 09:57:46:182 [Xcode]
2019-11-13 09:57:46:386 [Xcode]
2019-11-13 09:57:46:386 [Xcode]
2019-11-13 09:57:46:390 [Xcode] ProcessInfoPlistFile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Info.plist /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgentRunner/Info.plist (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:390 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:391 [Xcode] builtin-infoPlistUtility /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgentRunner/Info.plist -producttype com.apple.product-type.bundle.ui-testing -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/ProductTypeInfoPlistAdditions.plist -requiredArchitecture arm64 -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Info.plist
2019-11-13 09:57:46:391 [Xcode]
2019-11-13 09:57:46:396 [Xcode] warning: User-supplied CFBundleIdentifier value 'com.facebook.wda.runner' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value 'com.cellact.secnum2'. (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:396 [Xcode]
2019-11-13 09:57:46:400 [Xcode]
2019-11-13 09:57:46:400 [Xcode] PBXCp /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:400 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:401 [Xcode] builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks
2019-11-13 09:57:46:401 [Xcode]
2019-11-13 09:57:46:538 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:46:538 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:46:546 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:46:548 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:46:713 [Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Frameworks/YYCache.framework/YYCache -r -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/YYCache.framework/YYCache
2019-11-13 09:57:46:714 [Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket -r -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket
2019-11-13 09:57:46:715 [Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer -r -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer
2019-11-13 09:57:46:716 [Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/WebDriverAgentLib -r -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/WebDriverAgentLib
2019-11-13 09:57:46:717 [Xcode]
2019-11-13 09:57:46:717 [Xcode] GenerateDSYMFile /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest.dSYM /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:718 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:718 [Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner -o /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest.dSYM
2019-11-13 09:57:46:719 [Xcode]
2019-11-13 09:57:46:719 [Xcode]
2019-11-13 09:57:46:720 [Xcode] CodeSign /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:720 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:720 [Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
2019-11-13 09:57:46:721 [Xcode]
2019-11-13 09:57:46:721 [Xcode] Signing Identity: "Apple Development: David Fassi (2Q5F79HY23)"
2019-11-13 09:57:46:721 [Xcode] Provisioning Profile: "iOS Team Provisioning Profile: *"
2019-11-13 09:57:46:722 [Xcode] (813380d3-6055-4fbe-8210-bd5ed23d5634)
2019-11-13 09:57:46:722 [Xcode]
2019-11-13 09:57:46:723 [Xcode] /usr/bin/codesign --force --sign 741467806C2718D358FD7457D1E5A8965B3F1CEC --timestamp=none --preserve-metadata=identifier,entitlements,flags /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
2019-11-13 09:57:46:724 [Xcode]
2019-11-13 09:57:46:790 [Xcode] /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework: replacing existing signature
2019-11-13 09:57:46:790 [Xcode]
2019-11-13 09:57:46:901 [Xcode]
2019-11-13 09:57:46:901 [Xcode]
2019-11-13 09:57:46:902 [Xcode] CodeSign /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:46:902 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:46:902 [Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
2019-11-13 09:57:46:902 [Xcode]
2019-11-13 09:57:46:903 [Xcode] Signing Identity: "Apple Development: David Fassi (2Q5F79HY23)"
2019-11-13 09:57:46:903 [Xcode] Provisioning Profile: "iOS Team Provisioning Profile: *"
2019-11-13 09:57:46:903 [Xcode] (813380d3-6055-4fbe-8210-bd5ed23d5634)
2019-11-13 09:57:46:906 [Xcode]
2019-11-13 09:57:46:908 [Xcode] /usr/bin/codesign --force --sign 741467806C2718D358FD7457D1E5A8965B3F1CEC --entitlements /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
2019-11-13 09:57:46:908 [Xcode]
2019-11-13 09:57:46:959 [Xcode] /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest: replacing existing signature
2019-11-13 09:57:46:960 [Xcode]
2019-11-13 09:57:47:119 [Xcode]
2019-11-13 09:57:47:120 [Xcode]
2019-11-13 09:57:47:120 [Xcode] CodeSign /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
2019-11-13 09:57:47:120 [Xcode] cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
2019-11-13 09:57:47:121 [Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
2019-11-13 09:57:47:121 [Xcode]
2019-11-13 09:57:47:121 [Xcode] Signing Identity: "Apple Development: David Fassi (2Q5F79HY23)"
2019-11-13 09:57:47:121 [Xcode] Provisioning Profile: "iOS Team Provisioning Profile: *"
2019-11-13 09:57:47:121 [Xcode] (813380d3-6055-4fbe-8210-bd5ed23d5634)
2019-11-13 09:57:47:122 [Xcode]
2019-11-13 09:57:47:125 [Xcode] /usr/bin/codesign --force --sign 741467806C2718D358FD7457D1E5A8965B3F1CEC --entitlements /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
2019-11-13 09:57:47:125 [Xcode]
2019-11-13 09:57:47:187 [Xcode] /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app: replacing existing signature
2019-11-13 09:57:47:187 [Xcode]
2019-11-13 09:57:47:445 [Xcode]
2019-11-13 09:57:47:445 [Xcode]
2019-11-13 09:57:47:463 [Xcode] ** TEST BUILD SUCCEEDED **
2019-11-13 09:57:47:464 [Xcode]
2019-11-13 09:57:47:464 [Xcode]
2019-11-13 09:57:47:502 [XCUITest] Log file for xcodebuild test: /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2019.11.13_09-57-44-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-BF961385-DB51-4147-B555-E1A257B70478/WebDriverAgentRunner-F75E517C-C7C5-4BE7-ACC8-9186EE16E75C/Session-WebDriverAgentRunner-2019-11-13_095747-vSuKsq.log
2019-11-13 09:57:47:503 [Xcode] 2019-11-13 09:57:47.501 xcodebuild[25317:1397296] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
2019-11-13 09:57:47:503 [Xcode] /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2019.11.13_09-57-44-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-BF961385-DB51-4147-B555-E1A257B70478/WebDriverAgentRunner-F75E517C-C7C5-4BE7-ACC8-9186EE16E75C/Session-WebDriverAgentRunner-2019-11-13_095747-vSuKsq.log
2019-11-13 09:57:47:503 [Xcode]
2019-11-13 09:57:47:505 [Xcode] 2019-11-13 09:57:47.504 xcodebuild[25317:1397288] [MT] IDETestOperationsObserverDebug: (2A74579F-107C-4D88-A1F5-B30DA770A588) Beginning test session WebDriverAgentRunner-2A74579F-107C-4D88-A1F5-B30DA770A588 at 2019-11-13 09:57:47.502 with Xcode 11B52 on target 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> {
2019-11-13 09:57:47:505 [Xcode] deviceSerialNumber: DX4SX3WPH2XJ
2019-11-13 09:57:47:505 [Xcode] identifier: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:57:47:505 [Xcode] deviceClass: iPhone
2019-11-13 09:57:47:506 [Xcode] deviceName: iPhone
2019-11-13 09:57:47:506 [Xcode] deviceIdentifier: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:57:47:506 [Xcode] productVersion: 13.2.2
2019-11-13 09:57:47:506 [Xcode] buildVersion: 17B102
2019-11-13 09:57:47:507 [Xcode] deviceSoftwareVersion: 13.2.2 (17B102)
2019-11-13 09:57:47:507 [Xcode] deviceArchitecture: arm64
2019-11-13 09:57:47:507 [Xcode] deviceTotalCapacity: 10937880576
2019-11-13 09:57:47:507 [Xcode] deviceAvailableCapacity: 4678250496
2019-11-13 09:57:47:507 [Xcode] deviceIsTransient: NO
2019-11-13 09:57:47:508 [Xcode] ignored: NO
2019-11-13 09:57:47:509 [Xcode] deviceIsBusy: NO
2019-11-13 09:57:47:509 [Xcode] deviceIsPaired: YES
2019-11-13 09:57:47:510 [Xcode] deviceIsActivated: YES
2019-11-13 09:57:47:511 [Xcode] deviceActivationState: Activated
2019-11-13 09:57:47:511 [Xcode] isPasscodeLocked: NO
2019-11-13 09:57:47:512 [Xcode] deviceType: <DVTDeviceType:0x7f830e723860 Xcode.DeviceType.iPhone>
2019-11-13 09:57:47:512 [Xcode] supportedDeviceFamilies: (
2019-11-13 09:57:47:512 [Xcode] 1
2019-11-13 09:57:47:513 [Xcode] )
2019-11-13 09:57:47:513 [Xcode] applications: (null)
2019-11-13 09:57:47:513 [Xcode] provisioningProfiles: (null)
2019-11-13 09:57:47:514 [Xcode] hasInternalSupport: NO
2019-11-13 09:57:47:514 [Xcode] hasWritableSystem: NO
2019-11-13 09:57:47:514 [Xcode] isSupportedOS: YES
2019-11-13 09:57:47:514 [Xcode] bootArgs: (null)
2019-11-13 09:57:47:514 [Xcode] nextBootArgs: (null)
2019-11-13 09:57:47:515 [Xcode] connected: YES
2019-11-13 09:57:47:515 [Xcode] isWirelessEnabled: NO
2019-11-13 09:57:47:515 [Xcode] connectionType: direct
2019-11-13 09:57:47:516 [Xcode] hostname: (null)
2019-11-13 09:57:47:516 [Xcode] bonjourServiceName: f0:79:60:9e:b3:0f@fe80::f279:60ff:fe9e:b30f._apple-mobdev2._tcp.local.
2019-11-13 09:57:47:517 [Xcode] activeProxiedDevice: (null)
2019-11-13 09:57:47:517 [Xcode] } (13.2.2 (17B102))
2019-11-13 09:57:47:517 [Xcode]
2019-11-13 09:57:47:549 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:47:549 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:47:555 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:47:556 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:47:637 [Xcode] 2019-11-13 09:57:47.637 xcodebuild[25317:1397288] [MT] IDETestOperationsObserverDebug: (2A74579F-107C-4D88-A1F5-B30DA770A588) Finished requesting crash reports. Continuing with testing.
2019-11-13 09:57:47:637 [Xcode]
2019-11-13 09:57:48:557 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:48:557 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:48:565 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:48:567 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:49:568 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:49:569 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:49:579 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:49:581 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:50:581 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:50:582 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:50:589 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:50:590 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:51:592 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:51:593 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:51:599 [iProxy@bfea4...] Connection was refused to port 8100
2019-11-13 09:57:51:601 [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
2019-11-13 09:57:51:952 [Xcode] 2019-11-13 09:57:51.932919+0200 WebDriverAgentRunner-Runner[900:265873] Running tests...
2019-11-13 09:57:51:952 [Xcode]
2019-11-13 09:57:52:056 [Xcode] objc[900]: Class GCDAsyncSocketPreBuffer is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5648) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c578). One of the two will be used. Which one is undefined.
2019-11-13 09:57:52:056 [Xcode]
2019-11-13 09:57:52:057 [Xcode] objc[900]: Class GCDAsyncReadPacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5698) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c5c8). One of the two will be used. Which one is undefined.
2019-11-13 09:57:52:057 [Xcode] objc[900]: Class GCDAsyncWritePacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca56e8) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c618). One of the two will be used. Which one is undefined.
2019-11-13 09:57:52:057 [Xcode] objc[900]: Class GCDAsyncSpecialPacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5738) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c668). One of the two will be used. Which one is undefined.
2019-11-13 09:57:52:058 [Xcode] objc[900]: Class GCDAsyncSocket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5788) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c6b8). One of the two will be used. Which one is undefined.
2019-11-13 09:57:52:058 [Xcode]
2019-11-13 09:57:52:501 [Xcode] Test Suite 'All tests' started at 2019-11-13 09:57:52.480
2019-11-13 09:57:52:501 [Xcode]
2019-11-13 09:57:52:502 [Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2019-11-13 09:57:52.481
2019-11-13 09:57:52:502 [Xcode] Test Suite 'UITestingUITests' started at 2019-11-13 09:57:52.481
2019-11-13 09:57:52:502 [Xcode]
2019-11-13 09:57:52:549 [Xcode] 2019-11-13 09:57:52.523717+0200 WebDriverAgentRunner-Runner[900:265873] [User Defaults] Couldn't write values for keys (
2019-11-13 09:57:52:549 [Xcode] KeyboardAutocorrection
2019-11-13 09:57:52:550 [Xcode] ) in CFPrefsPlistSource<0x280e97480> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2019-11-13 09:57:52:550 [Xcode]
2019-11-13 09:57:52:575 [Xcode] 2019-11-13 09:57:52.549818+0200 WebDriverAgentRunner-Runner[900:265873] [User Defaults] Couldn't write values for keys (
2019-11-13 09:57:52:576 [Xcode] KeyboardPrediction
2019-11-13 09:57:52:576 [Xcode] ) in CFPrefsPlistSource<0x280e97480> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2019-11-13 09:57:52:577 [Xcode]
2019-11-13 09:57:52:577 [Xcode] 2019-11-13 09:57:52.550736+0200 WebDriverAgentRunner-Runner[900:265873] [User Defaults] Couldn't write values for keys (
2019-11-13 09:57:52:577 [Xcode] KeyboardShowPredictionBar
2019-11-13 09:57:52:578 [Xcode] ) in CFPrefsPlistSource<0x280e97480> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2019-11-13 09:57:52:578 [Xcode] 2019-11-13 09:57:52.554425+0200 WebDriverAgentRunner-Runner[900:265873] [User Defaults] Couldn't write values for keys (
2019-11-13 09:57:52:578 [Xcode] DidShowGestureKeyboardIntroduction
2019-11-13 09:57:52:579 [Xcode] ) in CFPrefsPlistSource<0x280e97480> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2019-11-13 09:57:52:579 [Xcode] Test Case '-[UITestingUITests testRunner]' started.
2019-11-13 09:57:52:579 [Xcode] t = 0.00s Start Test at 2019-11-13 09:57:52.557
2019-11-13 09:57:52:579 [Xcode]
2019-11-13 09:57:52:581 [Xcode] t = 0.00s Set Up
2019-11-13 09:57:52:581 [Xcode]
2019-11-13 09:57:52:587 [Xcode] 2019-11-13 09:57:52.568147+0200 WebDriverAgentRunner-Runner[900:265873] Built at Nov 13 2019 09:53:30
2019-11-13 09:57:52:587 [Xcode]
2019-11-13 09:57:52:603 [WD Proxy] Matched '/status' to command name 'getStatus'
2019-11-13 09:57:52:603 [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2019-11-13 09:57:52:606 [Xcode] 2019-11-13 09:57:52.586501+0200 WebDriverAgentRunner-Runner[900:265873] ServerURLHere->http://192.168.36.108:8100<-ServerURLHere
2019-11-13 09:57:52:607 [Xcode]
2019-11-13 09:57:52:608 [Xcode] 2019-11-13 09:57:52.587637+0200 WebDriverAgentRunner-Runner[900:265980] Using singleton test manager
2019-11-13 09:57:52:608 [Xcode]
2019-11-13 09:57:52:624 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:52:625 [WD Proxy] "value" : {
2019-11-13 09:57:52:625 [WD Proxy] "message" : "WebDriverAgent is ready to accept commands",
2019-11-13 09:57:52:625 [WD Proxy] "state" : "success",
2019-11-13 09:57:52:626 [WD Proxy] "os" : {
2019-11-13 09:57:52:626 [WD Proxy] "name" : "iOS",
2019-11-13 09:57:52:626 [WD Proxy] "version" : "13.2.2",
2019-11-13 09:57:52:626 [WD Proxy] "sdkVersion" : "13.0"
2019-11-13 09:57:52:627 [WD Proxy] },
2019-11-13 09:57:52:627 [WD Proxy] "ios" : {
2019-11-13 09:57:52:627 [WD Proxy] "simulatorVersion" : "13.2.2",
2019-11-13 09:57:52:627 [WD Proxy] "ip" : "192.168.36.108"
2019-11-13 09:57:52:627 [WD Proxy] },
2019-11-13 09:57:52:628 [WD Proxy] "ready" : true,
2019-11-13 09:57:52:628 [WD Proxy] "build" : {
2019-11-13 09:57:52:628 [WD Proxy] "upgradedAt" : "1570444959321",
2019-11-13 09:57:52:628 [WD Proxy] "time" : "Nov 13 2019 09:53:30",
2019-11-13 09:57:52:629 [WD Proxy] "productBundleIdentifier" : "com.cellact.secnum2"
2019-11-13 09:57:52:629 [WD Proxy] }
2019-11-13 09:57:52:629 [WD Proxy] },
2019-11-13 09:57:52:629 [WD Proxy] "sessionId" : "31AC9BDF-AA0F-4EDC-BBCD-B4778BF7217E"
2019-11-13 09:57:52:630 [WD Proxy] }
2019-11-13 09:57:52:631 [XCUITest] WebDriverAgent information:
2019-11-13 09:57:52:631 [XCUITest] {
2019-11-13 09:57:52:631 [XCUITest] "message": "WebDriverAgent is ready to accept commands",
2019-11-13 09:57:52:632 [XCUITest] "state": "success",
2019-11-13 09:57:52:632 [XCUITest] "os": {
2019-11-13 09:57:52:632 [XCUITest] "name": "iOS",
2019-11-13 09:57:52:633 [XCUITest] "version": "13.2.2",
2019-11-13 09:57:52:633 [XCUITest] "sdkVersion": "13.0"
2019-11-13 09:57:52:633 [XCUITest] },
2019-11-13 09:57:52:633 [XCUITest] "ios": {
2019-11-13 09:57:52:633 [XCUITest] "simulatorVersion": "13.2.2",
2019-11-13 09:57:52:634 [XCUITest] "ip": "192.168.36.108"
2019-11-13 09:57:52:634 [XCUITest] },
2019-11-13 09:57:52:634 [XCUITest] "ready": true,
2019-11-13 09:57:52:634 [XCUITest] "build": {
2019-11-13 09:57:52:634 [XCUITest] "upgradedAt": "1570444959321",
2019-11-13 09:57:52:635 [XCUITest] "time": "Nov 13 2019 09:53:30",
2019-11-13 09:57:52:635 [XCUITest] "productBundleIdentifier": "com.cellact.secnum2"
2019-11-13 09:57:52:635 [XCUITest] }
2019-11-13 09:57:52:636 [XCUITest] }
2019-11-13 09:57:52:636 [XCUITest] WebDriverAgent successfully started after 11656ms
2019-11-13 09:57:52:643 [BaseDriver] Event 'wdaSessionAttempted' logged at 1573631872643 (09:57:52 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:52:643 [XCUITest] Sending createSession command to WDA
2019-11-13 09:57:52:645 [WD Proxy] Matched '/session' to command name 'createSession'
2019-11-13 09:57:52:646 [WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.cellact.secnum2","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":100,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
2019-11-13 09:57:52:674 [Xcode] t = 0.09s Open com.cellact.secnum2
2019-11-13 09:57:52:674 [Xcode] t = 0.09s Launch com.cellact.secnum2
2019-11-13 09:57:52:675 [Xcode]
2019-11-13 09:57:53:213 [Xcode] t = 0.63s Setting up automation session
2019-11-13 09:57:53:214 [Xcode]
2019-11-13 09:57:53:253 [Xcode] t = 0.68s Wait for com.cellact.secnum2 to idle
2019-11-13 09:57:53:254 [Xcode]
2019-11-13 09:57:54:315 [Xcode] t = 1.73s Find the Application 'com.cellact.secnum2'
2019-11-13 09:57:54:316 [Xcode]
2019-11-13 09:57:54:317 [Xcode] t = 1.74s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:54:318 [Xcode]
2019-11-13 09:57:54:361 [WD Proxy] Got response with status 200: {"value":{"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337","capabilities":{"device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2"}},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:54:362 [WD Proxy] Determined the downstream protocol as 'W3C'
2019-11-13 09:57:54:363 [BaseDriver] Event 'wdaSessionStarted' logged at 1573631874362 (09:57:54 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:54:363 [BaseDriver] Event 'wdaStarted' logged at 1573631874363 (09:57:54 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:54:364 [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2019-11-13 09:57:54:364 [BaseDriver] Event 'orientationSet' logged at 1573631874364 (09:57:54 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:54:365 [Appium] New XCUITestDriver session created successfully, session 59074311-ffb7-453c-b40a-cbb5e26c7ce5 added to master session list
2019-11-13 09:57:54:366 [BaseDriver] Event 'newSessionStarted' logged at 1573631874366 (09:57:54 GMT+0200 (Israel Standard Time))
2019-11-13 09:57:54:367 [W3C (59074311)] Cached the protocol value 'W3C' for the new session 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:54:368 [W3C (59074311)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer"}}
2019-11-13 09:57:54:370 [HTTP] <-- POST /wd/hub/session 200 16386 ms - 764
2019-11-13 09:57:54:370 [HTTP]
2019-11-13 09:57:54:475 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:54:475 [HTTP] {}
2019-11-13 09:57:54:477 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:478 [XCUITest] Executing command 'getSession'
2019-11-13 09:57:54:480 [WD Proxy] Matched '/' to command name 'getSession'
2019-11-13 09:57:54:480 [WD Proxy] Proxying [GET /] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337] with no body
2019-11-13 09:57:54:500 [Xcode] t = 1.92s Find the Application 'com.cellact.secnum2'
2019-11-13 09:57:54:500 [Xcode] t = 1.92s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:54:501 [Xcode]
2019-11-13 09:57:54:559 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:54:560 [WD Proxy] "value" : {
2019-11-13 09:57:54:560 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337",
2019-11-13 09:57:54:560 [WD Proxy] "capabilities" : {
2019-11-13 09:57:54:560 [WD Proxy] "device" : "iphone",
2019-11-13 09:57:54:561 [WD Proxy] "browserName" : "SecNum",
2019-11-13 09:57:54:561 [WD Proxy] "sdkVersion" : "13.2.2",
2019-11-13 09:57:54:561 [WD Proxy] "CFBundleIdentifier" : "com.cellact.secnum2"
2019-11-13 09:57:54:561 [WD Proxy] }
2019-11-13 09:57:54:562 [WD Proxy] },
2019-11-13 09:57:54:562 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:54:562 [WD Proxy] }
2019-11-13 09:57:54:574 [WD Proxy] Proxying [GET /wda/screen] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/wda/screen] with no body
2019-11-13 09:57:54:599 [Xcode] t = 2.01s Checking existence of `StatusBar`
2019-11-13 09:57:54:599 [Xcode]
2019-11-13 09:57:54:600 [Xcode] t = 2.02s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:54:600 [Xcode]
2019-11-13 09:57:54:631 [Xcode] t = 2.05s Find: Descendants matching type StatusBar
2019-11-13 09:57:54:632 [Xcode]
2019-11-13 09:57:54:633 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:54:633 [WD Proxy] "value" : {
2019-11-13 09:57:54:633 [WD Proxy] "statusBarSize" : {
2019-11-13 09:57:54:634 [WD Proxy] "width" : 0,
2019-11-13 09:57:54:634 [WD Proxy] "height" : 0
2019-11-13 09:57:54:634 [WD Proxy] },
2019-11-13 09:57:54:635 [WD Proxy] "scale" : 2
2019-11-13 09:57:54:635 [WD Proxy] },
2019-11-13 09:57:54:635 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:54:635 [WD Proxy] }
2019-11-13 09:57:54:638 [WD Proxy] Proxying [GET /window/size] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/window/size] with no body
2019-11-13 09:57:54:663 [Xcode] t = 2.08s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:54:664 [Xcode]
2019-11-13 09:57:54:720 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:54:721 [WD Proxy] "value" : {
2019-11-13 09:57:54:721 [WD Proxy] "width" : 320,
2019-11-13 09:57:54:723 [WD Proxy] "height" : 568
2019-11-13 09:57:54:723 [WD Proxy] },
2019-11-13 09:57:54:724 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:54:724 [WD Proxy] }
2019-11-13 09:57:54:725 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:57:54:727 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:57:54:728 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 253 ms - 699
2019-11-13 09:57:54:728 [HTTP]
2019-11-13 09:57:54:739 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:54:740 [HTTP] {}
2019-11-13 09:57:54:740 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:741 [XCUITest] Executing command 'getSession'
2019-11-13 09:57:54:742 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:57:54:743 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:57:54:744 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 4 ms - 699
2019-11-13 09:57:54:744 [HTTP]
2019-11-13 09:57:54:772 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:772 [HTTP] {"settings":{"imageMatchThreshold":0.3}}
2019-11-13 09:57:54:781 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"imageMatchThreshold":0.3},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:782 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:785 [WD Proxy] Matched '/appium/settings' to command name 'updateSettings'
2019-11-13 09:57:54:785 [WD Proxy] Proxying [POST /appium/settings] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/appium/settings] with body: {"settings":{"imageMatchThreshold":0.3}}
2019-11-13 09:57:54:797 [WD Proxy] Got response with status 200: {"value":{"shouldUseCompactResponses":true,"mjpegServerFramerate":10,"activeAppDetectionPoint":"64.00,64.00","snapshotTimeout":15,"elementResponseAttributes":"type,label","keyboardPrediction":false,"screenshotQuality":1,"keyboardAutocorrection":false,"useFirstMatch":false,"reduceMotion":false,"defaultActiveApplication":"auto","mjpegScalingFactor":100,"mjpegServerScreenshotQuality":25,"includeNonModalElements":false},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:54:798 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:799 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 32 ms - 14
2019-11-13 09:57:54:800 [HTTP]
2019-11-13 09:57:54:811 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:812 [HTTP] {"settings":{"imageElementTapStrategy":"w3cActions"}}
2019-11-13 09:57:54:813 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"imageElementTapStrategy":"w3cActions"},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:813 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:814 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:814 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 3 ms - 14
2019-11-13 09:57:54:815 [HTTP]
2019-11-13 09:57:54:822 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:824 [HTTP] {"settings":{"fixImageFindScreenshotDims":true}}
2019-11-13 09:57:54:825 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"fixImageFindScreenshotDims":true},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:826 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:826 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:827 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 6 ms - 14
2019-11-13 09:57:54:828 [HTTP]
2019-11-13 09:57:54:835 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:835 [HTTP] {"settings":{"fixImageTemplateSize":true}}
2019-11-13 09:57:54:836 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"fixImageTemplateSize":true},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:836 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:839 [WD Proxy] Matched '/appium/settings' to command name 'updateSettings'
2019-11-13 09:57:54:839 [WD Proxy] Proxying [POST /appium/settings] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/appium/settings] with body: {"settings":{"fixImageTemplateSize":true}}
2019-11-13 09:57:54:844 [WD Proxy] Got response with status 200: {"value":{"shouldUseCompactResponses":true,"mjpegServerFramerate":10,"activeAppDetectionPoint":"64.00,64.00","snapshotTimeout":15,"elementResponseAttributes":"type,label","keyboardPrediction":false,"screenshotQuality":1,"keyboardAutocorrection":false,"useFirstMatch":false,"reduceMotion":false,"defaultActiveApplication":"auto","mjpegScalingFactor":100,"mjpegServerScreenshotQuality":25,"includeNonModalElements":false},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:54:845 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:845 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 10 ms - 14
2019-11-13 09:57:54:846 [HTTP]
2019-11-13 09:57:54:853 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:853 [HTTP] {"settings":{"checkForImageElementStaleness":false}}
2019-11-13 09:57:54:856 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"checkForImageElementStaleness":false},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:856 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:859 [WD Proxy] Matched '/appium/settings' to command name 'updateSettings'
2019-11-13 09:57:54:859 [WD Proxy] Proxying [POST /appium/settings] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/appium/settings] with body: {"settings":{"checkForImageElementStaleness":false}}
2019-11-13 09:57:54:863 [WD Proxy] Got response with status 200: {"value":{"shouldUseCompactResponses":true,"mjpegServerFramerate":10,"activeAppDetectionPoint":"64.00,64.00","snapshotTimeout":15,"elementResponseAttributes":"type,label","keyboardPrediction":false,"screenshotQuality":1,"keyboardAutocorrection":false,"useFirstMatch":false,"reduceMotion":false,"defaultActiveApplication":"auto","mjpegScalingFactor":100,"mjpegServerScreenshotQuality":25,"includeNonModalElements":false},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:54:863 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:864 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 12 ms - 14
2019-11-13 09:57:54:865 [HTTP]
2019-11-13 09:57:54:873 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings
2019-11-13 09:57:54:874 [HTTP] {"settings":{"autoUpdateImageElementPosition":true}}
2019-11-13 09:57:54:875 [W3C (59074311)] Calling AppiumDriver.updateSettings() with args: [{"autoUpdateImageElementPosition":true},"59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:875 [XCUITest] Executing command 'updateSettings'
2019-11-13 09:57:54:887 [WD Proxy] Matched '/appium/settings' to command name 'updateSettings'
2019-11-13 09:57:54:888 [WD Proxy] Proxying [POST /appium/settings] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/appium/settings] with body: {"settings":{"autoUpdateImageElementPosition":true}}
2019-11-13 09:57:54:899 [WD Proxy] Got response with status 200: {"value":{"shouldUseCompactResponses":true,"mjpegServerFramerate":10,"activeAppDetectionPoint":"64.00,64.00","snapshotTimeout":15,"elementResponseAttributes":"type,label","keyboardPrediction":false,"screenshotQuality":1,"keyboardAutocorrection":false,"useFirstMatch":false,"reduceMotion":false,"defaultActiveApplication":"auto","mjpegScalingFactor":100,"mjpegServerScreenshotQuality":25,"includeNonModalElements":false},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:54:899 [W3C (59074311)] Responding to client with driver.updateSettings() result: null
2019-11-13 09:57:54:901 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/appium/settings 200 27 ms - 14
2019-11-13 09:57:54:901 [HTTP]
2019-11-13 09:57:54:928 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:54:928 [HTTP] {}
2019-11-13 09:57:54:928 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:929 [XCUITest] Executing command 'getSession'
2019-11-13 09:57:54:929 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:57:54:930 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:57:54:972 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 3 ms - 699
2019-11-13 09:57:54:976 [HTTP]
2019-11-13 09:57:54:977 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot
2019-11-13 09:57:54:978 [HTTP] {}
2019-11-13 09:57:54:978 [W3C (59074311)] Calling AppiumDriver.getScreenshot() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:54:979 [XCUITest] Executing command 'getScreenshot'
2019-11-13 09:57:54:980 [XCUITest] Taking screenshot with WDA
2019-11-13 09:57:54:982 [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
2019-11-13 09:57:54:982 [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/screenshot] with no body
2019-11-13 09:57:55:068 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:55:068 [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe\/32\/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAYa8AnJyaQAAQABJREFUeAHsnQecVcXZ\/zFRY3oxiS32\r\ngooovdqxJ5YERJqoxN67ogZNYo2oyO7S2\/ZdELEXUNqyvVC2swvsssv2dvu955x7\r\n5\/+d88B9ef+4GPKKEjzzWQ5z58w8M\/PMzPOb55lyeoQc53DA4YDDAYcDDgf+Czng\r\nN71Bw2eEfFYwFA6YViAcCob9Rthnmh7L9Jkhv6FrZQRDln5rhv1h\/ojMXygU4C9o\r\nhIIhk9TBUIS0oZBpJ\/CFDHfI7HJFfO6wj1xChtcKucNBtxXykp3fDJCF2zI9ps4L\r\nCjoLTXPfXI99i+7EdjjgcMDhgMMBhwMHBgd8ltdv+sDRKAAbNoiCiECvBlcjZIQC\r\noKNgMCCtcdr+GTRAXxuANQZr5I4CMOGArt9yu8MALX7w2Af0hoNeKwje61Qa40Ff\r\nA7wHszXNMIC+j84B4H1kmBPd4YDDAYcDDgcODA54wj6f5QMvd8dXgND+A5XlT0Om\r\nYDDhGn01gmpklb9dWjJarP4DXD1WyBUJdEYCgCtYTl01fZuaTUdrzOjZ\/lBE9GZS\r\nQVn595kpDgDvM8ucBA4HHA44HHA4cCBwAN1UtFgKI\/AJvoKU4UAgHPTxh8IqOqsA\r\nsJidiQzKRlVkO60GZmzUGoC19qzNy25rp1oslKNPbaYWddnWtgm31d+ACuyzCuwA\r\n8IHQi5wyOBxwOOBwwOHAPnNA+QPoneAfDkBl0XenUgsw...
2019-11-13 09:57:55:070 [W3C (59074311)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAYa8AnJyaQAAQABJREFUeAHsnQecVcXZ/zFRY3oxiS32\r\ngooovdqxJ5YERJqoxN67ogZNYo2oyO7S2/ZdELEXUNqyvVC2swvsssv2dvu955x7\r\n5/+d88B9ef+4GPKKEjzzWQ5z58w8M/PMzPOb55lyeoQc53DA4YDDAYcDDgf+Czng\r\nN71Bw2eEfFYwFA6YViAcCob9Rthnmh7L9Jkhv6FrZQRDln5rhv1h/ojMXygU4C9o\r\nhIIhk9TBUIS0oZBpJ/CFDHfI7HJFfO6wj1xChtcKucNBtxXykp3fDJCF2zI9ps4L\r\nCjoLTXPfXI99i+7EdjjgcMDhgMMBhwMHBgd8ltdv+sDRKAAbNoiCiECvBlcjZIQC\r\noKNgMCCtcdr+GTRAXxuANQZr5I4CMOGArt9yu8MALX7w2Af0hoNeKwje61Qa40Ff\r\nA7wHszXNMIC+j84B4H1kmBPd4YDDAYcDDgcODA54wj6f5QMvd8dXgND+A5XlT0Om\r\nYDDhGn01gmpklb9dWjJarP4DXD1WyBUJdEYCgCtYTl01fZuaTUdrzOjZ/lBE9GZS\r\nQVn595kpDgDvM8ucBA4HHA44HHA4cCBwAN1UtFgKI/AJvoKU4UAgHPTxh8IqOqsA\r\nsJidiQzKRlVkO60GZmzUGoC19qzNy25rp1oslKNPbaYWddnWtgm31d+ACuyzCuwA\r\n8IHQi5wyOBxwOOBwwOHAPnNA+QPoneAfDkBl0XenUgswszys12619Vg0YPDVHdZx\r\n...
2019-11-13 09:57:55:074 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot 200 96 ms - 331100
2019-11-13 09:57:55:075 [HTTP]
2019-11-13 09:57:56:401 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:57:56:401 [HTTP] {"using":"id","value":"Dialer_BarButton_Title"}
2019-11-13 09:57:56:402 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","Dialer_BarButton_Title","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:56:404 [XCUITest] Executing command 'findElement'
2019-11-13 09:57:56:405 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:57:56:406 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:57:56:408 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:57:56:408 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"Dialer_BarButton_Title"}
2019-11-13 09:57:56:441 [Xcode] t = 3.86s Find the Application 'com.cellact.secnum2'
2019-11-13 09:57:56:442 [Xcode]
2019-11-13 09:57:56:448 [Xcode] t = 3.87s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:448 [Xcode]
2019-11-13 09:57:56:494 [Xcode] t = 3.92s Checking existence of `"Dialer_BarButton_Title" Any`
2019-11-13 09:57:56:495 [Xcode]
2019-11-13 09:57:56:498 [Xcode] t = 3.92s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:498 [Xcode]
2019-11-13 09:57:56:540 [Xcode] t = 3.96s Find: Descendants matching type Any
2019-11-13 09:57:56:541 [Xcode]
2019-11-13 09:57:56:543 [Xcode] t = 3.96s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:544 [Xcode]
2019-11-13 09:57:56:548 [Xcode] t = 3.97s Get all elements bound by accessibility element for: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:549 [Xcode]
2019-11-13 09:57:56:550 [Xcode] t = 3.97s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:550 [Xcode]
2019-11-13 09:57:56:590 [Xcode] t = 4.01s Find: Descendants matching type Any
2019-11-13 09:57:56:592 [Xcode]
2019-11-13 09:57:56:594 [Xcode] t = 4.02s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:594 [Xcode]
2019-11-13 09:57:56:598 [Xcode] t = 4.02s Checking existence of `"Dialer_BarButton_Title" Button`
2019-11-13 09:57:56:599 [Xcode]
2019-11-13 09:57:56:603 [Xcode] t = 4.02s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:604 [Xcode]
2019-11-13 09:57:56:641 [Xcode] t = 4.06s Find: Descendants matching type Any
2019-11-13 09:57:56:642 [Xcode]
2019-11-13 09:57:56:643 [Xcode] t = 4.07s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:643 [Xcode]
2019-11-13 09:57:56:647 [Xcode] t = 4.07s Find: Identity Binding
2019-11-13 09:57:56:648 [Xcode]
2019-11-13 09:57:56:652 [Xcode] t = 4.07s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:653 [Xcode]
2019-11-13 09:57:56:703 [Xcode] t = 4.13s Find: Descendants matching type Any
2019-11-13 09:57:56:704 [Xcode]
2019-11-13 09:57:56:707 [Xcode] t = 4.13s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:707 [Xcode]
2019-11-13 09:57:56:712 [Xcode] t = 4.13s Find: Identity Binding
2019-11-13 09:57:56:712 [Xcode]
2019-11-13 09:57:56:714 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"15000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"15000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:56:714 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"15000000-0000-0000-8703-000000000000","ELEMENT":"15000000-0000-0000-8703-000000000000"}
2019-11-13 09:57:56:715 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 314 ms - 137
2019-11-13 09:57:56:715 [HTTP]
2019-11-13 09:57:56:731 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/displayed
2019-11-13 09:57:56:732 [HTTP] {}
2019-11-13 09:57:56:733 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:57:56:734 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:57:56:735 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/displayed' to command name 'elementDisplayed'
2019-11-13 09:57:56:735 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/displayed] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/15000000-0000-0000-8703-000000000000/displayed] with body: {}
2019-11-13 09:57:56:744 [Xcode] t = 4.17s Find the "Dialer_BarButton_Title" Button
2019-11-13 09:57:56:745 [Xcode]
2019-11-13 09:57:56:748 [Xcode] t = 4.17s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:748 [Xcode]
2019-11-13 09:57:56:785 [Xcode] t = 4.21s Find: Descendants matching type Any
2019-11-13 09:57:56:786 [Xcode]
2019-11-13 09:57:56:786 [Xcode] t = 4.21s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:787 [Xcode]
2019-11-13 09:57:56:796 [Xcode] t = 4.21s Find: Identity Binding
2019-11-13 09:57:56:796 [Xcode]
2019-11-13 09:57:56:799 [Xcode] t = 4.22s Checking existence of `"Dialer_BarButton_Title" Button`
2019-11-13 09:57:56:799 [Xcode]
2019-11-13 09:57:56:800 [Xcode] t = 4.22s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:801 [Xcode]
2019-11-13 09:57:56:837 [Xcode] t = 4.26s Find: Descendants matching type Any
2019-11-13 09:57:56:837 [Xcode]
2019-11-13 09:57:56:840 [Xcode] t = 4.26s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:841 [Xcode]
2019-11-13 09:57:56:846 [Xcode] t = 4.27s Find: Identity Binding
2019-11-13 09:57:56:847 [Xcode] t = 4.27s Find the "Dialer_BarButton_Title" Button
2019-11-13 09:57:56:847 [Xcode]
2019-11-13 09:57:56:848 [Xcode] t = 4.27s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:849 [Xcode]
2019-11-13 09:57:56:886 [Xcode] t = 4.31s Find: Descendants matching type Any
2019-11-13 09:57:56:887 [Xcode]
2019-11-13 09:57:56:894 [Xcode] t = 4.31s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:56:894 [Xcode]
2019-11-13 09:57:56:897 [Xcode] t = 4.32s Find: Identity Binding
2019-11-13 09:57:56:897 [Xcode]
2019-11-13 09:57:56:944 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:56:944 [WD Proxy] "value" : true,
2019-11-13 09:57:56:944 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:56:945 [WD Proxy] }
2019-11-13 09:57:56:946 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:56:947 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/displayed 200 215 ms - 65
2019-11-13 09:57:56:948 [HTTP]
2019-11-13 09:57:56:954 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/text
2019-11-13 09:57:56:955 [HTTP] {}
2019-11-13 09:57:56:956 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:57:56:957 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:57:56:958 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/text' to command name 'getText'
2019-11-13 09:57:56:958 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/text] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/15000000-0000-0000-8703-000000000000/text] with body: {}
2019-11-13 09:57:56:970 [Xcode] t = 4.39s Find the "Dialer_BarButton_Title" Button
2019-11-13 09:57:56:971 [Xcode]
2019-11-13 09:57:56:976 [Xcode] t = 4.39s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:56:976 [Xcode]
2019-11-13 09:57:57:014 [Xcode] t = 4.43s Find: Descendants matching type Any
2019-11-13 09:57:57:014 [Xcode] t = 4.44s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:57:014 [Xcode]
2019-11-13 09:57:57:017 [Xcode] t = 4.44s Find: Identity Binding
2019-11-13 09:57:57:018 [Xcode]
2019-11-13 09:57:57:026 [Xcode] t = 4.45s Checking existence of `"Dialer_BarButton_Title" Button`
2019-11-13 09:57:57:026 [Xcode] t = 4.45s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:027 [Xcode]
2019-11-13 09:57:57:065 [Xcode] t = 4.49s Find: Descendants matching type Any
2019-11-13 09:57:57:066 [Xcode] t = 4.49s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:57:066 [Xcode]
2019-11-13 09:57:57:074 [Xcode] t = 4.49s Find: Identity Binding
2019-11-13 09:57:57:074 [Xcode] t = 4.49s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:075 [Xcode]
2019-11-13 09:57:57:124 [Xcode] t = 4.55s Find: Descendants matching type Any
2019-11-13 09:57:57:124 [Xcode]
2019-11-13 09:57:57:126 [Xcode] t = 4.55s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:57:126 [Xcode]
2019-11-13 09:57:57:130 [Xcode] t = 4.55s Find: Identity Binding
2019-11-13 09:57:57:130 [Xcode]
2019-11-13 09:57:57:140 [Xcode] t = 4.56s Checking existence of `"Dialer_BarButton_Title" Button`
2019-11-13 09:57:57:141 [Xcode]
2019-11-13 09:57:57:145 [Xcode] t = 4.56s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:145 [Xcode]
2019-11-13 09:57:57:178 [Xcode] t = 4.60s Find: Descendants matching type Any
2019-11-13 09:57:57:179 [Xcode] t = 4.60s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:57:179 [Xcode]
2019-11-13 09:57:57:183 [Xcode] t = 4.60s Find: Identity Binding
2019-11-13 09:57:57:184 [Xcode]
2019-11-13 09:57:57:184 [Xcode] t = 4.61s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:185 [Xcode]
2019-11-13 09:57:57:236 [Xcode] t = 4.66s Find: Descendants matching type Any
2019-11-13 09:57:57:237 [Xcode]
2019-11-13 09:57:57:241 [Xcode] t = 4.66s Find: Elements matching predicate '"Dialer_BarButton_Title" IN identifiers'
2019-11-13 09:57:57:242 [Xcode]
2019-11-13 09:57:57:245 [Xcode] t = 4.67s Find: Identity Binding
2019-11-13 09:57:57:245 [Xcode]
2019-11-13 09:57:57:246 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:57:247 [WD Proxy] "value" : "0557000463",
2019-11-13 09:57:57:247 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:57:247 [WD Proxy] }
2019-11-13 09:57:57:247 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:57:253 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/15000000-0000-0000-8703-000000000000/text 200 294 ms - 73
2019-11-13 09:57:57:254 [HTTP]
2019-11-13 09:57:57:793 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text
2019-11-13 09:57:57:793 [HTTP] {}
2019-11-13 09:57:57:795 [W3C (59074311)] Calling AppiumDriver.getAlertText() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:57:795 [XCUITest] Executing command 'getAlertText'
2019-11-13 09:57:57:798 [WD Proxy] Matched '/alert/text' to command name 'getAlertText'
2019-11-13 09:57:57:798 [WD Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/alert/text] with no body
2019-11-13 09:57:57:829 [Xcode] t = 5.25s Checking existence of `Alert`
2019-11-13 09:57:57:829 [Xcode]
2019-11-13 09:57:57:833 [Xcode] t = 5.25s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:833 [Xcode]
2019-11-13 09:57:57:871 [Xcode] t = 5.29s Find: Descendants matching type Alert
2019-11-13 09:57:57:872 [Xcode]
2019-11-13 09:57:57:875 [Xcode] t = 5.30s Checking existence of `Sheet`
2019-11-13 09:57:57:875 [Xcode]
2019-11-13 09:57:57:877 [Xcode] t = 5.30s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:57:878 [Xcode]
2019-11-13 09:57:57:910 [Xcode] t = 5.33s Find: Descendants matching type Sheet
2019-11-13 09:57:57:911 [Xcode]
2019-11-13 09:57:57:925 [Xcode] t = 5.34s Checking existence of `Alert`
2019-11-13 09:57:57:926 [Xcode] t = 5.34s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:57:927 [Xcode]
2019-11-13 09:57:57:952 [Xcode] t = 5.38s Find: Descendants matching type Alert
2019-11-13 09:57:57:953 [Xcode]
2019-11-13 09:57:57:960 [Xcode] t = 5.38s Checking existence of `Sheet`
2019-11-13 09:57:57:961 [Xcode]
2019-11-13 09:57:57:961 [Xcode] t = 5.38s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:57:961 [Xcode]
2019-11-13 09:57:57:986 [Xcode] t = 5.41s Find: Descendants matching type Sheet
2019-11-13 09:57:57:986 [Xcode]
2019-11-13 09:57:57:988 [WD Proxy] Got response with status 404: {
2019-11-13 09:57:57:988 [WD Proxy] "value" : {
2019-11-13 09:57:57:989 [WD Proxy] "error" : "no such alert",
2019-11-13 09:57:57:989 [WD Proxy] "message" : "An attempt was made to operate on a modal dialog when one was not open",
2019-11-13 09:57:57:989 [WD Proxy] "traceback" : ""
2019-11-13 09:57:57:989 [WD Proxy] },
2019-11-13 09:57:57:989 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:57:989 [WD Proxy] }
2019-11-13 09:57:57:990 [W3C] Matched W3C error code 'no such alert' to NoSuchAlertError
2019-11-13 09:57:58:010 [W3C (59074311)] Encountered internal error running command: NoSuchAlertError: An attempt was made to operate on a modal dialog when one was not open
2019-11-13 09:57:58:010 [W3C (59074311)] at errorFromW3CJsonCode (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:802:25)
2019-11-13 09:57:58:010 [W3C (59074311)] at ProxyRequestError.errorFromW3CJsonCode [as getActualError] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:685:14)
2019-11-13 09:57:58:010 [W3C (59074311)] at JWProxy.getActualError [as command] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:259:19)
2019-11-13 09:57:58:013 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text 404 218 ms - 662
2019-11-13 09:57:58:013 [HTTP]
2019-11-13 09:57:58:557 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text
2019-11-13 09:57:58:557 [HTTP] {}
2019-11-13 09:57:58:558 [W3C (59074311)] Calling AppiumDriver.getAlertText() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:58:558 [XCUITest] Executing command 'getAlertText'
2019-11-13 09:57:58:561 [WD Proxy] Matched '/alert/text' to command name 'getAlertText'
2019-11-13 09:57:58:563 [WD Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/alert/text] with no body
2019-11-13 09:57:58:604 [Xcode] t = 6.02s Checking existence of `Alert`
2019-11-13 09:57:58:605 [Xcode]
2019-11-13 09:57:58:605 [Xcode] t = 6.02s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:58:605 [Xcode]
2019-11-13 09:57:58:650 [Xcode] t = 6.07s Find: Descendants matching type Alert
2019-11-13 09:57:58:650 [Xcode] t = 6.07s Checking existence of `Sheet`
2019-11-13 09:57:58:651 [Xcode]
2019-11-13 09:57:58:654 [Xcode] t = 6.07s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:58:655 [Xcode]
2019-11-13 09:57:58:683 [Xcode] t = 6.11s Find: Descendants matching type Sheet
2019-11-13 09:57:58:684 [Xcode]
2019-11-13 09:57:58:688 [Xcode] t = 6.11s Checking existence of `Alert`
2019-11-13 09:57:58:689 [Xcode]
2019-11-13 09:57:58:692 [Xcode] t = 6.11s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:58:692 [Xcode]
2019-11-13 09:57:58:721 [Xcode] t = 6.14s Find: Descendants matching type Alert
2019-11-13 09:57:58:722 [Xcode]
2019-11-13 09:57:58:724 [Xcode] t = 6.14s Checking existence of `Sheet`
2019-11-13 09:57:58:726 [Xcode]
2019-11-13 09:57:58:727 [Xcode] t = 6.14s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:58:727 [Xcode]
2019-11-13 09:57:58:753 [Xcode] t = 6.17s Find: Descendants matching type Sheet
2019-11-13 09:57:58:754 [Xcode]
2019-11-13 09:57:58:756 [WD Proxy] Got response with status 404: {
2019-11-13 09:57:58:757 [WD Proxy] "value" : {
2019-11-13 09:57:58:757 [WD Proxy] "error" : "no such alert",
2019-11-13 09:57:58:757 [WD Proxy] "message" : "An attempt was made to operate on a modal dialog when one was not open",
2019-11-13 09:57:58:758 [WD Proxy] "traceback" : ""
2019-11-13 09:57:58:758 [WD Proxy] },
2019-11-13 09:57:58:758 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:58:759 [WD Proxy] }
2019-11-13 09:57:58:759 [W3C] Matched W3C error code 'no such alert' to NoSuchAlertError
2019-11-13 09:57:58:760 [W3C (59074311)] Encountered internal error running command: NoSuchAlertError: An attempt was made to operate on a modal dialog when one was not open
2019-11-13 09:57:58:761 [W3C (59074311)] at errorFromW3CJsonCode (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:802:25)
2019-11-13 09:57:58:761 [W3C (59074311)] at ProxyRequestError.errorFromW3CJsonCode [as getActualError] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:685:14)
2019-11-13 09:57:58:762 [W3C (59074311)] at JWProxy.getActualError [as command] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:259:19)
2019-11-13 09:57:58:766 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text 404 205 ms - 662
2019-11-13 09:57:58:766 [HTTP]
2019-11-13 09:57:59:268 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text
2019-11-13 09:57:59:269 [HTTP] {}
2019-11-13 09:57:59:269 [W3C (59074311)] Calling AppiumDriver.getAlertText() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:59:270 [XCUITest] Executing command 'getAlertText'
2019-11-13 09:57:59:272 [WD Proxy] Matched '/alert/text' to command name 'getAlertText'
2019-11-13 09:57:59:272 [WD Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/alert/text] with no body
2019-11-13 09:57:59:311 [Xcode] t = 6.72s Checking existence of `Alert`
2019-11-13 09:57:59:311 [Xcode]
2019-11-13 09:57:59:312 [Xcode] t = 6.73s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:312 [Xcode]
2019-11-13 09:57:59:349 [Xcode] t = 6.77s Find: Descendants matching type Alert
2019-11-13 09:57:59:349 [Xcode]
2019-11-13 09:57:59:356 [Xcode] t = 6.78s Checking existence of `Sheet`
2019-11-13 09:57:59:356 [Xcode]
2019-11-13 09:57:59:357 [Xcode] t = 6.78s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:357 [Xcode]
2019-11-13 09:57:59:389 [Xcode] t = 6.81s Find: Descendants matching type Sheet
2019-11-13 09:57:59:389 [Xcode]
2019-11-13 09:57:59:394 [Xcode] t = 6.81s Checking existence of `Alert`
2019-11-13 09:57:59:395 [Xcode] t = 6.82s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:59:395 [Xcode]
2019-11-13 09:57:59:428 [Xcode] t = 6.84s Find: Descendants matching type Alert
2019-11-13 09:57:59:428 [Xcode] t = 6.85s Checking existence of `Sheet`
2019-11-13 09:57:59:428 [Xcode] t = 6.85s Requesting snapshot of accessibility hierarchy for app with pid 55
2019-11-13 09:57:59:429 [Xcode]
2019-11-13 09:57:59:458 [WD Proxy] Got response with status 404: {
2019-11-13 09:57:59:458 [WD Proxy] "value" : {
2019-11-13 09:57:59:458 [WD Proxy] "error" : "no such alert",
2019-11-13 09:57:59:459 [WD Proxy] "message" : "An attempt was made to operate on a modal dialog when one was not open",
2019-11-13 09:57:59:459 [WD Proxy] "traceback" : ""
2019-11-13 09:57:59:459 [WD Proxy] },
2019-11-13 09:57:59:459 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:59:459 [WD Proxy] }
2019-11-13 09:57:59:460 [W3C] Matched W3C error code 'no such alert' to NoSuchAlertError
2019-11-13 09:57:59:461 [Xcode] t = 6.88s Find: Descendants matching type Sheet
2019-11-13 09:57:59:461 [Xcode]
2019-11-13 09:57:59:462 [W3C (59074311)] Encountered internal error running command: NoSuchAlertError: An attempt was made to operate on a modal dialog when one was not open
2019-11-13 09:57:59:462 [W3C (59074311)] at errorFromW3CJsonCode (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:802:25)
2019-11-13 09:57:59:462 [W3C (59074311)] at ProxyRequestError.errorFromW3CJsonCode [as getActualError] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:685:14)
2019-11-13 09:57:59:463 [W3C (59074311)] at JWProxy.getActualError [as command] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:259:19)
2019-11-13 09:57:59:464 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/alert/text 404 195 ms - 662
2019-11-13 09:57:59:464 [HTTP]
2019-11-13 09:57:59:493 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:57:59:493 [HTTP] {"using":"id","value":"TabBar_Application"}
2019-11-13 09:57:59:494 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","TabBar_Application","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:59:495 [XCUITest] Executing command 'findElement'
2019-11-13 09:57:59:495 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:57:59:496 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:57:59:497 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:57:59:497 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"TabBar_Application"}
2019-11-13 09:57:59:518 [Xcode] t = 6.94s Find the Application 'com.cellact.secnum2'
2019-11-13 09:57:59:518 [Xcode] t = 6.94s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:518 [Xcode]
2019-11-13 09:57:59:556 [Xcode] t = 6.97s Checking existence of `"TabBar_Application" Any`
2019-11-13 09:57:59:556 [Xcode]
2019-11-13 09:57:59:557 [Xcode] t = 6.98s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:557 [Xcode]
2019-11-13 09:57:59:596 [Xcode] t = 7.01s Find: Descendants matching type Any
2019-11-13 09:57:59:597 [Xcode] t = 7.02s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:597 [Xcode]
2019-11-13 09:57:59:599 [Xcode] t = 7.02s Get all elements bound by accessibility element for: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:599 [Xcode]
2019-11-13 09:57:59:603 [Xcode] t = 7.02s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:605 [Xcode]
2019-11-13 09:57:59:639 [Xcode] t = 7.06s Find: Descendants matching type Any
2019-11-13 09:57:59:640 [Xcode]
2019-11-13 09:57:59:642 [Xcode] t = 7.07s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:643 [Xcode]
2019-11-13 09:57:59:650 [Xcode] t = 7.07s Checking existence of `"TabBar_Application" TabBar`
2019-11-13 09:57:59:650 [Xcode]
2019-11-13 09:57:59:655 [Xcode] t = 7.08s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:655 [Xcode]
2019-11-13 09:57:59:696 [Xcode] t = 7.12s Find: Descendants matching type Any
2019-11-13 09:57:59:697 [Xcode] t = 7.12s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:697 [Xcode]
2019-11-13 09:57:59:700 [Xcode] t = 7.12s Find: Identity Binding
2019-11-13 09:57:59:701 [Xcode]
2019-11-13 09:57:59:706 [Xcode] t = 7.13s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:707 [Xcode]
2019-11-13 09:57:59:761 [Xcode] t = 7.18s Find: Descendants matching type Any
2019-11-13 09:57:59:762 [Xcode]
2019-11-13 09:57:59:764 [Xcode] t = 7.19s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:765 [Xcode]
2019-11-13 09:57:59:770 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:57:59:771 [Xcode] t = 7.19s Find: Identity Binding
2019-11-13 09:57:59:771 [Xcode]
2019-11-13 09:57:59:771 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-8703-000000000000","ELEMENT":"0A000000-0000-0000-8703-000000000000"}
2019-11-13 09:57:59:772 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 279 ms - 137
2019-11-13 09:57:59:772 [HTTP]
2019-11-13 09:57:59:776 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/displayed
2019-11-13 09:57:59:776 [HTTP] {}
2019-11-13 09:57:59:777 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:57:59:778 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:57:59:780 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/displayed' to command name 'elementDisplayed'
2019-11-13 09:57:59:780 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/displayed] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/0A000000-0000-0000-8703-000000000000/displayed] with body: {}
2019-11-13 09:57:59:785 [Xcode] t = 7.21s Find the "TabBar_Application" TabBar
2019-11-13 09:57:59:785 [Xcode]
2019-11-13 09:57:59:793 [Xcode] t = 7.21s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:793 [Xcode]
2019-11-13 09:57:59:831 [Xcode] t = 7.25s Find: Descendants matching type Any
2019-11-13 09:57:59:831 [Xcode]
2019-11-13 09:57:59:834 [Xcode] t = 7.25s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:835 [Xcode]
2019-11-13 09:57:59:838 [Xcode] t = 7.26s Find: Identity Binding
2019-11-13 09:57:59:839 [Xcode]
2019-11-13 09:57:59:846 [Xcode] t = 7.26s Checking existence of `"TabBar_Application" TabBar`
2019-11-13 09:57:59:846 [Xcode]
2019-11-13 09:57:59:847 [Xcode] t = 7.26s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:847 [Xcode]
2019-11-13 09:57:59:883 [Xcode] t = 7.30s Find: Descendants matching type Any
2019-11-13 09:57:59:884 [Xcode]
2019-11-13 09:57:59:885 [Xcode] t = 7.31s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:887 [Xcode]
2019-11-13 09:57:59:895 [Xcode] t = 7.31s Find: Identity Binding
2019-11-13 09:57:59:895 [Xcode] t = 7.31s Find the "TabBar_Application" TabBar
2019-11-13 09:57:59:895 [Xcode] t = 7.32s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:896 [Xcode]
2019-11-13 09:57:59:931 [Xcode] t = 7.36s Find: Descendants matching type Any
2019-11-13 09:57:59:933 [Xcode]
2019-11-13 09:57:59:936 [Xcode] t = 7.36s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:57:59:939 [Xcode]
2019-11-13 09:57:59:940 [Xcode] t = 7.36s Find: Identity Binding
2019-11-13 09:57:59:941 [Xcode]
2019-11-13 09:57:59:964 [WD Proxy] Got response with status 200: {
2019-11-13 09:57:59:964 [WD Proxy] "value" : true,
2019-11-13 09:57:59:964 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:57:59:964 [WD Proxy] }
2019-11-13 09:57:59:964 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:57:59:967 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/displayed 200 190 ms - 65
2019-11-13 09:57:59:967 [HTTP]
2019-11-13 09:57:59:976 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:57:59:977 [HTTP] {"using":"id","value":"TabBar_Application"}
2019-11-13 09:57:59:977 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","TabBar_Application","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:57:59:977 [XCUITest] Executing command 'findElement'
2019-11-13 09:57:59:978 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:57:59:978 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:57:59:979 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:57:59:979 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"TabBar_Application"}
2019-11-13 09:57:59:991 [Xcode] t = 7.42s Find the Application 'com.cellact.secnum2'
2019-11-13 09:57:59:992 [Xcode]
2019-11-13 09:57:59:994 [Xcode] t = 7.42s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:57:59:994 [Xcode]
2019-11-13 09:58:00:034 [Xcode] t = 7.46s Checking existence of `"TabBar_Application" Any`
2019-11-13 09:58:00:034 [Xcode]
2019-11-13 09:58:00:037 [Xcode] t = 7.46s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:037 [Xcode]
2019-11-13 09:58:00:083 [Xcode] t = 7.50s Find: Descendants matching type Any
2019-11-13 09:58:00:095 [Xcode]
2019-11-13 09:58:00:097 [Xcode] t = 7.51s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:097 [Xcode] t = 7.51s Get all elements bound by accessibility element for: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:097 [Xcode] t = 7.52s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:097 [Xcode]
2019-11-13 09:58:00:163 [Xcode] t = 7.55s Find: Descendants matching type Any
2019-11-13 09:58:00:163 [Xcode] t = 7.56s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:163 [Xcode] t = 7.56s Checking existence of `"TabBar_Application" TabBar`
2019-11-13 09:58:00:163 [Xcode] t = 7.57s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:164 [Xcode]
2019-11-13 09:58:00:185 [Xcode] t = 7.61s Find: Descendants matching type Any
2019-11-13 09:58:00:186 [Xcode]
2019-11-13 09:58:00:188 [Xcode] t = 7.61s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:192 [Xcode]
2019-11-13 09:58:00:193 [Xcode] t = 7.61s Find: Identity Binding
2019-11-13 09:58:00:195 [Xcode]
2019-11-13 09:58:00:195 [Xcode] t = 7.62s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:195 [Xcode]
2019-11-13 09:58:00:248 [Xcode] t = 7.67s Find: Descendants matching type Any
2019-11-13 09:58:00:250 [Xcode]
2019-11-13 09:58:00:252 [Xcode] t = 7.67s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:253 [Xcode]
2019-11-13 09:58:00:255 [Xcode] t = 7.68s Find: Identity Binding
2019-11-13 09:58:00:257 [Xcode]
2019-11-13 09:58:00:259 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:00:260 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-8703-000000000000","ELEMENT":"0A000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:00:263 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 285 ms - 137
2019-11-13 09:58:00:264 [HTTP]
2019-11-13 09:58:00:269 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/elements
2019-11-13 09:58:00:270 [HTTP] {"id":"0A000000-0000-0000-8703-000000000000","using":"class name","value":"XCUIElementTypeButton"}
2019-11-13 09:58:00:270 [W3C (59074311)] Calling AppiumDriver.findElementsFromElement() with args: ["class name","XCUIElementTypeButton","0A000000-0000-0000-8703-000000000000","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:00:271 [XCUITest] Executing command 'findElementsFromElement'
2019-11-13 09:58:00:271 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:00:272 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:00:272 [WD Proxy] Matched '/element/0A000000-0000-0000-8703-000000000000/elements' to command name 'findElementsFromElement'
2019-11-13 09:58:00:273 [WD Proxy] Proxying [POST /element/0A000000-0000-0000-8703-000000000000/elements] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/0A000000-0000-0000-8703-000000000000/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2019-11-13 09:58:00:278 [Xcode] t = 7.70s Find the "TabBar_Application" TabBar
2019-11-13 09:58:00:279 [Xcode]
2019-11-13 09:58:00:281 [Xcode] t = 7.71s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:282 [Xcode]
2019-11-13 09:58:00:326 [Xcode] t = 7.75s Find: Descendants matching type Any
2019-11-13 09:58:00:326 [Xcode]
2019-11-13 09:58:00:328 [Xcode] t = 7.75s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:329 [Xcode]
2019-11-13 09:58:00:330 [Xcode] t = 7.75s Find: Identity Binding
2019-11-13 09:58:00:330 [Xcode]
2019-11-13 09:58:00:336 [Xcode] t = 7.76s Find the "TabBar_Application" TabBar
2019-11-13 09:58:00:336 [Xcode]
2019-11-13 09:58:00:340 [Xcode] t = 7.76s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:340 [Xcode]
2019-11-13 09:58:00:382 [Xcode] t = 7.81s Find: Descendants matching type Any
2019-11-13 09:58:00:382 [Xcode]
2019-11-13 09:58:00:385 [Xcode] t = 7.81s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:385 [Xcode]
2019-11-13 09:58:00:389 [Xcode] t = 7.81s Find: Identity Binding
2019-11-13 09:58:00:389 [Xcode]
2019-11-13 09:58:00:396 [Xcode] t = 7.82s Get all elements bound by accessibility element for: Descendants matching type Button
2019-11-13 09:58:00:397 [Xcode]
2019-11-13 09:58:00:401 [Xcode] t = 7.82s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:402 [Xcode]
2019-11-13 09:58:00:439 [Xcode] t = 7.86s Find: Descendants matching type Any
2019-11-13 09:58:00:439 [Xcode]
2019-11-13 09:58:00:441 [Xcode] t = 7.87s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:441 [Xcode]
2019-11-13 09:58:00:445 [Xcode] t = 7.87s Find: Identity Binding
2019-11-13 09:58:00:445 [Xcode]
2019-11-13 09:58:00:446 [Xcode] t = 7.87s Find: Descendants matching type Button
2019-11-13 09:58:00:447 [Xcode]
2019-11-13 09:58:00:452 [Xcode] t = 7.88s Checking existence of `"Tab_Dialer" Button`
2019-11-13 09:58:00:452 [Xcode]
2019-11-13 09:58:00:458 [Xcode] t = 7.88s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:459 [Xcode]
2019-11-13 09:58:00:497 [Xcode] t = 7.92s Find: Descendants matching type Any
2019-11-13 09:58:00:497 [Xcode]
2019-11-13 09:58:00:501 [Xcode] t = 7.92s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:502 [Xcode]
2019-11-13 09:58:00:505 [Xcode] t = 7.93s Find: Identity Binding
2019-11-13 09:58:00:505 [Xcode]
2019-11-13 09:58:00:511 [Xcode] t = 7.93s Find: Descendants matching type Button
2019-11-13 09:58:00:512 [Xcode] t = 7.93s Find: Identity Binding
2019-11-13 09:58:00:512 [Xcode] t = 7.94s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:513 [Xcode]
2019-11-13 09:58:00:566 [Xcode] t = 7.99s Find: Descendants matching type Any
2019-11-13 09:58:00:567 [Xcode]
2019-11-13 09:58:00:568 [Xcode] t = 7.99s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:569 [Xcode]
2019-11-13 09:58:00:572 [Xcode] t = 8.00s Find: Identity Binding
2019-11-13 09:58:00:573 [Xcode]
2019-11-13 09:58:00:576 [Xcode] t = 8.00s Find: Descendants matching type Button
2019-11-13 09:58:00:576 [Xcode]
2019-11-13 09:58:00:578 [Xcode] t = 8.00s Find: Identity Binding
2019-11-13 09:58:00:579 [Xcode]
2019-11-13 09:58:00:584 [Xcode] t = 8.00s Checking existence of `"Tab_Sms" Button`
2019-11-13 09:58:00:584 [Xcode]
2019-11-13 09:58:00:585 [Xcode] t = 8.00s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:585 [Xcode]
2019-11-13 09:58:00:622 [Xcode] t = 8.04s Find: Descendants matching type Any
2019-11-13 09:58:00:623 [Xcode]
2019-11-13 09:58:00:625 [Xcode] t = 8.05s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:626 [Xcode]
2019-11-13 09:58:00:633 [Xcode] t = 8.05s Find: Identity Binding
2019-11-13 09:58:00:633 [Xcode]
2019-11-13 09:58:00:634 [Xcode] t = 8.05s Find: Descendants matching type Button
2019-11-13 09:58:00:634 [Xcode] t = 8.05s Find: Identity Binding
2019-11-13 09:58:00:634 [Xcode] t = 8.05s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:635 [Xcode]
2019-11-13 09:58:00:683 [Xcode] t = 8.11s Find: Descendants matching type Any
2019-11-13 09:58:00:683 [Xcode]
2019-11-13 09:58:00:695 [Xcode] t = 8.11s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:695 [Xcode] t = 8.11s Find: Identity Binding
2019-11-13 09:58:00:695 [Xcode] t = 8.11s Find: Descendants matching type Button
2019-11-13 09:58:00:696 [Xcode]
2019-11-13 09:58:00:699 [Xcode] t = 8.12s Find: Identity Binding
2019-11-13 09:58:00:699 [Xcode] t = 8.12s Checking existence of `"Tab_Logs" Button`
2019-11-13 09:58:00:700 [Xcode]
2019-11-13 09:58:00:700 [Xcode] t = 8.12s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:700 [Xcode]
2019-11-13 09:58:00:736 [Xcode] t = 8.16s Find: Descendants matching type Any
2019-11-13 09:58:00:737 [Xcode]
2019-11-13 09:58:00:740 [Xcode] t = 8.16s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:740 [Xcode]
2019-11-13 09:58:00:746 [Xcode] t = 8.16s Find: Identity Binding
2019-11-13 09:58:00:746 [Xcode] t = 8.17s Find: Descendants matching type Button
2019-11-13 09:58:00:746 [Xcode] t = 8.17s Find: Identity Binding
2019-11-13 09:58:00:747 [Xcode]
2019-11-13 09:58:00:749 [Xcode] t = 8.17s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:750 [Xcode]
2019-11-13 09:58:00:798 [Xcode] t = 8.22s Find: Descendants matching type Any
2019-11-13 09:58:00:799 [Xcode]
2019-11-13 09:58:00:801 [Xcode] t = 8.22s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:801 [Xcode]
2019-11-13 09:58:00:805 [Xcode] t = 8.23s Find: Identity Binding
2019-11-13 09:58:00:805 [Xcode]
2019-11-13 09:58:00:810 [Xcode] t = 8.23s Find: Descendants matching type Button
2019-11-13 09:58:00:810 [Xcode] t = 8.23s Find: Identity Binding
2019-11-13 09:58:00:811 [Xcode]
2019-11-13 09:58:00:812 [Xcode] t = 8.23s Checking existence of `"Tab_Options" Button`
2019-11-13 09:58:00:812 [Xcode]
2019-11-13 09:58:00:815 [Xcode] t = 8.23s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:815 [Xcode]
2019-11-13 09:58:00:849 [Xcode] t = 8.27s Find: Descendants matching type Any
2019-11-13 09:58:00:850 [Xcode]
2019-11-13 09:58:00:851 [Xcode] t = 8.28s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:851 [Xcode]
2019-11-13 09:58:00:859 [Xcode] t = 8.28s Find: Identity Binding
2019-11-13 09:58:00:860 [Xcode]
2019-11-13 09:58:00:865 [Xcode] t = 8.28s Find: Descendants matching type Button
2019-11-13 09:58:00:866 [Xcode] t = 8.28s Find: Identity Binding
2019-11-13 09:58:00:866 [Xcode] t = 8.28s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:866 [Xcode]
2019-11-13 09:58:00:911 [Xcode] t = 8.34s Find: Descendants matching type Any
2019-11-13 09:58:00:911 [Xcode]
2019-11-13 09:58:00:916 [Xcode] t = 8.34s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:00:917 [Xcode]
2019-11-13 09:58:00:921 [Xcode] t = 8.34s Find: Identity Binding
2019-11-13 09:58:00:922 [Xcode]
2019-11-13 09:58:00:924 [Xcode] t = 8.34s Find: Descendants matching type Button
2019-11-13 09:58:00:924 [Xcode]
2019-11-13 09:58:00:926 [Xcode] t = 8.35s Find: Identity Binding
2019-11-13 09:58:00:926 [Xcode]
2019-11-13 09:58:00:927 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"0D000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-8703-000000000000"},{"ELEMENT":"0E000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-8703-000000000000"},{"ELEMENT":"0F000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-8703-000000000000"},{"ELEMENT":"10000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"10000000-0000-0000-8703-000000000000"}],"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:00:928 [W3C (59074311)] Responding to client with driver.findElementsFromElement() result: [{"element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-8703-000000000000","ELEMENT":"0D000000-0000-0000-8703-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-8703-000000000000","ELEMENT":"0E000000-0000-0000-8703-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-8703-000000000000","ELEMENT":"0F000000-0000-0000-8703-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"10000000-0000-0000-8703-000000000000","ELEMENT":"10000000-0000-0000-8703-000000000000"}]
2019-11-13 09:58:00:929 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0A000000-0000-0000-8703-000000000000/elements 200 660 ms - 523
2019-11-13 09:58:00:930 [HTTP]
2019-11-13 09:58:00:976 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0D000000-0000-0000-8703-000000000000/click
2019-11-13 09:58:00:976 [HTTP] {"id":"0D000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:00:977 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:00:978 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:00:978 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0D000000-0000-0000-8703-000000000000/click' to command name 'click'
2019-11-13 09:58:00:979 [WD Proxy] Proxying [POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0D000000-0000-0000-8703-000000000000/click] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/0D000000-0000-0000-8703-000000000000/click] with body: {"id":"0D000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:00:994 [Xcode] t = 8.41s Find the "Tab_Dialer" Button
2019-11-13 09:58:00:994 [Xcode]
2019-11-13 09:58:00:998 [Xcode] t = 8.41s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:00:998 [Xcode]
2019-11-13 09:58:01:027 [Xcode] t = 8.45s Find: Descendants matching type Any
2019-11-13 09:58:01:028 [Xcode]
2019-11-13 09:58:01:031 [Xcode] t = 8.45s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:01:031 [Xcode]
2019-11-13 09:58:01:040 [Xcode] t = 8.46s Find: Identity Binding
2019-11-13 09:58:01:041 [Xcode] t = 8.46s Find: Descendants matching type Button
2019-11-13 09:58:01:042 [Xcode] t = 8.46s Find: Identity Binding
2019-11-13 09:58:01:042 [Xcode]
2019-11-13 09:58:01:048 [Xcode] t = 8.46s Tap "Tab_Dialer" Button
2019-11-13 09:58:01:049 [Xcode] t = 8.46s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:01:049 [Xcode] t = 8.47s Find the "Tab_Dialer" Button
2019-11-13 09:58:01:049 [Xcode]
2019-11-13 09:58:01:053 [Xcode] t = 8.47s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:053 [Xcode]
2019-11-13 09:58:01:088 [Xcode] t = 8.51s Find: Descendants matching type Any
2019-11-13 09:58:01:088 [Xcode]
2019-11-13 09:58:01:092 [Xcode] t = 8.51s Find: Elements matching predicate '"TabBar_Application" IN identifiers'
2019-11-13 09:58:01:092 [Xcode]
2019-11-13 09:58:01:096 [Xcode] t = 8.52s Find: Identity Binding
2019-11-13 09:58:01:096 [Xcode] t = 8.52s Find: Descendants matching type Button
2019-11-13 09:58:01:097 [Xcode]
2019-11-13 09:58:01:101 [Xcode] t = 8.52s Find: Identity Binding
2019-11-13 09:58:01:101 [Xcode] t = 8.52s Check for interrupting elements affecting "Tab_Dialer" Button
2019-11-13 09:58:01:102 [Xcode]
2019-11-13 09:58:01:114 [Xcode] t = 8.53s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:114 [Xcode]
2019-11-13 09:58:01:147 [Xcode] t = 8.56s Find: Descendants matching type Alert
2019-11-13 09:58:01:148 [Xcode]
2019-11-13 09:58:01:156 [Xcode] t = 8.57s Synthesize event
2019-11-13 09:58:01:156 [Xcode]
2019-11-13 09:58:01:209 [Xcode] t = 8.63s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:01:210 [Xcode]
2019-11-13 09:58:01:217 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:01:217 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:01:218 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/0D000000-0000-0000-8703-000000000000/click 200 242 ms - 65
2019-11-13 09:58:01:218 [HTTP]
2019-11-13 09:58:01:241 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:01:242 [HTTP] {"using":"id","value":"dialer_button_call"}
2019-11-13 09:58:01:242 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","dialer_button_call","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:01:243 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:01:243 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:01:243 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:01:244 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:01:244 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"dialer_button_call"}
2019-11-13 09:58:01:259 [Xcode] t = 8.68s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:01:260 [Xcode]
2019-11-13 09:58:01:261 [Xcode] t = 8.68s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:262 [Xcode]
2019-11-13 09:58:01:297 [Xcode] t = 8.72s Checking existence of `"dialer_button_call" Any`
2019-11-13 09:58:01:298 [Xcode]
2019-11-13 09:58:01:302 [Xcode] t = 8.72s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:302 [Xcode]
2019-11-13 09:58:01:343 [Xcode] t = 8.76s Find: Descendants matching type Any
2019-11-13 09:58:01:343 [Xcode]
2019-11-13 09:58:01:346 [Xcode] t = 8.77s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:346 [Xcode]
2019-11-13 09:58:01:349 [Xcode] t = 8.77s Get all elements bound by accessibility element for: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:350 [Xcode]
2019-11-13 09:58:01:353 [Xcode] t = 8.77s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:354 [Xcode]
2019-11-13 09:58:01:393 [Xcode] t = 8.81s Find: Descendants matching type Any
2019-11-13 09:58:01:393 [Xcode]
2019-11-13 09:58:01:397 [Xcode] t = 8.81s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:397 [Xcode]
2019-11-13 09:58:01:402 [Xcode] t = 8.82s Checking existence of `"dialer_button_call" Button`
2019-11-13 09:58:01:403 [Xcode]
2019-11-13 09:58:01:404 [Xcode] t = 8.82s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:405 [Xcode]
2019-11-13 09:58:01:440 [Xcode] t = 8.86s Find: Descendants matching type Any
2019-11-13 09:58:01:440 [Xcode]
2019-11-13 09:58:01:443 [Xcode] t = 8.87s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:444 [Xcode]
2019-11-13 09:58:01:447 [Xcode] t = 8.87s Find: Identity Binding
2019-11-13 09:58:01:450 [Xcode]
2019-11-13 09:58:01:452 [Xcode] t = 8.88s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:452 [Xcode]
2019-11-13 09:58:01:510 [Xcode] t = 8.93s Find: Descendants matching type Any
2019-11-13 09:58:01:511 [Xcode]
2019-11-13 09:58:01:513 [Xcode] t = 8.93s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:514 [Xcode]
2019-11-13 09:58:01:515 [Xcode] t = 8.94s Find: Identity Binding
2019-11-13 09:58:01:515 [Xcode]
2019-11-13 09:58:01:517 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2D000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:01:518 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-8703-000000000000","ELEMENT":"2D000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:01:520 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 278 ms - 137
2019-11-13 09:58:01:520 [HTTP]
2019-11-13 09:58:01:525 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/2D000000-0000-0000-8703-000000000000/displayed
2019-11-13 09:58:01:525 [HTTP] {}
2019-11-13 09:58:01:526 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:01:526 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:01:527 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/2D000000-0000-0000-8703-000000000000/displayed' to command name 'elementDisplayed'
2019-11-13 09:58:01:528 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/2D000000-0000-0000-8703-000000000000/displayed] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/2D000000-0000-0000-8703-000000000000/displayed] with body: {}
2019-11-13 09:58:01:534 [Xcode] t = 8.96s Find the "dialer_button_call" Button
2019-11-13 09:58:01:535 [Xcode]
2019-11-13 09:58:01:536 [Xcode] t = 8.96s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:536 [Xcode]
2019-11-13 09:58:01:575 [Xcode] t = 9.00s Find: Descendants matching type Any
2019-11-13 09:58:01:575 [Xcode]
2019-11-13 09:58:01:578 [Xcode] t = 9.00s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:579 [Xcode]
2019-11-13 09:58:01:582 [Xcode] t = 9.01s Find: Identity Binding
2019-11-13 09:58:01:582 [Xcode]
2019-11-13 09:58:01:588 [Xcode] t = 9.01s Checking existence of `"dialer_button_call" Button`
2019-11-13 09:58:01:588 [Xcode]
2019-11-13 09:58:01:591 [Xcode] t = 9.02s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:591 [Xcode]
2019-11-13 09:58:01:632 [Xcode] t = 9.06s Find: Descendants matching type Any
2019-11-13 09:58:01:633 [Xcode]
2019-11-13 09:58:01:636 [Xcode] t = 9.06s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:636 [Xcode]
2019-11-13 09:58:01:641 [Xcode] t = 9.07s Find: Identity Binding
2019-11-13 09:58:01:642 [Xcode]
2019-11-13 09:58:01:645 [Xcode] t = 9.07s Find the "dialer_button_call" Button
2019-11-13 09:58:01:646 [Xcode]
2019-11-13 09:58:01:647 [Xcode] t = 9.07s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:647 [Xcode]
2019-11-13 09:58:01:689 [Xcode] t = 9.11s Find: Descendants matching type Any
2019-11-13 09:58:01:689 [Xcode]
2019-11-13 09:58:01:693 [Xcode] t = 9.11s Find: Elements matching predicate '"dialer_button_call" IN identifiers'
2019-11-13 09:58:01:694 [Xcode]
2019-11-13 09:58:01:698 [Xcode] t = 9.12s Find: Identity Binding
2019-11-13 09:58:01:698 [Xcode]
2019-11-13 09:58:01:709 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:01:709 [WD Proxy] "value" : true,
2019-11-13 09:58:01:709 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:58:01:710 [WD Proxy] }
2019-11-13 09:58:01:710 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:01:711 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/2D000000-0000-0000-8703-000000000000/displayed 200 186 ms - 65
2019-11-13 09:58:01:711 [HTTP]
2019-11-13 09:58:01:730 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:01:731 [HTTP] {"using":"accessibility id","value":"Dialer_BarButton_More"}
2019-11-13 09:58:01:731 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Dialer_BarButton_More","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:01:731 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:01:732 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:01:732 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:01:733 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:01:733 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Dialer_BarButton_More"}
2019-11-13 09:58:01:745 [Xcode] t = 9.17s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:01:745 [Xcode]
2019-11-13 09:58:01:747 [Xcode] t = 9.17s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:748 [Xcode]
2019-11-13 09:58:01:786 [Xcode] t = 9.21s Checking existence of `"Dialer_BarButton_More" Any`
2019-11-13 09:58:01:786 [Xcode]
2019-11-13 09:58:01:793 [Xcode] t = 9.21s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:794 [Xcode]
2019-11-13 09:58:01:833 [Xcode] t = 9.25s Find: Descendants matching type Any
2019-11-13 09:58:01:836 [Xcode]
2019-11-13 09:58:01:837 [Xcode] t = 9.26s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:01:837 [Xcode]
2019-11-13 09:58:01:845 [Xcode] t = 9.26s Get all elements bound by accessibility element for: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:01:847 [Xcode]
2019-11-13 09:58:01:848 [Xcode] t = 9.26s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:848 [Xcode]
2019-11-13 09:58:01:883 [Xcode] t = 9.31s Find: Descendants matching type Any
2019-11-13 09:58:01:885 [Xcode]
2019-11-13 09:58:01:886 [Xcode] t = 9.31s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:01:887 [Xcode]
2019-11-13 09:58:01:897 [Xcode] t = 9.32s Checking existence of `"Dialer_BarButton_More" Button`
2019-11-13 09:58:01:899 [Xcode]
2019-11-13 09:58:01:903 [Xcode] t = 9.32s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:903 [Xcode]
2019-11-13 09:58:01:940 [Xcode] t = 9.36s Find: Descendants matching type Any
2019-11-13 09:58:01:943 [Xcode]
2019-11-13 09:58:01:945 [Xcode] t = 9.37s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:01:945 [Xcode]
2019-11-13 09:58:01:948 [Xcode] t = 9.37s Find: Identity Binding
2019-11-13 09:58:01:949 [Xcode]
2019-11-13 09:58:01:952 [Xcode] t = 9.37s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:01:952 [Xcode]
2019-11-13 09:58:02:004 [Xcode] t = 9.43s Find: Descendants matching type Any
2019-11-13 09:58:02:004 [Xcode]
2019-11-13 09:58:02:007 [Xcode] t = 9.43s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:02:007 [Xcode]
2019-11-13 09:58:02:013 [Xcode] t = 9.44s Find: Identity Binding
2019-11-13 09:58:02:013 [Xcode]
2019-11-13 09:58:02:014 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"14000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:02:015 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-8703-000000000000","ELEMENT":"14000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:02:015 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 285 ms - 137
2019-11-13 09:58:02:016 [HTTP]
2019-11-13 09:58:02:030 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/14000000-0000-0000-8703-000000000000/click
2019-11-13 09:58:02:030 [HTTP] {"id":"14000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:02:031 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:02:032 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:02:033 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/14000000-0000-0000-8703-000000000000/click' to command name 'click'
2019-11-13 09:58:02:034 [WD Proxy] Proxying [POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/14000000-0000-0000-8703-000000000000/click] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/14000000-0000-0000-8703-000000000000/click] with body: {"id":"14000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:02:043 [Xcode] t = 9.46s Find the "Dialer_BarButton_More" Button
2019-11-13 09:58:02:044 [Xcode]
2019-11-13 09:58:02:044 [Xcode] t = 9.47s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:044 [Xcode]
2019-11-13 09:58:02:085 [Xcode] t = 9.51s Find: Descendants matching type Any
2019-11-13 09:58:02:088 [Xcode]
2019-11-13 09:58:02:092 [Xcode] t = 9.51s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:02:094 [Xcode] t = 9.51s Find: Identity Binding
2019-11-13 09:58:02:094 [Xcode]
2019-11-13 09:58:02:197 [Xcode] t = 9.62s Tap "Dialer_BarButton_More" Button
2019-11-13 09:58:02:202 [Xcode]
2019-11-13 09:58:02:205 [Xcode] t = 9.62s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:02:205 [Xcode]
2019-11-13 09:58:02:214 [Xcode] t = 9.63s Find the "Dialer_BarButton_More" Button
2019-11-13 09:58:02:215 [Xcode]
2019-11-13 09:58:02:218 [Xcode] t = 9.64s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:218 [Xcode]
2019-11-13 09:58:02:252 [Xcode] t = 9.68s Find: Descendants matching type Any
2019-11-13 09:58:02:253 [Xcode]
2019-11-13 09:58:02:255 [Xcode] t = 9.68s Find: Elements matching predicate '"Dialer_BarButton_More" IN identifiers'
2019-11-13 09:58:02:256 [Xcode]
2019-11-13 09:58:02:260 [Xcode] t = 9.69s Find: Identity Binding
2019-11-13 09:58:02:261 [Xcode]
2019-11-13 09:58:02:266 [Xcode] t = 9.69s Check for interrupting elements affecting "Dialer_BarButton_More" Button
2019-11-13 09:58:02:267 [Xcode]
2019-11-13 09:58:02:283 [Xcode] t = 9.70s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:283 [Xcode]
2019-11-13 09:58:02:318 [Xcode] t = 9.74s Find: Descendants matching type Alert
2019-11-13 09:58:02:319 [Xcode] t = 9.74s Synthesize event
2019-11-13 09:58:02:319 [Xcode]
2019-11-13 09:58:02:423 [Xcode] t = 9.81s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:02:424 [Xcode]
2019-11-13 09:58:02:466 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:02:467 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:02:468 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/14000000-0000-0000-8703-000000000000/click 200 438 ms - 65
2019-11-13 09:58:02:468 [HTTP]
2019-11-13 09:58:02:494 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:02:495 [HTTP] {"using":"id","value":"Buy"}
2019-11-13 09:58:02:495 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","Buy","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:02:495 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:02:496 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:02:496 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:02:497 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:02:497 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"Buy"}
2019-11-13 09:58:02:516 [Xcode] t = 9.94s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:02:516 [Xcode]
2019-11-13 09:58:02:517 [Xcode] t = 9.94s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:517 [Xcode]
2019-11-13 09:58:02:628 [Xcode] t = 10.05s Checking existence of `"Buy" Any`
2019-11-13 09:58:02:628 [Xcode] t = 10.05s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:628 [Xcode]
2019-11-13 09:58:02:727 [Xcode] t = 10.15s Find: Descendants matching type Any
2019-11-13 09:58:02:727 [Xcode]
2019-11-13 09:58:02:729 [Xcode] t = 10.15s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:02:730 [Xcode]
2019-11-13 09:58:02:736 [Xcode] t = 10.16s Get all elements bound by accessibility element for: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:02:736 [Xcode]
2019-11-13 09:58:02:742 [Xcode] t = 10.16s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:742 [Xcode]
2019-11-13 09:58:02:841 [Xcode] t = 10.26s Find: Descendants matching type Any
2019-11-13 09:58:02:843 [Xcode]
2019-11-13 09:58:02:846 [Xcode] t = 10.27s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:02:847 [Xcode]
2019-11-13 09:58:02:857 [Xcode] t = 10.28s Checking existence of `"Settings_Label_Buy" StaticText`
2019-11-13 09:58:02:857 [Xcode]
2019-11-13 09:58:02:861 [Xcode] t = 10.28s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:861 [Xcode]
2019-11-13 09:58:02:975 [Xcode] t = 10.38s Find: Descendants matching type Any
2019-11-13 09:58:02:975 [Xcode] t = 10.38s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:02:975 [Xcode] t = 10.39s Find: Identity Binding
2019-11-13 09:58:02:976 [Xcode]
2019-11-13 09:58:02:976 [Xcode] t = 10.40s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:02:976 [Xcode]
2019-11-13 09:58:03:071 [Xcode] t = 10.49s Find: Descendants matching type Any
2019-11-13 09:58:03:073 [Xcode]
2019-11-13 09:58:03:076 [Xcode] t = 10.50s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:076 [Xcode]
2019-11-13 09:58:03:079 [Xcode] t = 10.50s Find: Identity Binding
2019-11-13 09:58:03:079 [Xcode]
2019-11-13 09:58:03:080 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"65000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:03:081 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000","ELEMENT":"65000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:03:081 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 587 ms - 137
2019-11-13 09:58:03:081 [HTTP]
2019-11-13 09:58:03:085 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/displayed
2019-11-13 09:58:03:085 [HTTP] {}
2019-11-13 09:58:03:085 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:03:086 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:03:087 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/displayed' to command name 'elementDisplayed'
2019-11-13 09:58:03:087 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/displayed] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/65000000-0000-0000-8703-000000000000/displayed] with body: {}
2019-11-13 09:58:03:094 [Xcode] t = 10.52s Find the "Settings_Label_Buy" StaticText
2019-11-13 09:58:03:094 [Xcode]
2019-11-13 09:58:03:099 [Xcode] t = 10.52s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:099 [Xcode]
2019-11-13 09:58:03:160 [Xcode] t = 10.58s Find: Descendants matching type Any
2019-11-13 09:58:03:160 [Xcode]
2019-11-13 09:58:03:161 [Xcode] t = 10.58s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:161 [Xcode]
2019-11-13 09:58:03:163 [Xcode] t = 10.59s Find: Identity Binding
2019-11-13 09:58:03:164 [Xcode]
2019-11-13 09:58:03:168 [Xcode] t = 10.59s Checking existence of `"Settings_Label_Buy" StaticText`
2019-11-13 09:58:03:169 [Xcode]
2019-11-13 09:58:03:175 [Xcode] t = 10.59s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:175 [Xcode]
2019-11-13 09:58:03:234 [Xcode] t = 10.66s Find: Descendants matching type Any
2019-11-13 09:58:03:234 [Xcode]
2019-11-13 09:58:03:236 [Xcode] t = 10.66s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:236 [Xcode]
2019-11-13 09:58:03:243 [Xcode] t = 10.66s Find: Identity Binding
2019-11-13 09:58:03:243 [Xcode]
2019-11-13 09:58:03:246 [Xcode] t = 10.67s Find the "Settings_Label_Buy" StaticText
2019-11-13 09:58:03:246 [Xcode]
2019-11-13 09:58:03:249 [Xcode] t = 10.67s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:250 [Xcode]
2019-11-13 09:58:03:314 [Xcode] t = 10.74s Find: Descendants matching type Any
2019-11-13 09:58:03:314 [Xcode]
2019-11-13 09:58:03:317 [Xcode] t = 10.74s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:317 [Xcode]
2019-11-13 09:58:03:324 [Xcode] t = 10.75s Find: Identity Binding
2019-11-13 09:58:03:325 [Xcode]
2019-11-13 09:58:03:345 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:03:345 [WD Proxy] "value" : true,
2019-11-13 09:58:03:345 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:58:03:345 [WD Proxy] }
2019-11-13 09:58:03:346 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:03:346 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/displayed 200 261 ms - 65
2019-11-13 09:58:03:347 [HTTP]
2019-11-13 09:58:03:355 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:03:355 [HTTP] {"using":"accessibility id","value":"Buy"}
2019-11-13 09:58:03:356 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Buy","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:03:356 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:03:356 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:03:356 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:03:357 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:03:357 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Buy"}
2019-11-13 09:58:03:369 [Xcode] t = 10.79s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:03:369 [Xcode]
2019-11-13 09:58:03:374 [Xcode] t = 10.80s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:375 [Xcode]
2019-11-13 09:58:03:441 [Xcode] t = 10.86s Checking existence of `"Buy" Any`
2019-11-13 09:58:03:441 [Xcode]
2019-11-13 09:58:03:441 [Xcode] t = 10.86s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:442 [Xcode]
2019-11-13 09:58:03:501 [Xcode] t = 10.92s Find: Descendants matching type Any
2019-11-13 09:58:03:503 [Xcode]
2019-11-13 09:58:03:510 [Xcode] t = 10.92s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:511 [Xcode]
2019-11-13 09:58:03:514 [Xcode] t = 10.93s Get all elements bound by accessibility element for: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:514 [Xcode] t = 10.93s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:515 [Xcode]
2019-11-13 09:58:03:569 [Xcode] t = 10.99s Find: Descendants matching type Any
2019-11-13 09:58:03:569 [Xcode]
2019-11-13 09:58:03:576 [Xcode] t = 10.99s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:578 [Xcode]
2019-11-13 09:58:03:582 [Xcode] t = 11.00s Checking existence of `"Settings_Label_Buy" StaticText`
2019-11-13 09:58:03:583 [Xcode]
2019-11-13 09:58:03:585 [Xcode] t = 11.00s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:585 [Xcode]
2019-11-13 09:58:03:642 [Xcode] t = 11.07s Find: Descendants matching type Any
2019-11-13 09:58:03:643 [Xcode]
2019-11-13 09:58:03:645 [Xcode] t = 11.07s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:646 [Xcode]
2019-11-13 09:58:03:655 [Xcode] t = 11.07s Find: Identity Binding
2019-11-13 09:58:03:655 [Xcode]
2019-11-13 09:58:03:656 [Xcode] t = 11.08s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:656 [Xcode]
2019-11-13 09:58:03:730 [Xcode] t = 11.15s Find: Descendants matching type Any
2019-11-13 09:58:03:731 [Xcode]
2019-11-13 09:58:03:733 [Xcode] t = 11.16s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:734 [Xcode]
2019-11-13 09:58:03:737 [Xcode] t = 11.16s Find: Identity Binding
2019-11-13 09:58:03:737 [Xcode]
2019-11-13 09:58:03:739 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"65000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:03:739 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000","ELEMENT":"65000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:03:740 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 385 ms - 137
2019-11-13 09:58:03:741 [HTTP]
2019-11-13 09:58:03:763 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:03:764 [HTTP] {"using":"accessibility id","value":"Buy"}
2019-11-13 09:58:03:764 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Buy","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:03:765 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:03:765 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:03:766 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:03:767 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:03:767 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Buy"}
2019-11-13 09:58:03:786 [Xcode] t = 11.20s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:03:787 [Xcode] t = 11.21s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:787 [Xcode]
2019-11-13 09:58:03:841 [Xcode] t = 11.26s Checking existence of `"Buy" Any`
2019-11-13 09:58:03:842 [Xcode] t = 11.26s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:842 [Xcode]
2019-11-13 09:58:03:901 [Xcode] t = 11.32s Find: Descendants matching type Any
2019-11-13 09:58:03:901 [Xcode]
2019-11-13 09:58:03:904 [Xcode] t = 11.33s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:904 [Xcode]
2019-11-13 09:58:03:914 [Xcode] t = 11.33s Get all elements bound by accessibility element for: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:915 [Xcode] t = 11.33s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:915 [Xcode]
2019-11-13 09:58:03:971 [Xcode] t = 11.39s Find: Descendants matching type Any
2019-11-13 09:58:03:971 [Xcode]
2019-11-13 09:58:03:973 [Xcode] t = 11.40s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:03:973 [Xcode]
2019-11-13 09:58:03:982 [Xcode] t = 11.41s Checking existence of `"Settings_Label_Buy" StaticText`
2019-11-13 09:58:03:983 [Xcode]
2019-11-13 09:58:03:985 [Xcode] t = 11.41s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:03:985 [Xcode]
2019-11-13 09:58:04:048 [Xcode] t = 11.47s Find: Descendants matching type Any
2019-11-13 09:58:04:049 [Xcode]
2019-11-13 09:58:04:054 [Xcode] t = 11.47s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:04:055 [Xcode] t = 11.48s Find: Identity Binding
2019-11-13 09:58:04:055 [Xcode]
2019-11-13 09:58:04:060 [Xcode] t = 11.48s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:04:061 [Xcode]
2019-11-13 09:58:04:135 [Xcode] t = 11.56s Find: Descendants matching type Any
2019-11-13 09:58:04:136 [Xcode]
2019-11-13 09:58:04:137 [Xcode] t = 11.56s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:04:138 [Xcode]
2019-11-13 09:58:04:142 [Xcode] t = 11.57s Find: Identity Binding
2019-11-13 09:58:04:143 [Xcode]
2019-11-13 09:58:04:145 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"65000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:04:146 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"65000000-0000-0000-8703-000000000000","ELEMENT":"65000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:04:147 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 384 ms - 137
2019-11-13 09:58:04:148 [HTTP]
2019-11-13 09:58:04:158 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/click
2019-11-13 09:58:04:158 [HTTP] {"id":"65000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:04:159 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:04:159 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:04:160 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/click' to command name 'click'
2019-11-13 09:58:04:160 [WD Proxy] Proxying [POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/click] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/65000000-0000-0000-8703-000000000000/click] with body: {"id":"65000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:04:170 [Xcode] t = 11.59s Find the "Settings_Label_Buy" StaticText
2019-11-13 09:58:04:170 [Xcode]
2019-11-13 09:58:04:178 [Xcode] t = 11.60s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:04:178 [Xcode]
2019-11-13 09:58:04:232 [Xcode] t = 11.66s Find: Descendants matching type Any
2019-11-13 09:58:04:232 [Xcode]
2019-11-13 09:58:04:235 [Xcode] t = 11.66s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:04:235 [Xcode]
2019-11-13 09:58:04:240 [Xcode] t = 11.66s Find: Identity Binding
2019-11-13 09:58:04:240 [Xcode]
2019-11-13 09:58:04:261 [Xcode] t = 11.67s Tap "Settings_Label_Buy" StaticText
2019-11-13 09:58:04:261 [Xcode] t = 11.67s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:04:261 [Xcode] t = 11.68s Find the "Settings_Label_Buy" StaticText
2019-11-13 09:58:04:261 [Xcode] t = 11.68s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:04:261 [Xcode]
2019-11-13 09:58:04:321 [Xcode] t = 11.74s Find: Descendants matching type Any
2019-11-13 09:58:04:321 [Xcode]
2019-11-13 09:58:04:323 [Xcode] t = 11.75s Find: Elements matching predicate '"Buy" IN identifiers'
2019-11-13 09:58:04:323 [Xcode]
2019-11-13 09:58:04:326 [Xcode] t = 11.75s Find: Identity Binding
2019-11-13 09:58:04:326 [Xcode]
2019-11-13 09:58:04:333 [Xcode] t = 11.76s Check for interrupting elements affecting "Settings_Label_Buy" StaticText
2019-11-13 09:58:04:333 [Xcode]
2019-11-13 09:58:04:350 [Xcode] t = 11.77s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:04:350 [Xcode]
2019-11-13 09:58:04:401 [Xcode] t = 11.82s Find: Descendants matching type Alert
2019-11-13 09:58:04:401 [Xcode] t = 11.82s Synthesize event
2019-11-13 09:58:04:401 [Xcode]
2019-11-13 09:58:04:479 [Xcode] t = 11.89s Wait for com.cellact.secnum2 to idle
2019-11-13 09:58:04:480 [Xcode]
2019-11-13 09:58:04:511 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:04:512 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:04:513 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/65000000-0000-0000-8703-000000000000/click 200 355 ms - 65
2019-11-13 09:58:04:513 [HTTP]
2019-11-13 09:58:06:520 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:06:520 [HTTP] {"using":"id","value":"Shop"}
2019-11-13 09:58:06:521 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["id","Shop","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:06:521 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:06:522 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:06:522 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:06:523 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:06:523 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"id","value":"Shop"}
2019-11-13 09:58:06:565 [Xcode] t = 13.98s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:06:566 [Xcode]
2019-11-13 09:58:06:567 [Xcode] t = 13.98s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:567 [Xcode]
2019-11-13 09:58:06:641 [Xcode] t = 14.06s Checking existence of `"Shop" Any`
2019-11-13 09:58:06:642 [Xcode]
2019-11-13 09:58:06:643 [Xcode] t = 14.06s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:643 [Xcode]
2019-11-13 09:58:06:691 [Xcode] t = 14.11s Find: Descendants matching type Any
2019-11-13 09:58:06:691 [Xcode]
2019-11-13 09:58:06:693 [Xcode] t = 14.12s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:695 [Xcode]
2019-11-13 09:58:06:709 [Xcode] t = 14.12s Get all elements bound by accessibility element for: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:709 [Xcode] t = 14.12s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:709 [Xcode]
2019-11-13 09:58:06:743 [Xcode] t = 14.17s Find: Descendants matching type Any
2019-11-13 09:58:06:743 [Xcode]
2019-11-13 09:58:06:746 [Xcode] t = 14.17s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:746 [Xcode]
2019-11-13 09:58:06:757 [Xcode] t = 14.18s Checking existence of `"Shop" StaticText`
2019-11-13 09:58:06:758 [Xcode]
2019-11-13 09:58:06:761 [Xcode] t = 14.18s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:761 [Xcode]
2019-11-13 09:58:06:799 [Xcode] t = 14.22s Find: Descendants matching type Any
2019-11-13 09:58:06:800 [Xcode]
2019-11-13 09:58:06:803 [Xcode] t = 14.23s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:804 [Xcode]
2019-11-13 09:58:06:806 [Xcode] t = 14.23s Find: Identity Binding
2019-11-13 09:58:06:806 [Xcode]
2019-11-13 09:58:06:812 [Xcode] t = 14.23s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:812 [Xcode]
2019-11-13 09:58:06:871 [Xcode] t = 14.29s Find: Descendants matching type Any
2019-11-13 09:58:06:872 [Xcode]
2019-11-13 09:58:06:877 [Xcode] t = 14.30s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:877 [Xcode]
2019-11-13 09:58:06:878 [Xcode] t = 14.30s Find: Identity Binding
2019-11-13 09:58:06:878 [Xcode]
2019-11-13 09:58:06:879 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"BB000000-0000-0000-8703-000000000000","element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-8703-000000000000"},"sessionId":"82CA9BD9-7C55-44A2-A30B-B0F718AB2337"}
2019-11-13 09:58:06:879 [W3C (59074311)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-8703-000000000000","ELEMENT":"BB000000-0000-0000-8703-000000000000"}
2019-11-13 09:58:06:880 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 200 360 ms - 137
2019-11-13 09:58:06:881 [HTTP]
2019-11-13 09:58:06:884 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/BB000000-0000-0000-8703-000000000000/displayed
2019-11-13 09:58:06:884 [HTTP] {}
2019-11-13 09:58:06:885 [W3C (59074311)] Driver proxy active, passing request on via HTTP proxy
2019-11-13 09:58:06:885 [XCUITest] Executing command 'proxyReqRes'
2019-11-13 09:58:06:887 [WD Proxy] Matched '/wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/BB000000-0000-0000-8703-000000000000/displayed' to command name 'elementDisplayed'
2019-11-13 09:58:06:890 [WD Proxy] Proxying [GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/BB000000-0000-0000-8703-000000000000/displayed] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element/BB000000-0000-0000-8703-000000000000/displayed] with body: {}
2019-11-13 09:58:06:903 [Xcode] t = 14.32s Find the "Shop" StaticText
2019-11-13 09:58:06:903 [Xcode]
2019-11-13 09:58:06:909 [Xcode] t = 14.32s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:909 [Xcode]
2019-11-13 09:58:06:945 [Xcode] t = 14.37s Find: Descendants matching type Any
2019-11-13 09:58:06:946 [Xcode]
2019-11-13 09:58:06:947 [Xcode] t = 14.37s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:06:949 [Xcode]
2019-11-13 09:58:06:953 [Xcode] t = 14.37s Find: Identity Binding
2019-11-13 09:58:06:956 [Xcode]
2019-11-13 09:58:06:962 [Xcode] t = 14.38s Checking existence of `"Shop" StaticText`
2019-11-13 09:58:06:963 [Xcode] t = 14.38s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:06:963 [Xcode]
2019-11-13 09:58:07:004 [Xcode] t = 14.43s Find: Descendants matching type Any
2019-11-13 09:58:07:005 [Xcode]
2019-11-13 09:58:07:006 [Xcode] t = 14.43s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:07:007 [Xcode]
2019-11-13 09:58:07:009 [Xcode] t = 14.43s Find: Identity Binding
2019-11-13 09:58:07:009 [Xcode]
2019-11-13 09:58:07:012 [Xcode] t = 14.43s Find the "Shop" StaticText
2019-11-13 09:58:07:012 [Xcode]
2019-11-13 09:58:07:016 [Xcode] t = 14.43s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:07:017 [Xcode]
2019-11-13 09:58:07:060 [Xcode] t = 14.48s Find: Descendants matching type Any
2019-11-13 09:58:07:060 [Xcode]
2019-11-13 09:58:07:063 [Xcode] t = 14.48s Find: Elements matching predicate '"Shop" IN identifiers'
2019-11-13 09:58:07:063 [Xcode]
2019-11-13 09:58:07:066 [Xcode] t = 14.48s Find: Identity Binding
2019-11-13 09:58:07:066 [Xcode]
2019-11-13 09:58:07:070 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:07:071 [WD Proxy] "value" : true,
2019-11-13 09:58:07:071 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:58:07:071 [WD Proxy] }
2019-11-13 09:58:07:071 [WD Proxy] Replacing sessionId 82CA9BD9-7C55-44A2-A30B-B0F718AB2337 with 59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:07:072 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element/BB000000-0000-0000-8703-000000000000/displayed 200 188 ms - 65
2019-11-13 09:58:07:072 [HTTP]
2019-11-13 09:58:07:085 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:07:086 [HTTP] {}
2019-11-13 09:58:07:086 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:07:086 [XCUITest] Executing command 'getSession'
2019-11-13 09:58:07:086 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:58:07:087 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:58:07:089 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 2 ms - 699
2019-11-13 09:58:07:090 [HTTP]
2019-11-13 09:58:07:095 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot
2019-11-13 09:58:07:095 [HTTP] {}
2019-11-13 09:58:07:095 [W3C (59074311)] Calling AppiumDriver.getScreenshot() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:07:096 [XCUITest] Executing command 'getScreenshot'
2019-11-13 09:58:07:096 [XCUITest] Taking screenshot with WDA
2019-11-13 09:58:07:097 [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
2019-11-13 09:58:07:097 [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/screenshot] with no body
2019-11-13 09:58:07:181 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:07:181 [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe\/32\/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAg+aOHhqzwAAQABJREFUeAHsnQecVcX59xdpij3GFnuP\r\nxgaKPYklscUY\/xYsCCpil84uHXs0FvqyS1VjF0VEbIj0DiK9t6UtW++95552zy3z\r\nfuc8eMMbXcIaiLrMMsxn7pxnnpl5zpnnd55nyslxXd8EIwEjASMBIwEjgV+cBOJe\r\n4LiB5\/gJ2w9sl5guxN2k5SWjXtry0nE37TohgeMmHDuIJwmQhZQuf47rw8Fxk44D\r\nJSEZCsF2vZjrRSoDNxK4cd9yPSvhxgInlnAsz7Xjnmt5QSQRRH3q+lcbqivAnOoW\r\nMPRGAkYCRgJGAkYCPwcJAH5gMC3ZBsCOCxiDuAAqMKxh1U16IQCDmiEAB0E8gBgy\r\nx3N1+A6ANfRKIMfToBv3Y5GEb\/mkbVcXtwLHgonn6FJUHaJvUjfA0TyDEP6rJRYD\r\nwMYBYCRgJGAkYCTwi5RA1A9CA1QDagJL1pagsTAEWo2LIdy6ADBWK\/lZ9AVZw+DH\r\nPY3ZIU7rGHCNJnxs3\/KkKxY2mCpGtpQNaTTAY16HdrPGeDin4tWWoQHgaousWi84\r\nhthIwEjASMBIYDdJQAASyIQ\/hikBGP4OiUOndPgzRF8AGEN2m8KnCLhL\/F1ZDcwJ\r\nWwBYW9W4lyOJbTaxZ4sZvQ2kQet\/mcshclMW7E\/FcWlXD1AMAFdPXtWVr6E3EjAS\r\nMBIwEthNEkjHkilLm7nw1\/Oy2qi1CTiNQw+zdh0TBI...
2019-11-13 09:58:07:183 [W3C (59074311)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAg+aOHhqzwAAQABJREFUeAHsnQecVcX59xdpij3GFnuP\r\nxgaKPYklscUY/xYsCCpil84uHXs0FvqyS1VjF0VEbIj0DiK9t6UtW++95552zy3z\r\nfuc8eMMbXcIaiLrMMsxn7pxnnpl5zpnnd55nyslxXd8EIwEjASMBIwEjgV+cBOJe\r\n4LiB5/gJ2w9sl5guxN2k5SWjXtry0nE37TohgeMmHDuIJwmQhZQuf47rw8Fxk44D\r\nJSEZCsF2vZjrRSoDNxK4cd9yPSvhxgInlnAsz7Xjnmt5QSQRRH3q+lcbqivAnOoW\r\nMPRGAkYCRgJGAkYCPwcJAH5gMC3ZBsCOCxiDuAAqMKxh1U16IQCDmiEAB0E8gBgy\r\nx3N1+A6ANfRKIMfToBv3Y5GEb/mkbVcXtwLHgonn6FJUHaJvUjfA0TyDEP6rJRYD\r\nwMYBYCRgJGAkYCTwi5RA1A9CA1QDagJL1pagsTAEWo2LIdy6ADBWK/lZ9AVZw+DH\r\nPY3ZIU7rGHCNJnxs3/KkKxY2mCpGtpQNaTTAY16HdrPGeDin4tWWoQHgaousWi84\r\nhthIwEjASMBIYDdJQAASyIQ/hikBGP4OiUOndPgzRF8AGEN2m8KnCLhL/F1ZDcwJ\r\nWwBYW9W4lyOJbTaxZ4sZvQ2kQet/mcshclMW7E/FcWlXD1AMAFdPXtWVr6E3EjAS\r\nMBIwEthNEkjHkilLm7nw1/Oy2qi1CTiNQw+zdh0TBIAB5tClrCd9tc0aT1JcOGQt\r\n...
2019-11-13 09:58:07:186 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot 200 91 ms - 472768
2019-11-13 09:58:07:187 [HTTP]
2019-11-13 09:58:07:681 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:07:681 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:07:681 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:07:682 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:07:682 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:07:682 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:07:683 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:07:683 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:07:725 [Xcode] t = 15.14s Checking existence of `TextView`
2019-11-13 09:58:07:725 [Xcode]
2019-11-13 09:58:07:727 [Xcode] t = 15.14s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:07:727 [Xcode]
2019-11-13 09:58:07:779 [Xcode] t = 15.20s Find: Descendants matching type TextView
2019-11-13 09:58:07:780 [Xcode]
2019-11-13 09:58:07:783 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:07:785 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:07:789 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:07:789 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:07:790 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 109 ms - 379
2019-11-13 09:58:07:790 [HTTP]
2019-11-13 09:58:07:819 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:07:820 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:07:820 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:07:821 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:07:822 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:07:823 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:07:824 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:07:824 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:07:856 [Xcode] t = 15.28s Checking existence of `TextView`
2019-11-13 09:58:07:856 [Xcode]
2019-11-13 09:58:07:864 [Xcode] t = 15.28s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:07:864 [Xcode]
2019-11-13 09:58:07:901 [Xcode] t = 15.32s Find: Descendants matching type TextView
2019-11-13 09:58:07:901 [Xcode]
2019-11-13 09:58:07:903 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:07:904 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:07:906 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:07:906 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:07:908 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 89 ms - 379
2019-11-13 09:58:07:909 [HTTP]
2019-11-13 09:58:08:425 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:08:426 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:08:426 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:08:426 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:08:426 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:08:427 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:08:427 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:08:427 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:08:461 [Xcode] t = 15.88s Checking existence of `TextView`
2019-11-13 09:58:08:462 [Xcode] t = 15.88s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:08:462 [Xcode]
2019-11-13 09:58:08:516 [Xcode] t = 15.94s Find: Descendants matching type TextView
2019-11-13 09:58:08:517 [Xcode]
2019-11-13 09:58:08:518 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:08:518 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:08:519 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:08:519 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:08:519 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 94 ms - 379
2019-11-13 09:58:08:519 [HTTP]
2019-11-13 09:58:08:525 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:08:525 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:08:525 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:08:525 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:08:526 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:08:526 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:08:526 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:08:526 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:08:540 [Xcode] t = 15.96s Checking existence of `TextView`
2019-11-13 09:58:08:541 [Xcode]
2019-11-13 09:58:08:545 [Xcode] t = 15.97s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:08:546 [Xcode]
2019-11-13 09:58:08:582 [Xcode] t = 16.00s Find: Descendants matching type TextView
2019-11-13 09:58:08:582 [Xcode]
2019-11-13 09:58:08:583 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:08:584 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:08:584 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:08:584 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:08:588 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 60 ms - 379
2019-11-13 09:58:08:588 [HTTP]
2019-11-13 09:58:09:092 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:09:093 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:093 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:09:094 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:09:095 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:09:095 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:09:096 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:09:096 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:137 [Xcode] t = 16.55s Checking existence of `TextView`
2019-11-13 09:58:09:137 [Xcode]
2019-11-13 09:58:09:138 [Xcode] t = 16.56s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:09:138 [Xcode]
2019-11-13 09:58:09:192 [Xcode] t = 16.61s Find: Descendants matching type TextView
2019-11-13 09:58:09:192 [Xcode]
2019-11-13 09:58:09:195 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:09:195 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:09:195 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:09:196 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:09:196 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 103 ms - 379
2019-11-13 09:58:09:196 [HTTP]
2019-11-13 09:58:09:202 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:09:202 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:203 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:09:203 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:09:203 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:09:203 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:09:204 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:09:204 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:223 [Xcode] t = 16.64s Checking existence of `TextView`
2019-11-13 09:58:09:224 [Xcode] t = 16.64s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:09:224 [Xcode]
2019-11-13 09:58:09:262 [Xcode] t = 16.68s Find: Descendants matching type TextView
2019-11-13 09:58:09:262 [Xcode]
2019-11-13 09:58:09:262 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:09:262 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:09:263 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:09:263 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:09:264 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 61 ms - 379
2019-11-13 09:58:09:264 [HTTP]
2019-11-13 09:58:09:775 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:09:775 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:775 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:09:775 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:09:775 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:09:775 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:09:776 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:09:776 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:809 [Xcode] t = 17.23s Checking existence of `TextView`
2019-11-13 09:58:09:809 [Xcode]
2019-11-13 09:58:09:816 [Xcode] t = 17.24s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:09:816 [Xcode]
2019-11-13 09:58:09:870 [Xcode] t = 17.29s Find: Descendants matching type TextView
2019-11-13 09:58:09:870 [Xcode]
2019-11-13 09:58:09:875 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:09:875 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:09:875 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:09:875 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:09:876 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 101 ms - 379
2019-11-13 09:58:09:876 [HTTP]
2019-11-13 09:58:09:881 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:09:882 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:882 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:09:882 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:09:883 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:09:883 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:09:883 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:09:883 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:09:900 [Xcode] t = 17.32s Checking existence of `TextView`
2019-11-13 09:58:09:901 [Xcode] t = 17.32s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:09:901 [Xcode]
2019-11-13 09:58:09:939 [Xcode] t = 17.36s Find: Descendants matching type TextView
2019-11-13 09:58:09:940 [Xcode]
2019-11-13 09:58:09:941 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:09:941 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:09:942 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:09:942 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:09:942 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 61 ms - 379
2019-11-13 09:58:09:942 [HTTP]
2019-11-13 09:58:10:449 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:10:449 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:10:450 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:10:450 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:10:450 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:10:450 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:10:451 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:10:451 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:10:480 [Xcode] t = 17.90s Checking existence of `TextView`
2019-11-13 09:58:10:481 [Xcode]
2019-11-13 09:58:10:489 [Xcode] t = 17.91s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:10:489 [Xcode]
2019-11-13 09:58:10:542 [Xcode] t = 17.97s Find: Descendants matching type TextView
2019-11-13 09:58:10:542 [Xcode]
2019-11-13 09:58:10:547 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:10:547 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:10:548 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:10:548 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:10:549 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 99 ms - 379
2019-11-13 09:58:10:549 [HTTP]
2019-11-13 09:58:10:611 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:10:611 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:10:612 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:10:612 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:10:613 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:10:613 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:10:615 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:10:615 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:10:642 [Xcode] t = 18.06s Checking existence of `TextView`
2019-11-13 09:58:10:643 [Xcode] t = 18.06s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:10:643 [Xcode]
2019-11-13 09:58:10:680 [Xcode] t = 18.10s Find: Descendants matching type TextView
2019-11-13 09:58:10:680 [Xcode]
2019-11-13 09:58:10:683 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:10:683 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:10:684 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:10:684 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:10:685 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 74 ms - 379
2019-11-13 09:58:10:685 [HTTP]
2019-11-13 09:58:11:197 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:11:198 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:198 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:11:198 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:11:198 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:11:198 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:11:199 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:11:199 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:239 [Xcode] t = 18.65s Checking existence of `TextView`
2019-11-13 09:58:11:239 [Xcode]
2019-11-13 09:58:11:240 [Xcode] t = 18.66s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:11:240 [Xcode]
2019-11-13 09:58:11:292 [Xcode] t = 18.72s Find: Descendants matching type TextView
2019-11-13 09:58:11:292 [Xcode]
2019-11-13 09:58:11:297 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:11:298 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:11:299 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:11:299 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:11:300 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 102 ms - 379
2019-11-13 09:58:11:300 [HTTP]
2019-11-13 09:58:11:311 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:11:311 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:311 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:11:312 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:11:312 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:11:312 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:11:312 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:11:313 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:330 [Xcode] t = 18.75s Checking existence of `TextView`
2019-11-13 09:58:11:331 [Xcode]
2019-11-13 09:58:11:334 [Xcode] t = 18.75s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:11:334 [Xcode]
2019-11-13 09:58:11:371 [Xcode] t = 18.79s Find: Descendants matching type TextView
2019-11-13 09:58:11:371 [Xcode]
2019-11-13 09:58:11:374 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:11:374 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:11:375 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:11:375 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:11:376 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 65 ms - 379
2019-11-13 09:58:11:376 [HTTP]
2019-11-13 09:58:11:886 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:11:886 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:889 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:11:889 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:11:889 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:11:890 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:11:890 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:11:890 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:921 [Xcode] t = 19.34s Checking existence of `TextView`
2019-11-13 09:58:11:921 [Xcode]
2019-11-13 09:58:11:931 [Xcode] t = 19.35s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:11:931 [Xcode]
2019-11-13 09:58:11:982 [Xcode] t = 19.41s Find: Descendants matching type TextView
2019-11-13 09:58:11:982 [Xcode]
2019-11-13 09:58:11:987 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:11:987 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:11:988 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:11:988 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:11:989 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 102 ms - 379
2019-11-13 09:58:11:989 [HTTP]
2019-11-13 09:58:11:996 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:11:997 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:11:997 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:11:998 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:11:998 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:11:998 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:11:999 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:11:999 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:12:019 [Xcode] t = 19.44s Checking existence of `TextView`
2019-11-13 09:58:12:019 [Xcode] t = 19.44s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:12:020 [Xcode]
2019-11-13 09:58:12:057 [Xcode] t = 19.48s Find: Descendants matching type TextView
2019-11-13 09:58:12:057 [Xcode]
2019-11-13 09:58:12:058 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:12:058 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:12:059 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:12:059 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:12:060 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 63 ms - 379
2019-11-13 09:58:12:060 [HTTP]
2019-11-13 09:58:12:566 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:12:567 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:12:567 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:12:567 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:12:568 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:12:568 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:12:568 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:12:569 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:12:600 [Xcode] t = 20.02s Checking existence of `TextView`
2019-11-13 09:58:12:600 [Xcode]
2019-11-13 09:58:12:609 [Xcode] t = 20.03s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:12:609 [Xcode]
2019-11-13 09:58:12:665 [Xcode] t = 20.09s Find: Descendants matching type TextView
2019-11-13 09:58:12:665 [Xcode]
2019-11-13 09:58:12:667 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:12:667 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:12:668 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:12:668 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:12:668 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 102 ms - 379
2019-11-13 09:58:12:669 [HTTP]
2019-11-13 09:58:12:675 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:12:675 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:12:676 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:12:676 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:12:676 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:12:676 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:12:677 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:12:677 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:12:692 [Xcode] t = 20.12s Checking existence of `TextView`
2019-11-13 09:58:12:692 [Xcode]
2019-11-13 09:58:12:695 [Xcode] t = 20.12s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:12:695 [Xcode]
2019-11-13 09:58:12:734 [Xcode] t = 20.16s Find: Descendants matching type TextView
2019-11-13 09:58:12:735 [Xcode]
2019-11-13 09:58:12:736 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:12:736 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:12:737 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:12:737 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:12:740 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 64 ms - 379
2019-11-13 09:58:12:740 [HTTP]
2019-11-13 09:58:13:246 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:13:247 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:247 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:13:247 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:13:247 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:13:249 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:13:249 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:13:249 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:285 [Xcode] t = 20.70s Checking existence of `TextView`
2019-11-13 09:58:13:285 [Xcode]
2019-11-13 09:58:13:286 [Xcode] t = 20.70s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:13:286 [Xcode]
2019-11-13 09:58:13:336 [Xcode] t = 20.76s Find: Descendants matching type TextView
2019-11-13 09:58:13:336 [Xcode]
2019-11-13 09:58:13:339 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:13:341 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:13:341 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:13:341 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:13:342 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 95 ms - 379
2019-11-13 09:58:13:342 [HTTP]
2019-11-13 09:58:13:349 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:13:349 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:350 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:13:350 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:13:350 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:13:350 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:13:350 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:13:351 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:366 [Xcode] t = 20.79s Checking existence of `TextView`
2019-11-13 09:58:13:367 [Xcode]
2019-11-13 09:58:13:369 [Xcode] t = 20.79s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:13:370 [Xcode]
2019-11-13 09:58:13:410 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:13:411 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:13:412 [Xcode] t = 20.83s Find: Descendants matching type TextView
2019-11-13 09:58:13:412 [Xcode]
2019-11-13 09:58:13:412 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:13:413 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:13:413 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 64 ms - 379
2019-11-13 09:58:13:414 [HTTP]
2019-11-13 09:58:13:925 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:13:925 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:926 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:13:926 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:13:926 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:13:926 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:13:927 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:13:927 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:13:968 [Xcode] t = 21.38s Checking existence of `TextView`
2019-11-13 09:58:13:968 [Xcode]
2019-11-13 09:58:13:971 [Xcode] t = 21.39s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:13:971 [Xcode]
2019-11-13 09:58:14:021 [Xcode] t = 21.44s Find: Descendants matching type TextView
2019-11-13 09:58:14:021 [Xcode]
2019-11-13 09:58:14:024 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:14:024 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:14:025 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:14:025 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:14:026 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 100 ms - 379
2019-11-13 09:58:14:026 [HTTP]
2019-11-13 09:58:14:032 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:14:033 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:033 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:14:033 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:14:034 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:14:034 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:14:035 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:14:035 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:049 [Xcode] t = 21.47s Checking existence of `TextView`
2019-11-13 09:58:14:050 [Xcode]
2019-11-13 09:58:14:054 [Xcode] t = 21.47s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:14:054 [Xcode]
2019-11-13 09:58:14:092 [Xcode] t = 21.51s Find: Descendants matching type TextView
2019-11-13 09:58:14:092 [Xcode]
2019-11-13 09:58:14:094 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:14:094 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:14:095 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:14:096 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:14:097 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 64 ms - 379
2019-11-13 09:58:14:097 [HTTP]
2019-11-13 09:58:14:606 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:14:607 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:607 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:14:607 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:14:607 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:14:607 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:14:608 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:14:608 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:647 [Xcode] t = 22.06s Checking existence of `TextView`
2019-11-13 09:58:14:647 [Xcode]
2019-11-13 09:58:14:648 [Xcode] t = 22.07s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:14:648 [Xcode]
2019-11-13 09:58:14:698 [Xcode] t = 22.12s Find: Descendants matching type TextView
2019-11-13 09:58:14:698 [Xcode]
2019-11-13 09:58:14:700 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:14:700 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:14:700 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:14:700 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:14:701 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 95 ms - 379
2019-11-13 09:58:14:701 [HTTP]
2019-11-13 09:58:14:707 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:14:707 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:707 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:14:707 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:14:707 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:14:707 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:14:708 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:14:708 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:14:725 [Xcode] t = 22.14s Checking existence of `TextView`
2019-11-13 09:58:14:725 [Xcode] t = 22.15s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:14:725 [Xcode]
2019-11-13 09:58:14:766 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:14:766 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:14:767 [Xcode] t = 22.19s Find: Descendants matching type TextView
2019-11-13 09:58:14:767 [Xcode]
2019-11-13 09:58:14:767 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:14:768 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:14:768 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 61 ms - 379
2019-11-13 09:58:14:768 [HTTP]
2019-11-13 09:58:15:280 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:15:280 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:15:280 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:15:280 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:15:281 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:15:281 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:15:283 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:15:283 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:15:323 [Xcode] t = 22.74s Checking existence of `TextView`
2019-11-13 09:58:15:323 [Xcode]
2019-11-13 09:58:15:323 [Xcode] t = 22.74s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:15:323 [Xcode]
2019-11-13 09:58:15:372 [Xcode] t = 22.80s Find: Descendants matching type TextView
2019-11-13 09:58:15:373 [Xcode]
2019-11-13 09:58:15:377 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:15:378 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:15:378 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:15:378 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:15:379 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 99 ms - 379
2019-11-13 09:58:15:379 [HTTP]
2019-11-13 09:58:15:391 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:15:394 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:15:395 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:15:395 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:15:395 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:15:395 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:15:396 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:15:396 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:15:453 [Xcode] t = 22.84s Checking existence of `TextView`
2019-11-13 09:58:15:454 [Xcode] t = 22.85s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:15:454 [Xcode]
2019-11-13 09:58:15:468 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:15:468 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:15:469 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:15:469 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:15:470 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 79 ms - 379
2019-11-13 09:58:15:470 [HTTP]
2019-11-13 09:58:15:479 [Xcode] t = 22.88s Find: Descendants matching type TextView
2019-11-13 09:58:15:480 [Xcode]
2019-11-13 09:58:15:986 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:15:987 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:15:987 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:15:987 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:15:987 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:15:987 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:15:988 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:15:988 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:019 [Xcode] t = 23.44s Checking existence of `TextView`
2019-11-13 09:58:16:020 [Xcode]
2019-11-13 09:58:16:027 [Xcode] t = 23.45s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:16:027 [Xcode]
2019-11-13 09:58:16:083 [Xcode] t = 23.51s Find: Descendants matching type TextView
2019-11-13 09:58:16:083 [Xcode]
2019-11-13 09:58:16:086 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:16:086 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:16:086 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:16:086 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:16:087 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 100 ms - 379
2019-11-13 09:58:16:087 [HTTP]
2019-11-13 09:58:16:094 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:16:094 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:095 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:16:095 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:16:095 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:16:095 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:16:096 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:16:096 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:112 [Xcode] t = 23.53s Checking existence of `TextView`
2019-11-13 09:58:16:113 [Xcode]
2019-11-13 09:58:16:117 [Xcode] t = 23.53s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:16:118 [Xcode]
2019-11-13 09:58:16:152 [Xcode] t = 23.57s Find: Descendants matching type TextView
2019-11-13 09:58:16:152 [Xcode]
2019-11-13 09:58:16:154 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:16:154 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:16:155 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:16:156 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:16:157 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 62 ms - 379
2019-11-13 09:58:16:157 [HTTP]
2019-11-13 09:58:16:668 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:16:668 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:668 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:16:668 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:16:669 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:16:669 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:16:669 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:16:669 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:700 [Xcode] t = 24.12s Checking existence of `TextView`
2019-11-13 09:58:16:700 [Xcode]
2019-11-13 09:58:16:708 [Xcode] t = 24.13s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:16:708 [Xcode]
2019-11-13 09:58:16:763 [Xcode] t = 24.19s Find: Descendants matching type TextView
2019-11-13 09:58:16:764 [Xcode]
2019-11-13 09:58:16:766 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:16:766 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:16:767 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:16:767 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:16:768 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 100 ms - 379
2019-11-13 09:58:16:768 [HTTP]
2019-11-13 09:58:16:774 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:16:774 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:774 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:16:775 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:16:775 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:16:775 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:16:775 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:16:775 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:16:794 [Xcode] t = 24.21s Checking existence of `TextView`
2019-11-13 09:58:16:794 [Xcode] t = 24.21s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:16:794 [Xcode]
2019-11-13 09:58:16:831 [Xcode] t = 24.25s Find: Descendants matching type TextView
2019-11-13 09:58:16:831 [Xcode]
2019-11-13 09:58:16:832 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:16:833 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:16:834 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:16:834 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:16:835 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 60 ms - 379
2019-11-13 09:58:16:835 [HTTP]
2019-11-13 09:58:17:345 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:17:346 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:17:346 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:17:346 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:17:346 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:17:347 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:17:347 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:17:347 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:17:386 [Xcode] t = 24.80s Checking existence of `TextView`
2019-11-13 09:58:17:386 [Xcode]
2019-11-13 09:58:17:388 [Xcode] t = 24.80s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:17:388 [Xcode]
2019-11-13 09:58:17:440 [Xcode] t = 24.86s Find: Descendants matching type TextView
2019-11-13 09:58:17:441 [Xcode]
2019-11-13 09:58:17:445 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:17:445 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:17:445 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:17:446 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:17:446 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 100 ms - 379
2019-11-13 09:58:17:446 [HTTP]
2019-11-13 09:58:17:452 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:17:452 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:17:453 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:17:453 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:17:453 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:17:453 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:17:453 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:17:454 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:17:468 [Xcode] t = 24.89s Checking existence of `TextView`
2019-11-13 09:58:17:469 [Xcode]
2019-11-13 09:58:17:474 [Xcode] t = 24.89s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:17:475 [Xcode]
2019-11-13 09:58:17:511 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:17:512 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:17:512 [Xcode] t = 24.93s Find: Descendants matching type TextView
2019-11-13 09:58:17:513 [Xcode]
2019-11-13 09:58:17:513 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:17:513 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:17:514 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 61 ms - 379
2019-11-13 09:58:17:514 [HTTP]
2019-11-13 09:58:18:025 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:18:025 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:18:025 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:025 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:18:026 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:18:026 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:18:026 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:18:026 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:18:061 [Xcode] t = 25.48s Checking existence of `TextView`
2019-11-13 09:58:18:061 [Xcode]
2019-11-13 09:58:18:067 [Xcode] t = 25.48s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:18:067 [Xcode]
2019-11-13 09:58:18:122 [Xcode] t = 25.54s Find: Descendants matching type TextView
2019-11-13 09:58:18:123 [Xcode]
2019-11-13 09:58:18:125 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:18:125 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:18:126 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:18:126 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:18:126 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 101 ms - 379
2019-11-13 09:58:18:126 [HTTP]
2019-11-13 09:58:18:132 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:18:132 [HTTP] {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:18:132 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["class name","XCUIElementTypeTextView","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:133 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:18:133 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:18:133 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:18:133 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:18:134 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"class name","value":"XCUIElementTypeTextView"}
2019-11-13 09:58:18:148 [Xcode] t = 25.57s Checking existence of `TextView`
2019-11-13 09:58:18:149 [Xcode]
2019-11-13 09:58:18:154 [Xcode] t = 25.57s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:18:154 [Xcode]
2019-11-13 09:58:18:190 [Xcode] t = 25.61s Find: Descendants matching type TextView
2019-11-13 09:58:18:190 [Xcode]
2019-11-13 09:58:18:196 [WD Proxy] Got an unexpected response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class name', value 'XCUIElementTypeTextView'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000102b3bf18 FBNoSuchElementErrorResponseForRequest + 312\n\t1 WebDriverAgentLib 0x0000000102b3bce0 +[FBFindElementCommands handleFindElement:] + 448\n\t2 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t3 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t4 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t5 RoutingHTTPServer 0x0000000102c86b50 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 44\n\t6 libdispatch.dylib 0x00000001a5faf184 B7EED4C7-560D-3DA6-9B50-ED52A150AAC6 + 377220\n\t7 libdispatch.dylib ...
2019-11-13 09:58:18:196 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2019-11-13 09:58:18:197 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:18:197 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:18:198 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 66 ms - 379
2019-11-13 09:58:18:199 [HTTP]
2019-11-13 09:58:18:216 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/source
2019-11-13 09:58:18:216 [HTTP] {}
2019-11-13 09:58:18:216 [W3C (59074311)] Calling AppiumDriver.getPageSource() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:216 [XCUITest] Executing command 'getPageSource'
2019-11-13 09:58:18:217 [WD Proxy] Matched '/source' to command name 'getPageSource'
2019-11-13 09:58:18:217 [WD Proxy] Proxying [GET /source] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/source] with no body
2019-11-13 09:58:18:234 [Xcode] t = 25.65s Find the Application 'com.cellact.secnum2'
2019-11-13 09:58:18:234 [Xcode]
2019-11-13 09:58:18:235 [Xcode] t = 25.66s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:18:235 [Xcode]
2019-11-13 09:58:18:295 [Xcode] 2019-11-13 09:58:18.265956+0200 WebDriverAgentRunner-Runner[900:265873] Cannot take the snapshot of Application 'com.cellact.secnum2' after 15 seconds
2019-11-13 09:58:18:296 [Xcode] 2019-11-13 09:58:18.266192+0200 WebDriverAgentRunner-Runner[900:265873] Internal error: Error Domain=com.apple.dt.xctest.automation-support.error Code=5 "Timed out snapshotting com.apple.testmanagerd, app is either unresponsive or taking too long to snapshot." UserInfo={accessibility-error=-25204, NSLocalizedDescription=Timed out snapshotting com.apple.testmanagerd, app is either unresponsive or taking too long to snapshot.}
2019-11-13 09:58:18:296 [Xcode] t = 25.71s Requesting snapshot of accessibility hierarchy for app with pid 903
2019-11-13 09:58:18:296 [Xcode]
2019-11-13 09:58:18:298 [WD Proxy] Got response with status 500: {
2019-11-13 09:58:18:299 [WD Proxy] "value" : {
2019-11-13 09:58:18:299 [WD Proxy] "error" : "unknown error",
2019-11-13 09:58:18:299 [WD Proxy] "message" : "Cannot get 'xml' source of the current application",
2019-11-13 09:58:18:299 [WD Proxy] "traceback" : ""
2019-11-13 09:58:18:299 [WD Proxy] },
2019-11-13 09:58:18:299 [WD Proxy] "sessionId" : "82CA9BD9-7C55-44A2-A30B-B0F718AB2337"
2019-11-13 09:58:18:299 [WD Proxy] }
2019-11-13 09:58:18:300 [W3C] Matched W3C error code 'unknown error' to UnknownError
2019-11-13 09:58:18:301 [Xcode] 2019-11-13 09:58:18.273451+0200 WebDriverAgentRunner-Runner[900:265873] Failed to invoke libxml2>xmlTextWriterStartElement. Error code: -1
2019-11-13 09:58:18:301 [Xcode] 2019-11-13 09:58:18.273551+0200 WebDriverAgentRunner-Runner[900:265873] Failed to generate XML presentation of a screen element
2019-11-13 09:58:18:301 [Xcode] Entity: line 2: parser error : Extra content at the end of the document
2019-11-13 09:58:18:301 [Xcode]
2019-11-13 09:58:18:301 [Xcode] ^
2019-11-13 09:58:18:301 [Xcode] error : xmlTextWriterWriteDocCallback : XML error 5 !
2019-11-13 09:58:18:301 [Xcode]
2019-11-13 09:58:18:302 [W3C (59074311)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Cannot get 'xml' source of the current application
2019-11-13 09:58:18:303 [W3C (59074311)] at errorFromW3CJsonCode (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:802:25)
2019-11-13 09:58:18:303 [W3C (59074311)] at ProxyRequestError.errorFromW3CJsonCode [as getActualError] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:685:14)
2019-11-13 09:58:18:303 [W3C (59074311)] at JWProxy.getActualError [as command] (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:259:19)
2019-11-13 09:58:18:305 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/source 500 88 ms - 786
2019-11-13 09:58:18:305 [HTTP]
2019-11-13 09:58:18:328 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:18:328 [HTTP] {}
2019-11-13 09:58:18:328 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:329 [XCUITest] Executing command 'getSession'
2019-11-13 09:58:18:329 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:58:18:330 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:58:18:331 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 3 ms - 699
2019-11-13 09:58:18:331 [HTTP]
2019-11-13 09:58:18:345 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot
2019-11-13 09:58:18:345 [HTTP] {}
2019-11-13 09:58:18:345 [W3C (59074311)] Calling AppiumDriver.getScreenshot() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:346 [XCUITest] Executing command 'getScreenshot'
2019-11-13 09:58:18:346 [XCUITest] Taking screenshot with WDA
2019-11-13 09:58:18:346 [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
2019-11-13 09:58:18:346 [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/screenshot] with no body
2019-11-13 09:58:18:390 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:18:391 [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe\/32\/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAB\/I9FucKAAAH5RJREFUeAHs3elvVld+B\/D7rDZL9qWT\r\nZKYzipI005JgA8aAWRL2GQgBAt6NbXCAiSGERG1HqqpWfVe1b6pR32TUGSmtqm4h\r\nhcmQsAewjRei\/kv9nXNtQ0btm74r\/tzcefz4bo+fTyJ953fuOecWhYUAAQIECPx\/\r\nFKgWRSX+KWpFUS+qtXiJtRJvq0WtWuS98bXyAbG3Wi\/qscbBsaati2s6NJ+b3ixs\r\nj7eNvDlfJ39EOjFOSkfNf0T+rKKaPyKdaiFAgAABAktAIPIwJ2ZOxxTAlZSjKR4X\r\nw3UxZHMARwbHYTlEF3fMJ+rCicEWW+Ia+aLlxWJL+duDcyOA42IR9pX0ceXeJSDu\r\nKxIgQIAAgRCI0MyRGIm5mK9lJVvuiZ1lZJZpu3B4jthyXw7ruFIlV7Epi\/O1Uu3b\r\njPfzu8ttC5eKjTl600GpRo5z48pxuIUAAQIECCwNgYjCMlrnEzRVorH+TgaXh8Tr\r\ngyV++c656awyX\/MFcwt2NGLnK+Vsjkbm+TWfufgJaWP5iQL4Aa93BAgQIPBoC7Tk\r\nujPyLy1lpkZoPrzm7M0vka\/VlKc5d3PNWm0p0hrBGZvL9M1HRqDGreKWZtFSKRqx\r\nPhToDy4dR8YpZfTG6XERAVz+e\/BKgAABAo++wPKiiAxOAVzmYRmk8ftiUMb2+SI5\r\nxepi0kYAN4tqawrgFJxxRjrwQX+uekvR0los+27Vu3...
2019-11-13 09:58:18:391 [W3C (59074311)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAB/I9FucKAAAH5RJREFUeAHs3elvVld+B/D7rDZL9qWT\r\nZKYzipI005JgA8aAWRL2GQgBAt6NbXCAiSGERG1HqqpWfVe1b6pR32TUGSmtqm4h\r\nhcmQsAewjRei/kv9nXNtQ0btm74r/tzcefz4bo+fTyJ953fuOecWhYUAAQIECPx/\r\nFKgWRSX+KWpFUS+qtXiJtRJvq0WtWuS98bXyAbG3Wi/qscbBsaati2s6NJ+b3ixs\r\nj7eNvDlfJ39EOjFOSkfNf0T+rKKaPyKdaiFAgAABAktAIPIwJ2ZOxxTAlZSjKR4X\r\nw3UxZHMARwbHYTlEF3fMJ+rCicEWW+Ia+aLlxWJL+duDcyOA42IR9pX0ceXeJSDu\r\nKxIgQIAAgRCI0MyRGIm5mK9lJVvuiZ1lZJZpu3B4jthyXw7ruFIlV7Epi/O1Uu3b\r\njPfzu8ttC5eKjTl600GpRo5z48pxuIUAAQIECCwNgYjCMlrnEzRVorH+TgaXh8Tr\r\ngyV++c656awyX/MFcwt2NGLnK+Vsjkbm+TWfufgJaWP5iQL4Aa93BAgQIPBoC7Tk\r\nujPyLy1lpkZoPrzm7M0vka/VlKc5d3PNWm0p0hrBGZvL9M1HRqDGreKWZtFSKRqx\r\nPhToDy4dR8YpZfTG6XERAVz+e/BKgAABAo++wPKiiAxOAVzmYRmk8ftiUMb2+SI5\r\nxepi0kYAN4tqawrgFJxxRjrwQX+uekvR0los+27Vu3jR9GYxgOPc8vT8UenjLAQI\r\n...
2019-11-13 09:58:18:392 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot 200 47 ms - 18524
2019-11-13 09:58:18:392 [HTTP]
2019-11-13 09:58:18:575 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:18:576 [HTTP] {"using":"accessibility id","value":"Back"}
2019-11-13 09:58:18:576 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Back","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:576 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:18:576 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:18:576 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:18:577 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:18:577 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Back"}
2019-11-13 09:58:18:591 [WD Proxy] Got an unexpected response with status 400: {"value":{"error":"invalid element state","message":"The application under test with bundle id 'com.cellact.secnum2' is not running, possibly crashed","traceback":"(\n\t0 CoreFoundation 0x00000001a62e1820 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 1226784\n\t1 libobjc.A.dylib 0x00000001a6009fa4 objc_exception_throw + 56\n\t2 CoreFoundation 0x00000001a61e5eb0 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 196272\n\t3 WebDriverAgentLib 0x0000000102b3a988 -[FBSession activeApplication] + 696\n\t4 WebDriverAgentLib 0x0000000102b3bc60 +[FBFindElementCommands handleFindElement:] + 320\n\t5 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t6 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t7 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:wit...
2019-11-13 09:58:18:592 [W3C] Matched W3C error code 'invalid element state' to InvalidElementStateError
2019-11-13 09:58:18:593 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:18:593 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:18:594 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 18 ms - 379
2019-11-13 09:58:18:594 [HTTP]
2019-11-13 09:58:18:600 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:18:600 [HTTP] {"using":"accessibility id","value":"Info"}
2019-11-13 09:58:18:600 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Info","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:600 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:18:601 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:18:601 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:18:601 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:18:601 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Info"}
2019-11-13 09:58:18:611 [WD Proxy] Got an unexpected response with status 400: {"value":{"error":"invalid element state","message":"The application under test with bundle id 'com.cellact.secnum2' is not running, possibly crashed","traceback":"(\n\t0 CoreFoundation 0x00000001a62e1820 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 1226784\n\t1 libobjc.A.dylib 0x00000001a6009fa4 objc_exception_throw + 56\n\t2 CoreFoundation 0x00000001a61e5eb0 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 196272\n\t3 WebDriverAgentLib 0x0000000102b3a988 -[FBSession activeApplication] + 696\n\t4 WebDriverAgentLib 0x0000000102b3bc60 +[FBFindElementCommands handleFindElement:] + 320\n\t5 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t6 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t7 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:wit...
2019-11-13 09:58:18:611 [W3C] Matched W3C error code 'invalid element state' to InvalidElementStateError
2019-11-13 09:58:18:611 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:18:612 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:18:612 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 12 ms - 379
2019-11-13 09:58:18:612 [HTTP]
2019-11-13 09:58:18:616 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:18:617 [HTTP] {}
2019-11-13 09:58:18:617 [W3C (59074311)] Calling AppiumDriver.getSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:617 [XCUITest] Executing command 'getSession'
2019-11-13 09:58:18:618 [XCUITest] Merging WDA caps over Appium caps for session detail response
2019-11-13 09:58:18:618 [W3C (59074311)] Responding to client with driver.getSession() result: {"udid":"bfea4f543d41aaf0ca3697f9d30c97ded6a54b78","platformName":"ios","app":"/Users/cellactqa/Desktop/Jars/IPA/2number_1.20.1_adHoc.ipa","automationName":"XCUITest","deviceName":"iPhoneSE","maxTypingFrequency":100,"newCommandTimeout":0,"noReset":true,"platformVersion":"13","showIOSLog":false,"showXcodeLog":true,"updatedWDABundleId":"com.cellact.secnum2","useNewWDA":true,"wdaStartupRetries":1,"wdaStartupRetryInterval":2000,"xcodeOrgId":"L3R4967P3J","xcodeSigningId":"iPhone Developer","device":"iphone","browserName":"SecNum","sdkVersion":"13.2.2","CFBundleIdentifier":"com.cellact.secnum2","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":640,"height":1136}}
2019-11-13 09:58:18:619 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 3 ms - 699
2019-11-13 09:58:18:619 [HTTP]
2019-11-13 09:58:18:626 [HTTP] --> GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot
2019-11-13 09:58:18:626 [HTTP] {}
2019-11-13 09:58:18:627 [W3C (59074311)] Calling AppiumDriver.getScreenshot() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:18:627 [XCUITest] Executing command 'getScreenshot'
2019-11-13 09:58:18:627 [XCUITest] Taking screenshot with WDA
2019-11-13 09:58:18:627 [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
2019-11-13 09:58:18:627 [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/screenshot] with no body
2019-11-13 09:58:18:825 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:18:825 [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe\/32\/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgACZW3+ly7ywAAQABJREFUeAGMvQeUXNWRx\/0mzyiQbONd\r\nB4KkSZ17pnty0ihHUBYIkYMBk3MwJgdnG+\/aYIPtdVp7ccKRJJCxweQolBEoTZ5R\r\nInm9n7\/fv+p1z8je\/c53zj3v9PS8fu++e6vqX\/WvuvcFQaQpqG0MIo1BtKkg3uIt\r\niDUHtQ3+Jd8HscaCOP9V079yrSDaONr0r0a1aIMuSKtpoBVXNhVW5m4RaSisbSit\r\nydAKq+qCSH0QzwTJTJDI8KEk2lARpSdptdq6oDodVKaCKalgcppWHGmkldRmy9Qy\r\nFdX1ZZXpssmpoDKpVpVSq0mPtupUQW0dLahO0Qoj9TT+W1KZoXH3our6glq+qQuq\r\nksGUBBcpqEoVVKZpQZW12mwQaQjiPBRDUa8WzRTEskXRbGEkUxzJFtVmCqr5eXh+\r\nYU1dkS6YpBXQeXVJ\/+JeNC6rY7Va2MlouiBW51ejJ+pMNBM27kW36XOiuSjZUhhr\r\nUk+8P8wUUxM2xr+5KN5K44O3wlhuEuMtAS05rTA9o7h+RlHd9IK6qbTC+u6izLTC\r\nhumF2ZkFDTOD7KwgM6cgOy9omBdkFwT108NWNy0IW1dQr1\/5bzkGqY4g0RYk24v4\r\nPtVZkOwY24JEK\/ctTLSqxZqQECadxojRCmubiiLNdJI+c1SzM4tTrf6kLlH8sCjS\r\nSAsiyEZjkGpTS7brvtw93RmkuwsyM9TVdLe61zA9yHRz...
2019-11-13 09:58:18:831 [W3C (59074311)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgACZW3+ly7ywAAQABJREFUeAGMvQeUXNWRx/0mzyiQbONd\r\nB4KkSZ17pnty0ihHUBYIkYMBk3MwJgdnG+/aYIPtdVp7ccKRJJCxweQolBEoTZ5R\r\nInm9n7/fv+p1z8je/c53zj3v9PS8fu++e6vqX/WvuvcFQaQpqG0MIo1BtKkg3uIt\r\niDUHtQ3+Jd8HscaCOP9V079yrSDaONr0r0a1aIMuSKtpoBVXNhVW5m4RaSisbSit\r\nydAKq+qCSH0QzwTJTJDI8KEk2lARpSdptdq6oDodVKaCKalgcppWHGmkldRmy9Qy\r\nFdX1ZZXpssmpoDKpVpVSq0mPtupUQW0dLahO0Qoj9TT+W1KZoXH3our6glq+qQuq\r\nksGUBBcpqEoVVKZpQZW12mwQaQjiPBRDUa8WzRTEskXRbGEkUxzJFtVmCqr5eXh+\r\nYU1dkS6YpBXQeXVJ/+JeNC6rY7Va2MlouiBW51ejJ+pMNBM27kW36XOiuSjZUhhr\r\nUk+8P8wUUxM2xr+5KN5K44O3wlhuEuMtAS05rTA9o7h+RlHd9IK6qbTC+u6izLTC\r\nhumF2ZkFDTOD7KwgM6cgOy9omBdkFwT108NWNy0IW1dQr1/5bzkGqY4g0RYk24v4\r\nPtVZkOwY24JEK/ctTLSqxZqQECadxojRCmubiiLNdJI+c1SzM4tTrf6kLlH8sCjS\r\nSAsiyEZjkGpTS7brvtw93RmkuwsyM9TVdLe61zA9yHRzQkGyM4i1BVH60K5jbXMQ\r\n...
2019-11-13 09:58:18:851 [HTTP] <-- GET /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/screenshot 200 217 ms - 1803900
2019-11-13 09:58:18:852 [HTTP]
2019-11-13 09:58:19:371 [HTTP] --> POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element
2019-11-13 09:58:19:371 [HTTP] {"using":"accessibility id","value":"Back"}
2019-11-13 09:58:19:372 [W3C (59074311)] Calling AppiumDriver.findElement() with args: ["accessibility id","Back","59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:19:372 [XCUITest] Executing command 'findElement'
2019-11-13 09:58:19:373 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2019-11-13 09:58:19:373 [BaseDriver] Waiting up to 0 ms for condition
2019-11-13 09:58:19:374 [WD Proxy] Matched '/element' to command name 'findElement'
2019-11-13 09:58:19:375 [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337/element] with body: {"using":"accessibility id","value":"Back"}
2019-11-13 09:58:19:397 [WD Proxy] Got an unexpected response with status 400: {"value":{"error":"invalid element state","message":"The application under test with bundle id 'com.cellact.secnum2' is not running, possibly crashed","traceback":"(\n\t0 CoreFoundation 0x00000001a62e1820 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 1226784\n\t1 libobjc.A.dylib 0x00000001a6009fa4 objc_exception_throw + 56\n\t2 CoreFoundation 0x00000001a61e5eb0 FF63481D-FB6A-353B-B2C1-AC4EAECF594D + 196272\n\t3 WebDriverAgentLib 0x0000000102b3a988 -[FBSession activeApplication] + 696\n\t4 WebDriverAgentLib 0x0000000102b3bc60 +[FBFindElementCommands handleFindElement:] + 320\n\t5 WebDriverAgentLib 0x0000000102b1b484 -[FBRoute_TargetAction mountRequest:intoResponse:] + 220\n\t6 WebDriverAgentLib 0x0000000102b08bbc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t7 RoutingHTTPServer 0x0000000102c86394 -[RoutingHTTPServer handleRoute:wit...
2019-11-13 09:58:19:397 [W3C] Matched W3C error code 'invalid element state' to InvalidElementStateError
2019-11-13 09:58:19:398 [W3C (59074311)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2019-11-13 09:58:19:398 [W3C (59074311)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11)
2019-11-13 09:58:19:399 [HTTP] <-- POST /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5/element 404 27 ms - 379
2019-11-13 09:58:19:399 [HTTP]
2019-11-13 09:58:20:845 [HTTP] --> DELETE /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5
2019-11-13 09:58:20:845 [HTTP] {}
2019-11-13 09:58:20:846 [W3C (59074311)] Calling AppiumDriver.deleteSession() with args: ["59074311-ffb7-453c-b40a-cbb5e26c7ce5"]
2019-11-13 09:58:20:846 [BaseDriver] Event 'quitSessionRequested' logged at 1573631900846 (09:58:20 GMT+0200 (Israel Standard Time))
2019-11-13 09:58:20:847 [Appium] Removing session 59074311-ffb7-453c-b40a-cbb5e26c7ce5 from our master session list
2019-11-13 09:58:20:848 [WD Proxy] Matched '/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5' to command name 'deleteSession'
2019-11-13 09:58:20:849 [WD Proxy] Proxying [DELETE /session/59074311-ffb7-453c-b40a-cbb5e26c7ce5] to [DELETE http://localhost:8100/session/82CA9BD9-7C55-44A2-A30B-B0F718AB2337] with no body
2019-11-13 09:58:20:858 [Xcode] t = 28.28s Terminate com.cellact.secnum2:903
2019-11-13 09:58:20:858 [Xcode]
2019-11-13 09:58:20:868 [WD Proxy] Got response with status 200: {
2019-11-13 09:58:20:869 [WD Proxy] "value" : null,
2019-11-13 09:58:20:869 [WD Proxy] "sessionId" : "634259A3-7B33-4CA8-A95D-57CB37CA3A82"
2019-11-13 09:58:20:869 [WD Proxy] }
2019-11-13 09:58:20:869 [XCUITest] Shutting down sub-processes
2019-11-13 09:58:20:869 [XCUITest] Shutting down xcodebuild process (pid 25317)
2019-11-13 09:58:20:871 [Xcode] t = 28.29s Wait for com.cellact.secnum2 to become Not Running
2019-11-13 09:58:20:873 [Xcode]
2019-11-13 09:58:20:875 [Xcode] ** BUILD INTERRUPTED **
2019-11-13 09:58:20:876 [Xcode]
2019-11-13 09:58:20:888 [XCUITest] xcodebuild exited with code 'null' and signal 'SIGTERM'
2019-11-13 09:58:20:888 [Xcode] Contents of xcodebuild log file '/Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2019.11.13_09-57-44-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-BF961385-DB51-4147-B555-E1A257B70478/WebDriverAgentRunner-F75E517C-C7C5-4BE7-ACC8-9186EE16E75C/Session-WebDriverAgentRunner-2019-11-13_095747-vSuKsq.log':
2019-11-13 09:58:20:897 [XCUITest] Successfully reset '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj/project.pbxproj' with bundle id 'com.facebook.WebDriverAgentRunner'
2019-11-13 09:58:20:897 [DevCon Factory] Releasing connections for bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 device on any port number
2019-11-13 09:58:20:898 [DevCon Factory] Found cached connections to release: ["bfea4f543d41aaf0ca3697f9d30c97ded6a54b78:8100"]
2019-11-13 09:58:20:898 [DevCon Factory] Releasing the listener for 'bfea4f543d41aaf0ca3697f9d30c97ded6a54b78:8100'
2019-11-13 09:58:20:898 [DevCon Factory] Cached connections count: 0
2019-11-13 09:58:20:899 [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2019-11-13 09:58:20:899 [BaseDriver] Event 'quitSessionFinished' logged at 1573631900899 (09:58:20 GMT+0200 (Israel Standard Time))
2019-11-13 09:58:20:900 [W3C (59074311)] Received response: null
2019-11-13 09:58:20:900 [W3C (59074311)] But deleting session, so not returning
2019-11-13 09:58:20:900 [W3C (59074311)] Responding to client with driver.deleteSession() result: null
2019-11-13 09:58:20:901 [HTTP] <-- DELETE /wd/hub/session/59074311-ffb7-453c-b40a-cbb5e26c7ce5 200 56 ms - 14
2019-11-13 09:58:20:902 [HTTP]
2019-11-13 09:58:20:939 [Xcode] 09:57:47.504 xcodebuild[25317:1397288] Beginning test session WebDriverAgentRunner-2A74579F-107C-4D88-A1F5-B30DA770A588 at 2019-11-13 09:57:47.502 with Xcode 11B52 on target 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> {
2019-11-13 09:58:20:940 [Xcode] deviceSerialNumber: DX4SX3WPH2XJ
2019-11-13 09:58:20:940 [Xcode] identifier: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:940 [Xcode] deviceClass: iPhone
2019-11-13 09:58:20:940 [Xcode] deviceName: iPhone
2019-11-13 09:58:20:940 [Xcode] deviceIdentifier: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:940 [Xcode] productVersion: 13.2.2
2019-11-13 09:58:20:940 [Xcode] buildVersion: 17B102
2019-11-13 09:58:20:941 [Xcode] deviceSoftwareVersion: 13.2.2 (17B102)
2019-11-13 09:58:20:941 [Xcode] deviceArchitecture: arm64
2019-11-13 09:58:20:941 [Xcode] deviceTotalCapacity: 10937880576
2019-11-13 09:58:20:941 [Xcode] deviceAvailableCapacity: 4678250496
2019-11-13 09:58:20:941 [Xcode] deviceIsTransient: NO
2019-11-13 09:58:20:941 [Xcode] ignored: NO
2019-11-13 09:58:20:941 [Xcode] deviceIsBusy: NO
2019-11-13 09:58:20:941 [Xcode] deviceIsPaired: YES
2019-11-13 09:58:20:941 [Xcode] deviceIsActivated: YES
2019-11-13 09:58:20:942 [Xcode] deviceActivationState: Activated
2019-11-13 09:58:20:942 [Xcode] isPasscodeLocked: NO
2019-11-13 09:58:20:942 [Xcode] deviceType: <DVTDeviceType:0x7f830e723860 Xcode.DeviceType.iPhone>
2019-11-13 09:58:20:944 [Xcode] supportedDeviceFamilies: (
2019-11-13 09:58:20:944 [Xcode] 1
2019-11-13 09:58:20:944 [Xcode] )
2019-11-13 09:58:20:944 [Xcode] applications: (null)
2019-11-13 09:58:20:945 [Xcode] provisioningProfiles: (null)
2019-11-13 09:58:20:945 [Xcode] hasInternalSupport: NO
2019-11-13 09:58:20:945 [Xcode] hasWritableSystem: NO
2019-11-13 09:58:20:945 [Xcode] isSupportedOS: YES
2019-11-13 09:58:20:945 [Xcode] bootArgs: (null)
2019-11-13 09:58:20:945 [Xcode] nextBootArgs: (null)
2019-11-13 09:58:20:945 [Xcode] connected: YES
2019-11-13 09:58:20:945 [Xcode] isWirelessEnabled: NO
2019-11-13 09:58:20:946 [Xcode] connectionType: direct
2019-11-13 09:58:20:946 [Xcode] hostname: (null)
2019-11-13 09:58:20:946 [Xcode] bonjourServiceName: f0:79:60:9e:b3:0f@fe80::f279:60ff:fe9e:b30f._apple-mobdev2._tcp.local.
2019-11-13 09:58:20:946 [Xcode] activeProxiedDevice: (null)
2019-11-13 09:58:20:946 [Xcode] } (13.2.2 (17B102))
2019-11-13 09:58:20:946 [Xcode] 09:57:47.504 xcodebuild[25317:1397288] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
2019-11-13 09:58:20:946 [Xcode] build-for-testing
2019-11-13 09:58:20:946 [Xcode] test-without-building
2019-11-13 09:58:20:946 [Xcode] -project
2019-11-13 09:58:20:947 [Xcode] /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj
2019-11-13 09:58:20:947 [Xcode] -scheme
2019-11-13 09:58:20:947 [Xcode] WebDriverAgentRunner
2019-11-13 09:58:20:947 [Xcode] -destination
2019-11-13 09:58:20:947 [Xcode] id=bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:947 [Xcode] IPHONEOS_DEPLOYMENT_TARGET=13.0
2019-11-13 09:58:20:947 [Xcode] -xcconfig
2019-11-13 09:58:20:947 [Xcode] /var/folders/hd/5tjr3vg9203dnztk0htzd29m0000gn/T/20191013-25309-19jet94.19zc/appium-temp.xcconfig
2019-11-13 09:58:20:948 [Xcode] GCC_TREAT_WARNINGS_AS_ERRORS=0
2019-11-13 09:58:20:948 [Xcode] COMPILER_INDEX_STORE_ENABLE=NO
2019-11-13 09:58:20:948 [Xcode] 09:57:47.504 xcodebuild[25317:1397288] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
2019-11-13 09:58:20:951 [Xcode] 09:57:47.508 xcodebuild[25317:1397288] Test standard output and standard error is at /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2019.11.13_09-57-44-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-BF961385-DB51-4147-B555-E1A257B70478/WebDriverAgentRunner-F75E517C-C7C5-4BE7-ACC8-9186EE16E75C/StandardOutputAndStandardError.txt
2019-11-13 09:58:20:951 [Xcode] 09:57:47.517 xcodebuild[25317:1397296] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:952 [Xcode] 09:57:47.520 xcodebuild[25317:1397288] Setting up test runner session
2019-11-13 09:58:20:952 [Xcode] 09:57:47.520 xcodebuild[25317:1397288] Registering/updating daemon-based crash report observer for process names (
2019-11-13 09:58:20:952 [Xcode] SpringBoard,
2019-11-13 09:58:20:952 [Xcode] backboardd,
2019-11-13 09:58:20:952 [Xcode] xctest,
2019-11-13 09:58:20:952 [Xcode] "WebDriverAgentRunner-Runner"
2019-11-13 09:58:20:952 [Xcode] )
2019-11-13 09:58:20:952 [Xcode] 09:57:47.522 xcodebuild[25317:1397413] Connecting to mobile device: bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:952 [Xcode] 09:57:47.527 xcodebuild[25317:1397413] Starting session with mobile device
2019-11-13 09:58:20:953 [Xcode] 09:57:47.577 xcodebuild[25317:1397296] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:957 [Xcode] 09:57:47.585 xcodebuild[25317:1397413] Starting test manager service on mobile device.
2019-11-13 09:58:20:957 [Xcode] 09:57:47.606 xcodebuild[25317:1397296] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:958 [Xcode] 09:57:47.610 xcodebuild[25317:1397296] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:958 [Xcode] 09:57:47.614 xcodebuild[25317:1397337] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:958 [Xcode] 09:57:47.637 xcodebuild[25317:1397288] Finished requesting crash reports. Continuing with testing.
2019-11-13 09:58:20:958 [Xcode] 09:57:47.642 xcodebuild[25317:1397288] Launch session started.
2019-11-13 09:58:20:958 [Xcode] 09:57:47.651 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> installing com.cellact.secnum2.xctrunner using MobileInstall
2019-11-13 09:58:20:958 [Xcode] 09:57:47.678 xcodebuild[25317:1397412] Received connection for test runner session
2019-11-13 09:58:20:958 [Xcode] 09:57:47.678 xcodebuild[25317:1397412] Listening for proxy connection request from the test bundle
2019-11-13 09:58:20:959 [Xcode] 09:57:47.678 xcodebuild[25317:1397288] Test runner session acquired connection.
2019-11-13 09:58:20:959 [Xcode] 09:57:47.678 xcodebuild[25317:1397288] Waiting for test process to launch.
2019-11-13 09:58:20:959 [Xcode] 09:57:47.679 xcodebuild[25317:1397412] Initiating session with identifier: 2A74579F-107C-4D88-A1F5-B30DA770A588
2019-11-13 09:58:20:959 [Xcode] 09:57:47.681 xcodebuild[25317:1397415] Got reply to session initiation request with identifier 2A74579F-107C-4D88-A1F5-B30DA770A588 (result:error): 30: (null)
2019-11-13 09:58:20:959 [Xcode] 09:57:47.687 xcodebuild[25317:1397337] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:959 [Xcode] 09:57:47.770 xcodebuild[25317:1397337] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:959 [Xcode] 09:57:47.772 xcodebuild[25317:1397337] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.773 xcodebuild[25317:1397415] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.816 xcodebuild[25317:1397415] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.820 xcodebuild[25317:1397415] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.821 xcodebuild[25317:1397415] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.824 xcodebuild[25317:1397296] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> app uninstall set - {(
2019-11-13 09:58:20:960 [Xcode] )}
2019-11-13 09:58:20:960 [Xcode] 09:57:47.824 xcodebuild[25317:1397337] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:960 [Xcode] 09:57:47.824 xcodebuild[25317:1397296] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> app install set - {(
2019-11-13 09:58:20:961 [Xcode] <DVTFilePath:0x7f830ea133a0:'/Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app'>
2019-11-13 09:58:20:961 [Xcode] )}
2019-11-13 09:58:20:961 [Xcode] 09:57:47.866 xcodebuild[25317:1397337] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:961 [Xcode] 09:57:47.963 xcodebuild[25317:1397337] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:961 [Xcode] 09:57:47.965 xcodebuild[25317:1397337] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:961 [Xcode] 09:57:49.026 xcodebuild[25317:1397412] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: MISProvisioningProfileInstalled
2019-11-13 09:58:20:961 [Xcode] 09:57:49.028 xcodebuild[25317:1397415] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:962 [Xcode] 09:57:49.090 xcodebuild[25317:1397415] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:962 [Xcode] 09:57:49.155 xcodebuild[25317:1397415] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:962 [Xcode] 09:57:49.157 xcodebuild[25317:1397415] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:962 [Xcode] 09:57:49.458 xcodebuild[25317:1397337] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:962 [Xcode] 09:57:49.477 xcodebuild[25317:1397296] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:962 [Xcode] 09:57:49.478 xcodebuild[25317:1397296] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:962 [Xcode] 09:57:49.488 xcodebuild[25317:1397335] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:962 [Xcode] 09:57:49.488 xcodebuild[25317:1397335] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:962 [Xcode] 09:57:49.489 xcodebuild[25317:1397412] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:962 [Xcode] 09:57:49.489 xcodebuild[25317:1397412] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.application_installed
2019-11-13 09:58:20:963 [Xcode] 09:57:49.505 xcodebuild[25317:1397337] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.613 xcodebuild[25317:1397337] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.614 xcodebuild[25317:1397337] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.615 xcodebuild[25317:1397413] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.620 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> fetching applications...
2019-11-13 09:58:20:963 [Xcode] 09:57:49.666 xcodebuild[25317:1397413] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.688 xcodebuild[25317:1397413] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.689 xcodebuild[25317:1397413] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.692 xcodebuild[25317:1397415] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:963 [Xcode] 09:57:49.738 xcodebuild[25317:1397415] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.822 xcodebuild[25317:1397415] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.823 xcodebuild[25317:1397415] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.825 xcodebuild[25317:1397337] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.869 xcodebuild[25317:1397337] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.975 xcodebuild[25317:1397337] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.976 xcodebuild[25317:1397337] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:964 [Xcode] 09:57:49.982 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> done fetching applications...
2019-11-13 09:58:20:964 [Xcode] 09:57:49.983 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> remoteExecutable setInstalledPath:/private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app
2019-11-13 09:58:20:964 [Xcode]
2019-11-13 09:58:20:964 [Xcode] 09:57:49.983 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> configuring for testing on device
2019-11-13 09:58:20:965 [Xcode] 09:57:49.984 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> updating test configuration with device paths
2019-11-13 09:58:20:965 [Xcode] 09:57:49.985 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> updated test configuration at /Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2019.11.13_09-57-44-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-BF961385-DB51-4147-B555-E1A257B70478/WebDriverAgentRunner-F75E517C-C7C5-4BE7-ACC8-9186EE16E75C/LaunchSessions/2A74579F-107C-4D88-A1F5-B30DA770A588/remote-container/tmp/WebDriverAgentRunner-2A74579F-107C-4D88-A1F5-B30DA770A588.xctestconfiguration with device paths: <XCTestConfiguration: 0x7f830ed631d0>
2019-11-13 09:58:20:965 [Xcode] testBundleURL:file:///private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
2019-11-13 09:58:20:965 [Xcode] testBundleRelativePath:(null)
2019-11-13 09:58:20:965 [Xcode] productModuleName:WebDriverAgentRunner
2019-11-13 09:58:20:965 [Xcode] testsToSkip:(null)
2019-11-13 09:58:20:965 [Xcode] testsToRun:(null)
2019-11-13 09:58:20:965 [Xcode] reportResultsToIDE:YES
2019-11-13 09:58:20:965 [Xcode] testsDrivenByIDE:no
2019-11-13 09:58:20:965 [Xcode] sessionIdentifier:2A74579F-107C-4D88-A1F5-B30DA770A588
2019-11-13 09:58:20:966 [Xcode] disablePerformanceMetrics:no
2019-11-13 09:58:20:966 [Xcode] treatMissingBaselinesAsFailures:no
2019-11-13 09:58:20:966 [Xcode] baselineFileURL:(null)
2019-11-13 09:58:20:966 [Xcode] baselineFileRelativePath:(null)
2019-11-13 09:58:20:966 [Xcode] targetApplicationPath:(null)
2019-11-13 09:58:20:966 [Xcode] targetApplicationBundleID:(null)
2019-11-13 09:58:20:966 [Xcode] testApplicationDependencies:
2019-11-13 09:58:20:966 [Xcode] {
2019-11-13 09:58:20:967 [Xcode] "com.cellact.secnum2.xctrunner" = "/Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app";
2019-11-13 09:58:20:967 [Xcode] }
2019-11-13 09:58:20:967 [Xcode] testApplicationUserOverrides:(null)
2019-11-13 09:58:20:967 [Xcode] targetApplicationArguments:
2019-11-13 09:58:20:967 [Xcode] targetApplicationEnvironment:(null)
2019-11-13 09:58:20:967 [Xcode] reportActivities:YES
2019-11-13 09:58:20:967 [Xcode] testsMustRunOnMainThread:YES
2019-11-13 09:58:20:967 [Xcode] initializeForUITesting:YES
2019-11-13 09:58:20:967 [Xcode] aggregateStatisticsBeforeCrash:
2019-11-13 09:58:20:967 [Xcode] {
2019-11-13 09:58:20:968 [Xcode] XCSuiteRecordsKey = {
2019-11-13 09:58:20:968 [Xcode] };
2019-11-13 09:58:20:968 [Xcode] }
2019-11-13 09:58:20:968 [Xcode] automationFrameworkPath:/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework
2019-11-13 09:58:20:968 [Xcode] emitOSLogs:no
2019-11-13 09:58:20:968 [Xcode] systemAttachmentLifetime:2
2019-11-13 09:58:20:968 [Xcode] userAttachmentLifetime:1
2019-11-13 09:58:20:968 [Xcode] gatherLocalizableStringsData:no
2019-11-13 09:58:20:968 [Xcode] testExecutionOrdering:alphabetical
2019-11-13 09:58:20:968 [Xcode] randomExecutionOrderingSeed:(null)
2019-11-13 09:58:20:968 [Xcode]
2019-11-13 09:58:20:968 [Xcode] 09:57:49.985 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> uploading test configuration to app container
2019-11-13 09:58:20:969 [Xcode] 09:57:49.987 xcodebuild[25317:1397335] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:969 [Xcode] 09:57:50.031 xcodebuild[25317:1397335] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:969 [Xcode] 09:57:50.353 xcodebuild[25317:1397412] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.keybagd.lock_status
2019-11-13 09:58:20:969 [Xcode] 09:57:50.490 xcodebuild[25317:1397415] Device bfea4f543d41aaf0ca3697f9d30c97ded6a54b78 received darwin note: com.apple.mobile.keybagd.lock_status
2019-11-13 09:58:20:969 [Xcode] 09:57:51.511 xcodebuild[25317:1397335] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:969 [Xcode] 09:57:51.513 xcodebuild[25317:1397335] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:969 [Xcode] 09:57:51.515 xcodebuild[25317:1397412] Requesting bfea4f543d41aaf0ca3697f9d30c97ded6a54b78: <DTDKCopyValueRequest: 0x7f830e9a6f30> { domain: (null), key: PasswordProtected}
2019-11-13 09:58:20:969 [Xcode] 09:57:51.516 xcodebuild[25317:1397412] Failed (will try again with session) bfea4f543d41aaf0ca3697f9d30c97ded6a54b78: <DTDKCopyValueRequest: 0x7f830e9a6f30> { domain: (null), key: PasswordProtected}
2019-11-13 09:58:20:969 [Xcode] 09:57:51.527 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> updating test process environment variables
2019-11-13 09:58:20:969 [Xcode] 09:57:51.528 xcodebuild[25317:1397414] 📱<DVTiOSDevice (0x7f830ebed8c0), iPhone, iPhone, 13.2.2 (17B102), bfea4f543d41aaf0ca3697f9d30c97ded6a54b78> updated testing environment variables {
2019-11-13 09:58:20:969 [Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "";
2019-11-13 09:58:20:970 [Xcode] "DYLD_FRAMEWORK_PATH" = "/private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/Frameworks";
2019-11-13 09:58:20:970 [Xcode] "DYLD_INSERT_LIBRARIES" = "/Developer/usr/lib/libMainThreadChecker.dylib";
2019-11-13 09:58:20:970 [Xcode] "DYLD_LIBRARY_PATH" = "/usr/lib/swift:/private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/Frameworks";
2019-11-13 09:58:20:970 [Xcode] "MTC_CRASH_ON_REPORT" = 1;
2019-11-13 09:58:20:970 [Xcode] XCTestConfigurationFilePath = "/private/var/mobile/Containers/Data/Application/B56F9BF0-261E-4E66-AEDC-13B31A3BC742/tmp/WebDriverAgentRunner-2A74579F-107C-4D88-A1F5-B30DA770A588.xctestconfiguration";
2019-11-13 09:58:20:970 [Xcode] }
2019-11-13 09:58:20:970 [Xcode] 09:57:51.571 xcodebuild[25317:1397412] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:970 [Xcode] 09:57:51.571 xcodebuild[25317:1397412] Requesting (with session) bfea4f543d41aaf0ca3697f9d30c97ded6a54b78: <DTDKCopyValueRequest: 0x7f830e9a6f30> { domain: (null), key: PasswordProtected}
2019-11-13 09:58:20:970 [Xcode] 09:57:51.572 xcodebuild[25317:1397412] Request succeeded bfea4f543d41aaf0ca3697f9d30c97ded6a54b78: <DTDKCopyValueRequest: 0x7f830e9a6f30> { domain: (null), key: PasswordProtected} (0)
2019-11-13 09:58:20:970 [Xcode] 09:57:51.572 xcodebuild[25317:1397412] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:971 [Xcode] 09:57:51.575 xcodebuild[25317:1397413] Started connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:971 [Xcode] 09:57:51.627 xcodebuild[25317:1397413] Started session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:971 [Xcode] 09:57:51.677 xcodebuild[25317:1397413] Ending session with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:971 [Xcode] 09:57:51.679 xcodebuild[25317:1397413] Ending connection with bfea4f543d41aaf0ca3697f9d30c97ded6a54b78
2019-11-13 09:58:20:971 [Xcode] 09:57:51.794 xcodebuild[25317:1397288] Test process runnable PID is 900.
2019-11-13 09:58:20:971 [Xcode] 2019-11-13 09:57:51.932919+0200 WebDriverAgentRunner-Runner[900:265873] Running tests...
2019-11-13 09:58:20:971 [Xcode] objc[900]: Class GCDAsyncSocketPreBuffer is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5648) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c578). One of the two will be used. Which one is undefined.
2019-11-13 09:58:20:971 [Xcode] objc[900]: Class GCDAsyncReadPacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5698) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c5c8). One of the two will be used. Which one is undefined.
2019-11-13 09:58:20:971 [Xcode] objc[900]: Class GCDAsyncWritePacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca56e8) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c618). One of the two will be used. Which one is undefined.
2019-11-13 09:58:20:971 [Xcode] objc[900]: Class GCDAsyncSpecialPacket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5738) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c668). One of the two will be used. Which one is undefined.
2019-11-13 09:58:20:971 [Xcode] objc[900]: Class GCDAsyncSocket is implemented in both /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x102ca5788) and /private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102c0c6b8). One of the two will be used. Which one is undefined.
2019-11-13 09:58:20:974 [Xcode] 09:57:52.065 xcodebuild[25317:1397412] Handling proxy channel request from test runner
2019-11-13 09:58:20:974 [Xcode] 09:57:52.065 xcodebuild[25317:1397412] Test runner is ready, running protocol 30, requires at least version 7. Control framework is running 30 and requires at least 7
2019-11-13 09:58:20:974 [Xcode] 09:57:52.065 xcodebuild[25317:1397288] Test runner session successfully initiated.
2019-11-13 09:58:20:974 [Xcode] 09:57:52.065 xcodebuild[25317:1397288] Whitelisting test process ID 900
2019-11-13 09:58:20:974 [Xcode] 09:57:52.067 xcodebuild[25317:1397288] Got whitelisting response from test daemon: Success
2019-11-13 09:58:20:974 [Xcode] 09:57:52.067 xcodebuild[25317:1397288] Registering/updating daemon-based crash report observer for process names (
2019-11-13 09:58:20:974 [Xcode] SpringBoard,
2019-11-13 09:58:20:974 [Xcode] backboardd,
2019-11-13 09:58:20:975 [Xcode] xctest,
2019-11-13 09:58:20:975 [Xcode] "WebDriverAgentRunner-Runner"
2019-11-13 09:58:20:975 [Xcode] )
2019-11-13 09:58:20:975 [Xcode] 09:57:52.067 xcodebuild[25317:1397288] Telling test runner to start executing tests.
2019-11-13 09:58:20:975 [Xcode] 09:57:52.051 WebDriverAgentRunner-Runner[900:265984] _IDE_startExecutingTestPlanWithProtocolVersion:30
2019-11-13 09:58:20:975 [Xcode] 09:57:51.940 WebDriverAgentRunner-Runner[900:265873] Linked XCTest.framework from /var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/Frameworks/XCTest.framework/XCTest, built with Xcode 1120(11B45), modified on Monday, 4 November 2019 at 9:17:52 Israel Standard Time
2019-11-13 09:58:20:975 [Xcode] XCTest.framework bundle version: 15509
2019-11-13 09:58:20:975 [Xcode] 09:57:51.942 WebDriverAgentRunner-Runner[900:265873] System uptime: 1d 1:53:07
2019-11-13 09:58:20:975 [Xcode] 09:57:51.942 WebDriverAgentRunner-Runner[900:265873] Process arguments: (
2019-11-13 09:58:20:976 [Xcode] "/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/WebDriverAgentRunner-Runner",
2019-11-13 09:58:20:976 [Xcode] "-NSTreatUnknownArgumentsAsOpen",
2019-11-13 09:58:20:976 [Xcode] NO,
2019-11-13 09:58:20:976 [Xcode] "-ApplePersistenceIgnoreState",
2019-11-13 09:58:20:976 [Xcode] YES
2019-11-13 09:58:20:976 [Xcode] )
2019-11-13 09:58:20:976 [Xcode] 09:57:51.942 WebDriverAgentRunner-Runner[900:265873] Process environment: {
2019-11-13 09:58:20:976 [Xcode] "CA_ASSERT_MAIN_THREAD_TRANSACTIONS" = 0;
2019-11-13 09:58:20:976 [Xcode] "CA_DEBUG_TRANSACTIONS" = 0;
2019-11-13 09:58:20:976 [Xcode] "CFFIXED_USER_HOME" = "/private/var/mobile/Containers/Data/Application/B56F9BF0-261E-4E66-AEDC-13B31A3BC742";
2019-11-13 09:58:20:976 [Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "";
2019-11-13 09:58:20:976 [Xcode] "DYLD_FRAMEWORK_PATH" = "/private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/Frameworks";
2019-11-13 09:58:20:977 [Xcode] "DYLD_LIBRARY_PATH" = "/usr/lib/swift:/private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/Frameworks";
2019-11-13 09:58:20:977 [Xcode] HOME = "/private/var/mobile/Containers/Data/Application/B56F9BF0-261E-4E66-AEDC-13B31A3BC742";
2019-11-13 09:58:20:977 [Xcode] LOGNAME = mobile;
2019-11-13 09:58:20:977 [Xcode] "MJPEG_SERVER_PORT" = "";
2019-11-13 09:58:20:977 [Xcode] "MTC_CRASH_ON_REPORT" = 1;
2019-11-13 09:58:20:977 [Xcode] NSUnbufferedIO = YES;
2019-11-13 09:58:20:977 [Xcode] "OS_ACTIVITY_DT_MODE" = YES;
2019-11-13 09:58:20:977 [Xcode] PATH = "/usr/bin:/bin:/usr/sbin:/sbin";
2019-11-13 09:58:20:977 [Xcode] SHELL = "/bin/sh";
2019-11-13 09:58:20:977 [Xcode] "SQLITE_ENABLE_THREAD_ASSERTIONS" = 1;
2019-11-13 09:58:20:978 [Xcode] TMPDIR = "/private/var/mobile/Containers/Data/Application/B56F9BF0-261E-4E66-AEDC-13B31A3BC742/tmp/";
2019-11-13 09:58:20:978 [Xcode] "UPGRADE_TIMESTAMP" = 1570444959321;
2019-11-13 09:58:20:978 [Xcode] USER = mobile;
2019-11-13 09:58:20:978 [Xcode] "USE_PORT" = 8100;
2019-11-13 09:58:20:978 [Xcode] "WDA_PRODUCT_BUNDLE_IDENTIFIER" = "com.cellact.secnum2";
2019-11-13 09:58:20:978 [Xcode] XCTestConfigurationFilePath = "/private/var/mobile/Containers/Data/Application/B56F9BF0-261E-4E66-AEDC-13B31A3BC742/tmp/WebDriverAgentRunner-2A74579F-107C-4D88-A1F5-B30DA770A588.xctestconfiguration";
2019-11-13 09:58:20:978 [Xcode] "XPC_FLAGS" = 0x0;
2019-11-13 09:58:20:978 [Xcode] "XPC_SERVICE_NAME" = "UIKitApplication:com.cellact.secnum2.xctrunner[0094][rb-legacy]";
2019-11-13 09:58:20:978 [Xcode] "__CF_USER_TEXT_ENCODING" = "0x1F5:0:0";
2019-11-13 09:58:20:978 [Xcode] }
2019-11-13 09:58:20:978 [Xcode] 09:57:51.942 WebDriverAgentRunner-Runner[900:265873] App Sandbox active: YES
2019-11-13 09:58:20:979 [Xcode] 09:57:51.942 WebDriverAgentRunner-Runner[900:265873] Active test configuration: <XCTestConfiguration: 0x281588780>
2019-11-13 09:58:20:979 [Xcode] testBundleURL:file:///private/var/containers/Bundle/Application/087B3DCA-4E2A-46F7-8EC7-BD9798773CFE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
2019-11-13 09:58:20:979 [Xcode] testBundleRelativePath:(null)
2019-11-13 09:58:20:979 [Xcode] productModuleName:WebDriverAgentRunner
2019-11-13 09:58:20:979 [Xcode] testsToSkip:(null)
2019-11-13 09:58:20:979 [Xcode] testsToRun:(null)
2019-11-13 09:58:20:979 [Xcode] reportResultsToIDE:YES
2019-11-13 09:58:20:979 [Xcode] testsDrivenByIDE:no
2019-11-13 09:58:20:979 [Xcode] sessionIdentifier:2A74579F-107C-4D88-A1F5-B30DA770A588
2019-11-13 09:58:20:979 [Xcode] disablePerformanceMetrics:no
2019-11-13 09:58:20:979 [Xcode] treatMissingBaselinesAsFailures:no
2019-11-13 09:58:20:980 [Xcode] baselineFileURL:(null)
2019-11-13 09:58:20:980 [Xcode] baselineFileRelativePath:(null)
2019-11-13 09:58:20:980 [Xcode] targetApplicationPath:(null)
2019-11-13 09:58:20:980 [Xcode] targetApplicationBundleID:(null)
2019-11-13 09:58:20:980 [Xcode] testApplicationDependencies:
2019-11-13 09:58:20:980 [Xcode] {
2019-11-13 09:58:20:980 [Xcode] "com.cellact.secnum2.xctrunner" = "/Users/cellactqa/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app";
2019-11-13 09:58:20:980 [Xcode] }
2019-11-13 09:58:20:980 [Xcode] testApplicationUserOverrides:(null)
2019-11-13 09:58:20:980 [Xcode] targetApplicationArguments:
2019-11-13 09:58:20:980 [Xcode] targetApplicationEnvironment:(null)
2019-11-13 09:58:20:980 [Xcode] reportActivities:YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment