Skip to content

Instantly share code, notes, and snippets.

@priyankshah217
Created October 31, 2020 17:50
Show Gist options
  • Save priyankshah217/24fb791dcf35d78f0ff75db064a7ef37 to your computer and use it in GitHub Desktop.
Save priyankshah217/24fb791dcf35d78f0ff75db064a7ef37 to your computer and use it in GitHub Desktop.
ATD_FullExecution
2020-10-31 17:45:15:668 [Appium] Welcome to Appium v1.18.3
2020-10-31 17:45:15:669 [Appium] Non-default server args:
2020-10-31 17:45:15:670 [Appium] address: 127.0.0.1
2020-10-31 17:45:15:670 [Appium] port: 15261
2020-10-31 17:45:15:670 [Appium] logFile: /Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/target/appiumlogs/appium_logs.txt
2020-10-31 17:45:15:670 [Appium] relaxedSecurityEnabled: true
2020-10-31 17:45:15:690 [Appium] Appium REST http interface listener started on 127.0.0.1:15261
2020-10-31 17:45:15:857 [HTTP] --> GET /wd/hub/status
2020-10-31 17:45:15:858 [HTTP] {}
2020-10-31 17:45:15:859 [GENERIC] Calling AppiumDriver.getStatus() with args: []
2020-10-31 17:45:15:860 [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.18.3"}}
2020-10-31 17:45:15:864 [HTTP] <-- GET /wd/hub/status 200 5 ms - 68
2020-10-31 17:45:15:864 [HTTP]
2020-10-31 17:45:16:403 [HTTP] --> POST /wd/hub/session
2020-10-31 17:45:16:404 [HTTP] {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61006,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:45:16:404 [W3C] Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61006,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:45:16:405 [BaseDriver] Event 'newSessionRequested' logged at 1604166316404 (23:15:16 GMT+0530 (India Standard Time))
2020-10-31 17:45:16:407 [BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:45:16:407 [BaseDriver] webkitDebugProxyPort
2020-10-31 17:45:18:687 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:45:18:689 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:45:18:690 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:45:18:691 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:45:18:691 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:45:18:691 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:45:18:691 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61006,
2020-10-31 17:45:18:691 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:45:18:691 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:45:18:692 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:45:18:693 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:45:18:693 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:45:18:693 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:45:18:693 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:45:18:693 [simctl] BaseDriver },
2020-10-31 17:45:18:694 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:45:18:694 [simctl] BaseDriver {}
2020-10-31 17:45:18:694 [simctl] BaseDriver ]
2020-10-31 17:45:18:694 [simctl] BaseDriver }
2020-10-31 17:45:18:703 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:45:18:703 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:45:18:704 [simctl] BaseDriver Session created with session id: bf49696e-f9a7-428f-8c33-03996d6e1f86
2020-10-31 17:45:18:717 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:45:18:733 [simctl] XCUITest Available devices:
2020-10-31 17:45:18:733 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:45:18:884 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:45:18:885 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:45:18:888 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166318888 (23:15:18 GMT+0530 (India Standard Time))
2020-10-31 17:45:18:890 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:45:18:902 [simctl] BaseDriver Unzipping '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:45:19:121 [simctl] BaseDriver Extracted 92 items from '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip' in 210ms
2020-10-31 17:45:19:123 [simctl] BaseDriver Matched 1 item in the extracted archive. Assuming 'VodQAReactNative.app' is the correct bundle
2020-10-31 17:45:19:125 [simctl] BaseDriver Unzipped local app to '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:45:19:125 [simctl] BaseDriver Event 'appConfigured' logged at 1604166319125 (23:15:19 GMT+0530 (India Standard Time))
2020-10-31 17:45:19:125 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:45:19:126 [simctl] XCUITest App is present
2020-10-31 17:45:19:127 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:45:19:127 [simctl] BaseDriver Event 'resetStarted' logged at 1604166319127 (23:15:19 GMT+0530 (India Standard Time))
2020-10-31 17:45:19:241 [simctl] Error running 'getenv': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to getenv("dummy") while not booting or booted. Current state: Shutdown
2020-10-31 17:45:19:241 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:45:19:242 [simctl] BaseDriver Event 'resetComplete' logged at 1604166319242 (23:15:19 GMT+0530 (India Standard Time))
2020-10-31 17:45:19:242 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:45:19:242 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:45:19:372 [simctl] Error running 'getenv': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to getenv("dummy") while not booting or booted. Current state: Shutdown
2020-10-31 17:45:19:373 [simctl] XCUITest Continuing without capturing device logs: iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' is not running
2020-10-31 17:45:19:373 [simctl] XCUITest Setting up simulator
2020-10-31 17:45:19:374 [simctl] iOS No reason to set locale
2020-10-31 17:45:19:374 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:45:19:374 [simctl] iOS Setting did not need to be updated
2020-10-31 17:45:19:375 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:45:19:376 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:45:19:378 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:45:19:523 [simctl] Error running 'getenv': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to getenv("dummy") while not booting or booted. Current state: Shutdown
2020-10-31 17:45:19:555 [simctl] iOSSim Starting Simulator UI with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID BCCAD619-A8FE-43EE-8354-1979E17C8600 -RotateWindowWhenSignaledByGuest 1 -ConnectHardwareKeyboard 0 -PasteboardAutomaticSync 0
2020-10-31 17:45:19:924 [simctl] Error running 'getenv': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to getenv("dummy") while not booting or booted. Current state: Shutdown
2020-10-31 17:45:19:924 [simctl] iOSSim Booting Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:45:20:648 [simctl] Error running 'boot': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to boot device in current state: Booted
2020-10-31 17:45:22:760 [simctl] Error running 'boot': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to boot device in current state: Booted
2020-10-31 17:45:24:875 [simctl] Error running 'boot': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
Unable to boot device in current state: Booted
2020-10-31 17:45:24:875 [simctl] iOSSim Error running 'boot': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):
2020-10-31 17:45:24:875 [simctl] iOSSim Unable to boot device in current state: Booted
2020-10-31 17:45:24:908 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:45:24:908 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:45:33:902 [simctl] iOSSim Simulator with UDID BCCAD619-A8FE-43EE-8354-1979E17C8600 booted in 14.523s
2020-10-31 17:45:33:902 [simctl] BaseDriver Event 'simStarted' logged at 1604166333902 (23:15:33 GMT+0530 (India Standard Time))
2020-10-31 17:45:34:119 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:45:34:504 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:45:34:505 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166334504 (23:15:34 GMT+0530 (India Standard Time))
2020-10-31 17:45:34:506 [simctl] XCUITest Verifying application platform
2020-10-31 17:45:34:509 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:45:34:839 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:45:35:366 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:45:38:059 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:45:38:059 [simctl] BaseDriver Event 'appInstalled' logged at 1604166338059 (23:15:38 GMT+0530 (India Standard Time))
2020-10-31 17:45:38:191 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:45:38:192 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:45:38:193 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:45:38:194 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:45:38:196 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:45:38:198 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:38:199 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:38:207 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:38:208 [simctl] WebDriverAgent WDA is not listening at 'http://127.0.0.1:60994/'
2020-10-31 17:45:38:208 [simctl] WebDriverAgent WDA is currently not running. There is nothing to cache
2020-10-31 17:45:38:208 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:45:38:208 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:45:38:208 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166338208 (23:15:38 GMT+0530 (India Standard Time))
2020-10-31 17:45:38:209 [simctl] WebDriverAgent Launching WebDriverAgent on the device
2020-10-31 17:45:38:210 [simctl] WebDriverAgent Fetching dependencies
2020-10-31 17:45:38:214 [simctl] WebDriverAgent Dependencies up-to-date
2020-10-31 17:45:38:214 [simctl] WebDriverAgent Killing running processes 'xcodebuild.*BCCAD619-A8FE-43EE-8354-1979E17C8600, BCCAD619-A8FE-43EE-8354-1979E17C8600.*XCTRunner, xctest.*BCCAD619-A8FE-43EE-8354-1979E17C8600' for the device BCCAD619-A8FE-43EE-8354-1979E17C8600...
2020-10-31 17:45:38:269 [simctl] WebDriverAgent 'pgrep -if xcodebuild.*BCCAD619-A8FE-43EE-8354-1979E17C8600' didn't detect any matching processes. Return code: 1
2020-10-31 17:45:38:274 [simctl] WebDriverAgent 'pgrep -if BCCAD619-A8FE-43EE-8354-1979E17C8600.*XCTRunner' didn't detect any matching processes. Return code: 1
2020-10-31 17:45:38:277 [simctl] WebDriverAgent 'pgrep -if xctest.*BCCAD619-A8FE-43EE-8354-1979E17C8600' didn't detect any matching processes. Return code: 1
2020-10-31 17:45:38:279 [simctl] WebDriverAgent Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia -destination id=BCCAD619-A8FE-43EE-8354-1979E17C8600 IPHONEOS_DEPLOYMENT_TARGET=14.1 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:45:38:280 [simctl] WebDriverAgent Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
2020-10-31 17:45:39:090 [simctl] WebDriverAgent Waiting up to 80000ms for WebDriverAgent to start
2020-10-31 17:45:39:090 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:39:090 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:39:105 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:40:105 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:40:105 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:40:107 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:41:107 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:41:107 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:41:108 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:42:109 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:42:109 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:42:110 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:43:112 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:43:112 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:43:113 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:44:115 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:44:115 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:44:117 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:45:118 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:45:118 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:45:120 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:46:121 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:46:121 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:46:122 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:47:123 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:47:124 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:47:125 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:48:126 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:48:126 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:48:127 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:49:127 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:49:128 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:49:129 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:50:130 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:50:130 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:50:131 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:51:135 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:51:135 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:51:136 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:52:142 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:52:142 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:52:143 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:53:145 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:53:145 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:53:146 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:54:152 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:54:152 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:54:153 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:55:155 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:55:155 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:55:156 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:56:157 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:56:157 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:56:158 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:57:159 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:57:159 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:57:160 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:58:164 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:58:164 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:58:165 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:45:59:099 [simctl] WebDriverAgent Log file for xcodebuild test: /Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs/Test/Test-WebDriverAgentRunner-2020.10.31_23-15-40-+0530.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-554267C3-D825-4AB6-934E-6641F4D92CBA/WebDriverAgentRunner-493FA9D5-0E06-4E52-BDD7-5664F4973C84/Session-WebDriverAgentRunner-2020-10-31_231559-aV25Yd.log
2020-10-31 17:45:59:170 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:45:59:171 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:45:59:172 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:46:00:175 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:00:175 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:00:177 [simctl] WD Proxy connect ECONNREFUSED 127.0.0.1:60994
2020-10-31 17:46:01:177 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:01:178 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:01:183 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:01:184 [simctl] WebDriverAgent WebDriverAgent information:
2020-10-31 17:46:01:184 [simctl] WebDriverAgent {
2020-10-31 17:46:01:184 [simctl] WebDriverAgent "message": "WebDriverAgent is ready to accept commands",
2020-10-31 17:46:01:184 [simctl] WebDriverAgent "state": "success",
2020-10-31 17:46:01:184 [simctl] WebDriverAgent "os": {
2020-10-31 17:46:01:184 [simctl] WebDriverAgent "testmanagerdVersion": 28,
2020-10-31 17:46:01:184 [simctl] WebDriverAgent "name": "iOS",
2020-10-31 17:46:01:185 [simctl] WebDriverAgent "sdkVersion": "14.0",
2020-10-31 17:46:01:185 [simctl] WebDriverAgent "version": "14.1"
2020-10-31 17:46:01:185 [simctl] WebDriverAgent },
2020-10-31 17:46:01:185 [simctl] WebDriverAgent "ios": {
2020-10-31 17:46:01:185 [simctl] WebDriverAgent "simulatorVersion": "14.1",
2020-10-31 17:46:01:185 [simctl] WebDriverAgent "ip": "192.168.1.4"
2020-10-31 17:46:01:186 [simctl] WebDriverAgent },
2020-10-31 17:46:01:186 [simctl] WebDriverAgent "ready": true,
2020-10-31 17:46:01:186 [simctl] WebDriverAgent "build": {
2020-10-31 17:46:01:186 [simctl] WebDriverAgent "upgradedAt": "1602763204806",
2020-10-31 17:46:01:186 [simctl] WebDriverAgent "time": "Oct 31 2020 23:15:45",
2020-10-31 17:46:01:186 [simctl] WebDriverAgent "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
2020-10-31 17:46:01:186 [simctl] WebDriverAgent }
2020-10-31 17:46:01:186 [simctl] WebDriverAgent }
2020-10-31 17:46:01:187 [simctl] WebDriverAgent WebDriverAgent successfully started after 22906ms
2020-10-31 17:46:01:187 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166361187 (23:16:01 GMT+0530 (India Standard Time))
2020-10-31 17:46:01:187 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:01:189 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:01:189 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:02:861 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E"}
2020-10-31 17:46:02:862 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:02:862 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166362862 (23:16:02 GMT+0530 (India Standard Time))
2020-10-31 17:46:02:862 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166362862 (23:16:02 GMT+0530 (India Standard Time))
2020-10-31 17:46:02:863 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:02:863 [simctl] BaseDriver Event 'orientationSet' logged at 1604166362863 (23:16:02 GMT+0530 (India Standard Time))
2020-10-31 17:46:02:863 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:02:863 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:02:864 [simctl] Appium New XCUITestDriver session created successfully, session bf49696e-f9a7-428f-8c33-03996d6e1f86 added to master session list
2020-10-31 17:46:02:865 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166362865 (23:16:02 GMT+0530 (India Standard Time))
2020-10-31 17:46:02:866 [simctl] W3C (bf49696e) Cached the protocol value 'W3C' for the new session bf49696e-f9a7-428f-8c33-03996d6e1f86
2020-10-31 17:46:02:867 [simctl] W3C (bf49696e) 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","webkitDebugProxyPort":61006,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:02:870 [simctl] HTTP <-- POST /wd/hub/session 200 46465 ms - 789
2020-10-31 17:46:02:870 [simctl] HTTP
2020-10-31 17:46:02:910 [simctl] HTTP --> GET /wd/hub/session/bf49696e-f9a7-428f-8c33-03996d6e1f86
2020-10-31 17:46:02:910 [simctl] HTTP {}
2020-10-31 17:46:02:911 [simctl] W3C (bf49696e) Calling AppiumDriver.getSession() with args: ["bf49696e-f9a7-428f-8c33-03996d6e1f86"]
2020-10-31 17:46:02:911 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:02:912 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:02:913 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/16ED23DB-7DB3-43EC-A676-85B871E5897E] with no body
2020-10-31 17:46:02:945 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E"}
2020-10-31 17:46:02:954 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/16ED23DB-7DB3-43EC-A676-85B871E5897E/wda/screen] with no body
2020-10-31 17:46:03:050 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E"}
2020-10-31 17:46:03:051 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/16ED23DB-7DB3-43EC-A676-85B871E5897E/window/size] with no body
2020-10-31 17:46:03:085 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"16ED23DB-7DB3-43EC-A676-85B871E5897E"}
2020-10-31 17:46:03:085 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:03:086 [simctl] W3C (bf49696e) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61006,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:03:087 [simctl] HTTP <-- GET /wd/hub/session/bf49696e-f9a7-428f-8c33-03996d6e1f86 200 176 ms - 731
2020-10-31 17:46:03:087 [simctl] HTTP
2020-10-31 17:46:03:470 [simctl] HTTP --> DELETE /wd/hub/session/bf49696e-f9a7-428f-8c33-03996d6e1f86
2020-10-31 17:46:03:470 [simctl] HTTP {}
2020-10-31 17:46:03:470 [simctl] W3C (bf49696e) Calling AppiumDriver.deleteSession() with args: ["bf49696e-f9a7-428f-8c33-03996d6e1f86"]
2020-10-31 17:46:03:471 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166363470 (23:16:03 GMT+0530 (India Standard Time))
2020-10-31 17:46:03:471 [simctl] Appium Removing session bf49696e-f9a7-428f-8c33-03996d6e1f86 from our master session list
2020-10-31 17:46:03:472 [simctl] WD Proxy Matched '/session/bf49696e-f9a7-428f-8c33-03996d6e1f86' to command name 'deleteSession'
2020-10-31 17:46:03:472 [simctl] WD Proxy Proxying [DELETE /session/bf49696e-f9a7-428f-8c33-03996d6e1f86] to [DELETE http://127.0.0.1:60994/session/16ED23DB-7DB3-43EC-A676-85B871E5897E] with no body
2020-10-31 17:46:04:504 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:04:504 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:04:505 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:04:505 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:04:510 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:04:511 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:04:513 [simctl] iOS Clearing log files
2020-10-31 17:46:04:522 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 324K.
2020-10-31 17:46:04:536 [simctl] iOS Finished clearing log files
2020-10-31 17:46:04:537 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:04:542 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166364542 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:542 [simctl] W3C (bf49696e) Received response: null
2020-10-31 17:46:04:543 [simctl] W3C (bf49696e) But deleting session, so not returning
2020-10-31 17:46:04:543 [simctl] W3C (bf49696e) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:04:544 [simctl] W3C (bf49696e) Destroying socket connection
2020-10-31 17:46:04:544 [simctl] HTTP <-- DELETE /wd/hub/session/bf49696e-f9a7-428f-8c33-03996d6e1f86 200 1074 ms - 14
2020-10-31 17:46:04:544 [simctl] HTTP
2020-10-31 17:46:04:561 [simctl] HTTP --> POST /wd/hub/session
2020-10-31 17:46:04:561 [simctl] HTTP {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61134,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:46:04:562 [simctl] W3C Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61134,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:46:04:562 [simctl] BaseDriver Event 'newSessionRequested' logged at 1604166364562 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:565 [simctl] BaseDriver The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:46:04:566 [simctl] BaseDriver webkitDebugProxyPort
2020-10-31 17:46:04:570 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:46:04:570 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:46:04:571 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:46:04:571 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:46:04:571 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:46:04:571 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:46:04:571 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61134,
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:46:04:572 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:46:04:573 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:46:04:573 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:46:04:573 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:46:04:573 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:46:04:573 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:46:04:574 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:46:04:574 [simctl] BaseDriver },
2020-10-31 17:46:04:574 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:46:04:574 [simctl] BaseDriver {}
2020-10-31 17:46:04:574 [simctl] BaseDriver ]
2020-10-31 17:46:04:574 [simctl] BaseDriver }
2020-10-31 17:46:04:581 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:46:04:581 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:46:04:581 [simctl] BaseDriver Session created with session id: ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:04:590 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:46:04:594 [simctl] XCUITest Available devices:
2020-10-31 17:46:04:594 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:46:04:723 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:46:04:723 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:46:04:724 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166364724 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:724 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:46:04:731 [simctl] BaseDriver Will reuse previously cached application at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:46:04:731 [simctl] BaseDriver Event 'appConfigured' logged at 1604166364731 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:731 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:46:04:731 [simctl] XCUITest App is present
2020-10-31 17:46:04:731 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:46:04:732 [simctl] BaseDriver Event 'resetStarted' logged at 1604166364731 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:991 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:46:04:992 [simctl] BaseDriver Event 'resetComplete' logged at 1604166364991 (23:16:04 GMT+0530 (India Standard Time))
2020-10-31 17:46:04:992 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:46:04:992 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:46:05:140 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:46:05:311 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:46:05:312 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166365312 (23:16:05 GMT+0530 (India Standard Time))
2020-10-31 17:46:05:312 [simctl] XCUITest Setting up simulator
2020-10-31 17:46:05:312 [simctl] iOS No reason to set locale
2020-10-31 17:46:05:312 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:46:05:312 [simctl] iOS Setting did not need to be updated
2020-10-31 17:46:05:312 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:46:05:313 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:46:05:313 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:46:05:457 [simctl] iOSSim Got Simulator UI client PID: 62092
2020-10-31 17:46:05:457 [simctl] iOSSim Both Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600' and the UI client are currently running
2020-10-31 17:46:05:457 [simctl] BaseDriver Event 'simStarted' logged at 1604166365457 (23:16:05 GMT+0530 (India Standard Time))
2020-10-31 17:46:05:457 [simctl] XCUITest Verifying application platform
2020-10-31 17:46:05:459 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:46:05:647 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:46:05:815 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:46:06:760 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:46:06:760 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:46:07:300 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:46:07:301 [simctl] BaseDriver Event 'appInstalled' logged at 1604166367300 (23:16:07 GMT+0530 (India Standard Time))
2020-10-31 17:46:07:419 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:46:07:419 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:46:07:419 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:07:420 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:46:07:420 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:46:07:421 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:07:421 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:07:424 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:07:424 [simctl] WebDriverAgent Upgrade timestamp of the currently bundled WDA: 1602763204806
2020-10-31 17:46:07:424 [simctl] WebDriverAgent Upgrade timestamp of the WDA on the device: 1602763204806
2020-10-31 17:46:07:424 [simctl] WebDriverAgent Will reuse previously cached WDA instance at 'http://127.0.0.1:60994/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 60994 if this is an undesired behavior.
2020-10-31 17:46:07:424 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:46:07:425 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:46:07:425 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166367425 (23:16:07 GMT+0530 (India Standard Time))
2020-10-31 17:46:07:425 [simctl] WebDriverAgent Using provided WebdriverAgent at 'http://127.0.0.1:60994/'
2020-10-31 17:46:07:425 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:07:426 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:07:428 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:07:428 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166367428 (23:16:07 GMT+0530 (India Standard Time))
2020-10-31 17:46:07:428 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:07:429 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:07:429 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:08:855 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:08:855 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:08:855 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166368855 (23:16:08 GMT+0530 (India Standard Time))
2020-10-31 17:46:08:855 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166368855 (23:16:08 GMT+0530 (India Standard Time))
2020-10-31 17:46:08:856 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:08:856 [simctl] BaseDriver Event 'orientationSet' logged at 1604166368856 (23:16:08 GMT+0530 (India Standard Time))
2020-10-31 17:46:08:856 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:08:856 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:08:856 [simctl] Appium New XCUITestDriver session created successfully, session ef714fbc-7248-4432-b98d-a1b85615649e added to master session list
2020-10-31 17:46:08:857 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166368857 (23:16:08 GMT+0530 (India Standard Time))
2020-10-31 17:46:08:857 [simctl] W3C (ef714fbc) Cached the protocol value 'W3C' for the new session ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:08:857 [simctl] W3C (ef714fbc) 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","webkitDebugProxyPort":61134,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:08:858 [simctl] HTTP <-- POST /wd/hub/session 200 4297 ms - 789
2020-10-31 17:46:08:858 [simctl] HTTP
2020-10-31 17:46:08:862 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:08:863 [simctl] HTTP {}
2020-10-31 17:46:08:863 [simctl] W3C (ef714fbc) Calling AppiumDriver.getSession() with args: ["ef714fbc-7248-4432-b98d-a1b85615649e"]
2020-10-31 17:46:08:863 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:08:864 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:08:864 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503] with no body
2020-10-31 17:46:08:897 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:08:908 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/wda/screen] with no body
2020-10-31 17:46:08:977 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:08:978 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/window/size] with no body
2020-10-31 17:46:09:009 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:09:009 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:09:009 [simctl] W3C (ef714fbc) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61134,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:09:010 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e 200 147 ms - 731
2020-10-31 17:46:09:010 [simctl] HTTP
2020-10-31 17:46:09:032 [simctl] HTTP --> POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element
2020-10-31 17:46:09:033 [simctl] HTTP {"using":"accessibility id","value":"login"}
2020-10-31 17:46:09:034 [simctl] W3C (ef714fbc) Calling AppiumDriver.findElement() with args: ["accessibility id","login","ef714fbc-7248-4432-b98d-a1b85615649e"]
2020-10-31 17:46:09:035 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:09:035 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:09:035 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:09:036 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:09:036 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element] with body: {"using":"accessibility id","value":"login"}
2020-10-31 17:46:10:875 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"2E000000-0000-0000-92F7-000000000000","element-6066-11e4-a52e-4f735466cecf":"2E000000-0000-0000-92F7-000000000000"},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:10:875 [simctl] W3C (ef714fbc) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2E000000-0000-0000-92F7-000000000000","ELEMENT":"2E000000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:10:876 [simctl] HTTP <-- POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element 200 1843 ms - 137
2020-10-31 17:46:10:876 [simctl] HTTP
2020-10-31 17:46:10:880 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/displayed
2020-10-31 17:46:10:880 [simctl] HTTP {}
2020-10-31 17:46:10:882 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:10:883 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:10:883 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:10:883 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/2E000000-0000-0000-92F7-000000000000/displayed] with no body
2020-10-31 17:46:11:667 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:11:668 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:11:668 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/displayed 200 788 ms - 76
2020-10-31 17:46:11:668 [simctl] HTTP
2020-10-31 17:46:11:670 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/enabled
2020-10-31 17:46:11:670 [simctl] HTTP {}
2020-10-31 17:46:11:671 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:11:671 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:11:672 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:11:672 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/2E000000-0000-0000-92F7-000000000000/enabled] with no body
2020-10-31 17:46:12:448 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:12:449 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:12:449 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/enabled 200 779 ms - 76
2020-10-31 17:46:12:449 [simctl] HTTP
2020-10-31 17:46:12:453 [simctl] HTTP --> POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/click
2020-10-31 17:46:12:453 [simctl] HTTP {"id":"2E000000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:12:454 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:12:454 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:12:456 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/click' to command name 'click'
2020-10-31 17:46:12:457 [simctl] WD Proxy Proxying [POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/click] to [POST http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/2E000000-0000-0000-92F7-000000000000/click] with body: {"id":"2E000000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:15:978 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:15:978 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:15:979 [simctl] HTTP <-- POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/2E000000-0000-0000-92F7-000000000000/click 200 3526 ms - 76
2020-10-31 17:46:15:979 [simctl] HTTP
2020-10-31 17:46:15:984 [simctl] HTTP --> POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element
2020-10-31 17:46:15:984 [simctl] HTTP {"using":"accessibility id","value":"dragAndDrop"}
2020-10-31 17:46:15:985 [simctl] W3C (ef714fbc) Calling AppiumDriver.findElement() with args: ["accessibility id","dragAndDrop","ef714fbc-7248-4432-b98d-a1b85615649e"]
2020-10-31 17:46:15:985 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:15:985 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:15:985 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:15:986 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:15:986 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element] with body: {"using":"accessibility id","value":"dragAndDrop"}
2020-10-31 17:46:16:075 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"3B040000-0000-0000-92F7-000000000000","element-6066-11e4-a52e-4f735466cecf":"3B040000-0000-0000-92F7-000000000000"},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:075 [simctl] W3C (ef714fbc) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3B040000-0000-0000-92F7-000000000000","ELEMENT":"3B040000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:16:076 [simctl] HTTP <-- POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element 200 92 ms - 137
2020-10-31 17:46:16:076 [simctl] HTTP
2020-10-31 17:46:16:078 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/displayed
2020-10-31 17:46:16:079 [simctl] HTTP {}
2020-10-31 17:46:16:079 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:16:079 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:16:081 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:16:081 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/3B040000-0000-0000-92F7-000000000000/displayed] with no body
2020-10-31 17:46:16:115 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:115 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:116 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/displayed 200 38 ms - 76
2020-10-31 17:46:16:116 [simctl] HTTP
2020-10-31 17:46:16:118 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/enabled
2020-10-31 17:46:16:118 [simctl] HTTP {}
2020-10-31 17:46:16:118 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:16:119 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:16:119 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:16:119 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/3B040000-0000-0000-92F7-000000000000/enabled] with no body
2020-10-31 17:46:16:151 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:152 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:152 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/enabled 200 34 ms - 76
2020-10-31 17:46:16:153 [simctl] HTTP
2020-10-31 17:46:16:157 [simctl] HTTP --> POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/click
2020-10-31 17:46:16:157 [simctl] HTTP {"id":"3B040000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:16:157 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:16:158 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:16:160 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/click' to command name 'click'
2020-10-31 17:46:16:161 [simctl] WD Proxy Proxying [POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/click] to [POST http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/3B040000-0000-0000-92F7-000000000000/click] with body: {"id":"3B040000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:16:743 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:743 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:744 [simctl] HTTP <-- POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/3B040000-0000-0000-92F7-000000000000/click 200 587 ms - 76
2020-10-31 17:46:16:744 [simctl] HTTP
2020-10-31 17:46:16:748 [simctl] HTTP --> POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element
2020-10-31 17:46:16:748 [simctl] HTTP {"using":"accessibility id","value":"dragMe"}
2020-10-31 17:46:16:749 [simctl] W3C (ef714fbc) Calling AppiumDriver.findElement() with args: ["accessibility id","dragMe","ef714fbc-7248-4432-b98d-a1b85615649e"]
2020-10-31 17:46:16:749 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:16:749 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:16:749 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:16:750 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:16:750 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element] with body: {"using":"accessibility id","value":"dragMe"}
2020-10-31 17:46:16:821 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"4E040000-0000-0000-92F7-000000000000","element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-92F7-000000000000"},"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:822 [simctl] W3C (ef714fbc) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-92F7-000000000000","ELEMENT":"4E040000-0000-0000-92F7-000000000000"}
2020-10-31 17:46:16:822 [simctl] HTTP <-- POST /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element 200 74 ms - 137
2020-10-31 17:46:16:822 [simctl] HTTP
2020-10-31 17:46:16:824 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/displayed
2020-10-31 17:46:16:824 [simctl] HTTP {}
2020-10-31 17:46:16:825 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:16:825 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:16:826 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:16:826 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/4E040000-0000-0000-92F7-000000000000/displayed] with no body
2020-10-31 17:46:16:862 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:862 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:863 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/displayed 200 38 ms - 76
2020-10-31 17:46:16:863 [simctl] HTTP
2020-10-31 17:46:16:864 [simctl] HTTP --> GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/enabled
2020-10-31 17:46:16:864 [simctl] HTTP {}
2020-10-31 17:46:16:865 [simctl] W3C (ef714fbc) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:16:865 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:16:865 [simctl] WD Proxy Matched '/wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:16:865 [simctl] WD Proxy Proxying [GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503/element/4E040000-0000-0000-92F7-000000000000/enabled] with no body
2020-10-31 17:46:16:893 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E9046A8A-A42F-4175-838D-40DA0FF5D503"}
2020-10-31 17:46:16:893 [simctl] WD Proxy Replacing sessionId E9046A8A-A42F-4175-838D-40DA0FF5D503 with ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:893 [simctl] HTTP <-- GET /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e/element/4E040000-0000-0000-92F7-000000000000/enabled 200 29 ms - 76
2020-10-31 17:46:16:893 [simctl] HTTP
2020-10-31 17:46:16:900 [simctl] HTTP --> DELETE /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e
2020-10-31 17:46:16:900 [simctl] HTTP {}
2020-10-31 17:46:16:900 [simctl] W3C (ef714fbc) Calling AppiumDriver.deleteSession() with args: ["ef714fbc-7248-4432-b98d-a1b85615649e"]
2020-10-31 17:46:16:900 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166376900 (23:16:16 GMT+0530 (India Standard Time))
2020-10-31 17:46:16:900 [simctl] Appium Removing session ef714fbc-7248-4432-b98d-a1b85615649e from our master session list
2020-10-31 17:46:16:901 [simctl] WD Proxy Matched '/session/ef714fbc-7248-4432-b98d-a1b85615649e' to command name 'deleteSession'
2020-10-31 17:46:16:901 [simctl] WD Proxy Proxying [DELETE /session/ef714fbc-7248-4432-b98d-a1b85615649e] to [DELETE http://127.0.0.1:60994/session/E9046A8A-A42F-4175-838D-40DA0FF5D503] with no body
2020-10-31 17:46:17:922 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:17:925 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:17:926 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:17:926 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:17:931 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:17:931 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:17:931 [simctl] iOS Clearing log files
2020-10-31 17:46:17:939 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 12K.
2020-10-31 17:46:17:942 [simctl] iOS Finished clearing log files
2020-10-31 17:46:17:942 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:17:947 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166377947 (23:16:17 GMT+0530 (India Standard Time))
2020-10-31 17:46:17:947 [simctl] W3C (ef714fbc) Received response: null
2020-10-31 17:46:17:947 [simctl] W3C (ef714fbc) But deleting session, so not returning
2020-10-31 17:46:17:948 [simctl] W3C (ef714fbc) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:17:948 [simctl] W3C (ef714fbc) Destroying socket connection
2020-10-31 17:46:17:949 [simctl] HTTP <-- DELETE /wd/hub/session/ef714fbc-7248-4432-b98d-a1b85615649e 200 1049 ms - 14
2020-10-31 17:46:17:949 [simctl] HTTP
2020-10-31 17:46:17:961 [simctl] HTTP --> POST /wd/hub/session
2020-10-31 17:46:17:961 [simctl] HTTP {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61145,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:46:17:961 [simctl] W3C Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61145,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:46:17:961 [simctl] BaseDriver Event 'newSessionRequested' logged at 1604166377961 (23:16:17 GMT+0530 (India Standard Time))
2020-10-31 17:46:17:962 [simctl] BaseDriver The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:46:17:962 [simctl] BaseDriver webkitDebugProxyPort
2020-10-31 17:46:17:963 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:46:17:964 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:46:17:964 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:46:17:964 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:46:17:964 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:46:17:965 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61145,
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:46:17:965 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:46:17:966 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:46:17:966 [simctl] BaseDriver },
2020-10-31 17:46:17:967 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:46:17:967 [simctl] BaseDriver {}
2020-10-31 17:46:17:967 [simctl] BaseDriver ]
2020-10-31 17:46:17:967 [simctl] BaseDriver }
2020-10-31 17:46:17:971 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:46:17:971 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:46:17:971 [simctl] BaseDriver Session created with session id: 0412b9a1-a0a3-4699-a9ce-f33b6615717a
2020-10-31 17:46:17:979 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:46:17:983 [simctl] XCUITest Available devices:
2020-10-31 17:46:17:983 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:46:18:119 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:46:18:119 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:46:18:120 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166378120 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:121 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:46:18:128 [simctl] BaseDriver Will reuse previously cached application at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:46:18:128 [simctl] BaseDriver Event 'appConfigured' logged at 1604166378128 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:128 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:46:18:128 [simctl] XCUITest App is present
2020-10-31 17:46:18:129 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:46:18:129 [simctl] BaseDriver Event 'resetStarted' logged at 1604166378129 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:430 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:46:18:431 [simctl] BaseDriver Event 'resetComplete' logged at 1604166378431 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:431 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:46:18:431 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:46:18:565 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:46:18:740 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:46:18:740 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166378740 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:740 [simctl] XCUITest Setting up simulator
2020-10-31 17:46:18:740 [simctl] iOS No reason to set locale
2020-10-31 17:46:18:740 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:46:18:741 [simctl] iOS Setting did not need to be updated
2020-10-31 17:46:18:741 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:46:18:741 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:46:18:741 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:46:18:883 [simctl] iOSSim Got Simulator UI client PID: 62092
2020-10-31 17:46:18:884 [simctl] iOSSim Both Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600' and the UI client are currently running
2020-10-31 17:46:18:884 [simctl] BaseDriver Event 'simStarted' logged at 1604166378884 (23:16:18 GMT+0530 (India Standard Time))
2020-10-31 17:46:18:884 [simctl] XCUITest Verifying application platform
2020-10-31 17:46:18:885 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:46:19:057 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:46:19:229 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:46:20:135 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:46:20:136 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:46:20:688 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:46:20:688 [simctl] BaseDriver Event 'appInstalled' logged at 1604166380688 (23:16:20 GMT+0530 (India Standard Time))
2020-10-31 17:46:20:824 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:46:20:824 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:46:20:824 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:20:824 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:46:20:825 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:46:20:825 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:20:825 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:20:828 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:20:828 [simctl] WebDriverAgent Upgrade timestamp of the currently bundled WDA: 1602763204806
2020-10-31 17:46:20:828 [simctl] WebDriverAgent Upgrade timestamp of the WDA on the device: 1602763204806
2020-10-31 17:46:20:828 [simctl] WebDriverAgent Will reuse previously cached WDA instance at 'http://127.0.0.1:60994/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 60994 if this is an undesired behavior.
2020-10-31 17:46:20:828 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:46:20:829 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:46:20:829 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166380829 (23:16:20 GMT+0530 (India Standard Time))
2020-10-31 17:46:20:829 [simctl] WebDriverAgent Using provided WebdriverAgent at 'http://127.0.0.1:60994/'
2020-10-31 17:46:20:829 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:20:829 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:20:831 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:20:831 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166380831 (23:16:20 GMT+0530 (India Standard Time))
2020-10-31 17:46:20:831 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:20:832 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:20:832 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:22:272 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F"}
2020-10-31 17:46:22:273 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:22:273 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166382273 (23:16:22 GMT+0530 (India Standard Time))
2020-10-31 17:46:22:273 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166382273 (23:16:22 GMT+0530 (India Standard Time))
2020-10-31 17:46:22:273 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:22:273 [simctl] BaseDriver Event 'orientationSet' logged at 1604166382273 (23:16:22 GMT+0530 (India Standard Time))
2020-10-31 17:46:22:273 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:22:273 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:22:274 [simctl] Appium New XCUITestDriver session created successfully, session 0412b9a1-a0a3-4699-a9ce-f33b6615717a added to master session list
2020-10-31 17:46:22:274 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166382274 (23:16:22 GMT+0530 (India Standard Time))
2020-10-31 17:46:22:274 [simctl] W3C (0412b9a1) Cached the protocol value 'W3C' for the new session 0412b9a1-a0a3-4699-a9ce-f33b6615717a
2020-10-31 17:46:22:274 [simctl] W3C (0412b9a1) 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","webkitDebugProxyPort":61145,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:22:275 [simctl] HTTP <-- POST /wd/hub/session 200 4314 ms - 789
2020-10-31 17:46:22:275 [simctl] HTTP
2020-10-31 17:46:22:278 [simctl] HTTP --> GET /wd/hub/session/0412b9a1-a0a3-4699-a9ce-f33b6615717a
2020-10-31 17:46:22:279 [simctl] HTTP {}
2020-10-31 17:46:22:279 [simctl] W3C (0412b9a1) Calling AppiumDriver.getSession() with args: ["0412b9a1-a0a3-4699-a9ce-f33b6615717a"]
2020-10-31 17:46:22:279 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:22:279 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:22:280 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/0A731F37-55C5-4065-8A01-9745FECB185F] with no body
2020-10-31 17:46:22:311 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F"}
2020-10-31 17:46:22:318 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/0A731F37-55C5-4065-8A01-9745FECB185F/wda/screen] with no body
2020-10-31 17:46:22:387 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F"}
2020-10-31 17:46:22:388 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/0A731F37-55C5-4065-8A01-9745FECB185F/window/size] with no body
2020-10-31 17:46:22:418 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"0A731F37-55C5-4065-8A01-9745FECB185F"}
2020-10-31 17:46:22:418 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:22:418 [simctl] W3C (0412b9a1) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61145,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:22:419 [simctl] HTTP <-- GET /wd/hub/session/0412b9a1-a0a3-4699-a9ce-f33b6615717a 200 140 ms - 731
2020-10-31 17:46:22:419 [simctl] HTTP
2020-10-31 17:46:22:425 [simctl] HTTP --> DELETE /wd/hub/session/0412b9a1-a0a3-4699-a9ce-f33b6615717a
2020-10-31 17:46:22:425 [simctl] HTTP {}
2020-10-31 17:46:22:425 [simctl] W3C (0412b9a1) Calling AppiumDriver.deleteSession() with args: ["0412b9a1-a0a3-4699-a9ce-f33b6615717a"]
2020-10-31 17:46:22:426 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166382425 (23:16:22 GMT+0530 (India Standard Time))
2020-10-31 17:46:22:426 [simctl] Appium Removing session 0412b9a1-a0a3-4699-a9ce-f33b6615717a from our master session list
2020-10-31 17:46:22:426 [simctl] WD Proxy Matched '/session/0412b9a1-a0a3-4699-a9ce-f33b6615717a' to command name 'deleteSession'
2020-10-31 17:46:22:426 [simctl] WD Proxy Proxying [DELETE /session/0412b9a1-a0a3-4699-a9ce-f33b6615717a] to [DELETE http://127.0.0.1:60994/session/0A731F37-55C5-4065-8A01-9745FECB185F] with no body
2020-10-31 17:46:23:464 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:23:464 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:23:464 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:23:465 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:23:468 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:23:468 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:23:469 [simctl] iOS Clearing log files
2020-10-31 17:46:23:475 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 12K.
2020-10-31 17:46:23:478 [simctl] iOS Finished clearing log files
2020-10-31 17:46:23:478 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:23:483 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166383482 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:483 [simctl] W3C (0412b9a1) Received response: null
2020-10-31 17:46:23:483 [simctl] W3C (0412b9a1) But deleting session, so not returning
2020-10-31 17:46:23:483 [simctl] W3C (0412b9a1) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:23:484 [simctl] W3C (0412b9a1) Destroying socket connection
2020-10-31 17:46:23:484 [simctl] HTTP <-- DELETE /wd/hub/session/0412b9a1-a0a3-4699-a9ce-f33b6615717a 200 1059 ms - 14
2020-10-31 17:46:23:484 [simctl] HTTP
2020-10-31 17:46:23:495 [simctl] HTTP --> POST /wd/hub/session
2020-10-31 17:46:23:496 [simctl] HTTP {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61153,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:46:23:496 [simctl] W3C Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61153,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:46:23:496 [simctl] BaseDriver Event 'newSessionRequested' logged at 1604166383496 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:497 [simctl] BaseDriver The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:46:23:497 [simctl] BaseDriver webkitDebugProxyPort
2020-10-31 17:46:23:498 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:46:23:499 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:46:23:499 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:46:23:499 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:46:23:499 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:46:23:499 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:46:23:499 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61153,
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:46:23:500 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:46:23:501 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:46:23:501 [simctl] BaseDriver },
2020-10-31 17:46:23:501 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:46:23:501 [simctl] BaseDriver {}
2020-10-31 17:46:23:502 [simctl] BaseDriver ]
2020-10-31 17:46:23:502 [simctl] BaseDriver }
2020-10-31 17:46:23:505 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:46:23:505 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:46:23:505 [simctl] BaseDriver Session created with session id: 69fb799a-755d-4484-b8a5-2355e1cd0aa1
2020-10-31 17:46:23:513 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:46:23:516 [simctl] XCUITest Available devices:
2020-10-31 17:46:23:516 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:46:23:665 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:46:23:665 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:46:23:666 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166383666 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:667 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:46:23:674 [simctl] BaseDriver Will reuse previously cached application at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:46:23:674 [simctl] BaseDriver Event 'appConfigured' logged at 1604166383674 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:674 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:46:23:674 [simctl] XCUITest App is present
2020-10-31 17:46:23:674 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:46:23:675 [simctl] BaseDriver Event 'resetStarted' logged at 1604166383675 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:951 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:46:23:952 [simctl] BaseDriver Event 'resetComplete' logged at 1604166383951 (23:16:23 GMT+0530 (India Standard Time))
2020-10-31 17:46:23:952 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:46:23:952 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:46:24:090 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:46:24:256 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:46:24:256 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166384256 (23:16:24 GMT+0530 (India Standard Time))
2020-10-31 17:46:24:256 [simctl] XCUITest Setting up simulator
2020-10-31 17:46:24:256 [simctl] iOS No reason to set locale
2020-10-31 17:46:24:256 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:46:24:256 [simctl] iOS Setting did not need to be updated
2020-10-31 17:46:24:257 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:46:24:257 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:46:24:257 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:46:24:398 [simctl] iOSSim Got Simulator UI client PID: 62092
2020-10-31 17:46:24:398 [simctl] iOSSim Both Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600' and the UI client are currently running
2020-10-31 17:46:24:398 [simctl] BaseDriver Event 'simStarted' logged at 1604166384398 (23:16:24 GMT+0530 (India Standard Time))
2020-10-31 17:46:24:398 [simctl] XCUITest Verifying application platform
2020-10-31 17:46:24:399 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:46:24:568 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:46:24:767 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:46:25:671 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:46:25:672 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:46:26:235 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:46:26:235 [simctl] BaseDriver Event 'appInstalled' logged at 1604166386235 (23:16:26 GMT+0530 (India Standard Time))
2020-10-31 17:46:26:344 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:46:26:344 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:46:26:344 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:26:344 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:46:26:345 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:46:26:345 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:26:345 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:26:348 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:26:349 [simctl] WebDriverAgent Upgrade timestamp of the currently bundled WDA: 1602763204806
2020-10-31 17:46:26:349 [simctl] WebDriverAgent Upgrade timestamp of the WDA on the device: 1602763204806
2020-10-31 17:46:26:349 [simctl] WebDriverAgent Will reuse previously cached WDA instance at 'http://127.0.0.1:60994/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 60994 if this is an undesired behavior.
2020-10-31 17:46:26:349 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:46:26:349 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:46:26:349 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166386349 (23:16:26 GMT+0530 (India Standard Time))
2020-10-31 17:46:26:349 [simctl] WebDriverAgent Using provided WebdriverAgent at 'http://127.0.0.1:60994/'
2020-10-31 17:46:26:352 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:26:352 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:26:354 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:26:354 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166386354 (23:16:26 GMT+0530 (India Standard Time))
2020-10-31 17:46:26:354 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:26:354 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:26:355 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:27:803 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C"}
2020-10-31 17:46:27:803 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:27:803 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166387803 (23:16:27 GMT+0530 (India Standard Time))
2020-10-31 17:46:27:803 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166387803 (23:16:27 GMT+0530 (India Standard Time))
2020-10-31 17:46:27:804 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:27:804 [simctl] BaseDriver Event 'orientationSet' logged at 1604166387804 (23:16:27 GMT+0530 (India Standard Time))
2020-10-31 17:46:27:804 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:27:804 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:27:804 [simctl] Appium New XCUITestDriver session created successfully, session 69fb799a-755d-4484-b8a5-2355e1cd0aa1 added to master session list
2020-10-31 17:46:27:804 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166387804 (23:16:27 GMT+0530 (India Standard Time))
2020-10-31 17:46:27:805 [simctl] W3C (69fb799a) Cached the protocol value 'W3C' for the new session 69fb799a-755d-4484-b8a5-2355e1cd0aa1
2020-10-31 17:46:27:805 [simctl] W3C (69fb799a) 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","webkitDebugProxyPort":61153,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:27:805 [simctl] HTTP <-- POST /wd/hub/session 200 4310 ms - 789
2020-10-31 17:46:27:805 [simctl] HTTP
2020-10-31 17:46:27:808 [simctl] HTTP --> GET /wd/hub/session/69fb799a-755d-4484-b8a5-2355e1cd0aa1
2020-10-31 17:46:27:809 [simctl] HTTP {}
2020-10-31 17:46:27:809 [simctl] W3C (69fb799a) Calling AppiumDriver.getSession() with args: ["69fb799a-755d-4484-b8a5-2355e1cd0aa1"]
2020-10-31 17:46:27:809 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:27:809 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:27:810 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/E496DE12-C5E7-4B6B-84AB-5163142D8E3C] with no body
2020-10-31 17:46:27:842 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C"}
2020-10-31 17:46:27:843 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/E496DE12-C5E7-4B6B-84AB-5163142D8E3C/wda/screen] with no body
2020-10-31 17:46:27:915 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C"}
2020-10-31 17:46:27:916 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/E496DE12-C5E7-4B6B-84AB-5163142D8E3C/window/size] with no body
2020-10-31 17:46:27:946 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"E496DE12-C5E7-4B6B-84AB-5163142D8E3C"}
2020-10-31 17:46:27:946 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:27:946 [simctl] W3C (69fb799a) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61153,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:27:947 [simctl] HTTP <-- GET /wd/hub/session/69fb799a-755d-4484-b8a5-2355e1cd0aa1 200 138 ms - 731
2020-10-31 17:46:27:947 [simctl] HTTP
2020-10-31 17:46:27:953 [simctl] HTTP --> DELETE /wd/hub/session/69fb799a-755d-4484-b8a5-2355e1cd0aa1
2020-10-31 17:46:27:953 [simctl] HTTP {}
2020-10-31 17:46:27:953 [simctl] W3C (69fb799a) Calling AppiumDriver.deleteSession() with args: ["69fb799a-755d-4484-b8a5-2355e1cd0aa1"]
2020-10-31 17:46:27:954 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166387954 (23:16:27 GMT+0530 (India Standard Time))
2020-10-31 17:46:27:954 [simctl] Appium Removing session 69fb799a-755d-4484-b8a5-2355e1cd0aa1 from our master session list
2020-10-31 17:46:27:954 [simctl] WD Proxy Matched '/session/69fb799a-755d-4484-b8a5-2355e1cd0aa1' to command name 'deleteSession'
2020-10-31 17:46:27:954 [simctl] WD Proxy Proxying [DELETE /session/69fb799a-755d-4484-b8a5-2355e1cd0aa1] to [DELETE http://127.0.0.1:60994/session/E496DE12-C5E7-4B6B-84AB-5163142D8E3C] with no body
2020-10-31 17:46:28:990 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:28:990 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:28:990 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:28:990 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:28:992 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:28:993 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:28:993 [simctl] iOS Clearing log files
2020-10-31 17:46:28:998 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 12K.
2020-10-31 17:46:29:002 [simctl] iOS Finished clearing log files
2020-10-31 17:46:29:002 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:29:008 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166389008 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:008 [simctl] W3C (69fb799a) Received response: null
2020-10-31 17:46:29:008 [simctl] W3C (69fb799a) But deleting session, so not returning
2020-10-31 17:46:29:008 [simctl] W3C (69fb799a) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:29:009 [simctl] W3C (69fb799a) Destroying socket connection
2020-10-31 17:46:29:009 [simctl] HTTP <-- DELETE /wd/hub/session/69fb799a-755d-4484-b8a5-2355e1cd0aa1 200 1056 ms - 14
2020-10-31 17:46:29:010 [simctl] HTTP
2020-10-31 17:46:29:018 [simctl] HTTP --> POST /wd/hub/session
2020-10-31 17:46:29:018 [simctl] HTTP {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61160,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:46:29:019 [simctl] W3C Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61160,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:46:29:019 [simctl] BaseDriver Event 'newSessionRequested' logged at 1604166389019 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:019 [simctl] BaseDriver The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:46:29:019 [simctl] BaseDriver webkitDebugProxyPort
2020-10-31 17:46:29:020 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:46:29:021 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:46:29:021 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:46:29:021 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:46:29:021 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:46:29:021 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:46:29:021 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61160,
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:46:29:022 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:46:29:023 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:46:29:024 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:46:29:024 [simctl] BaseDriver },
2020-10-31 17:46:29:024 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:46:29:024 [simctl] BaseDriver {}
2020-10-31 17:46:29:024 [simctl] BaseDriver ]
2020-10-31 17:46:29:024 [simctl] BaseDriver }
2020-10-31 17:46:29:027 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:46:29:027 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:46:29:027 [simctl] BaseDriver Session created with session id: 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:29:035 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:46:29:036 [simctl] XCUITest Available devices:
2020-10-31 17:46:29:036 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:46:29:165 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:46:29:165 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:46:29:166 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166389166 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:166 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:46:29:172 [simctl] BaseDriver Will reuse previously cached application at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:46:29:173 [simctl] BaseDriver Event 'appConfigured' logged at 1604166389172 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:173 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:46:29:173 [simctl] XCUITest App is present
2020-10-31 17:46:29:173 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:46:29:173 [simctl] BaseDriver Event 'resetStarted' logged at 1604166389173 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:455 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:46:29:455 [simctl] BaseDriver Event 'resetComplete' logged at 1604166389455 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:456 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:46:29:456 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:46:29:586 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:46:29:755 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:46:29:755 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166389755 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:755 [simctl] XCUITest Setting up simulator
2020-10-31 17:46:29:755 [simctl] iOS No reason to set locale
2020-10-31 17:46:29:755 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:46:29:755 [simctl] iOS Setting did not need to be updated
2020-10-31 17:46:29:756 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:46:29:756 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:46:29:756 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:46:29:900 [simctl] iOSSim Got Simulator UI client PID: 62092
2020-10-31 17:46:29:900 [simctl] iOSSim Both Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600' and the UI client are currently running
2020-10-31 17:46:29:900 [simctl] BaseDriver Event 'simStarted' logged at 1604166389900 (23:16:29 GMT+0530 (India Standard Time))
2020-10-31 17:46:29:901 [simctl] XCUITest Verifying application platform
2020-10-31 17:46:29:902 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:46:30:067 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:46:30:269 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:46:31:187 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:46:31:187 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:46:31:731 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:46:31:732 [simctl] BaseDriver Event 'appInstalled' logged at 1604166391732 (23:16:31 GMT+0530 (India Standard Time))
2020-10-31 17:46:31:861 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:46:31:861 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:46:31:861 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:31:861 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:46:31:862 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:46:31:862 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:31:863 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:31:865 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:31:866 [simctl] WebDriverAgent Upgrade timestamp of the currently bundled WDA: 1602763204806
2020-10-31 17:46:31:866 [simctl] WebDriverAgent Upgrade timestamp of the WDA on the device: 1602763204806
2020-10-31 17:46:31:866 [simctl] WebDriverAgent Will reuse previously cached WDA instance at 'http://127.0.0.1:60994/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 60994 if this is an undesired behavior.
2020-10-31 17:46:31:866 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:46:31:866 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:46:31:866 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166391866 (23:16:31 GMT+0530 (India Standard Time))
2020-10-31 17:46:31:866 [simctl] WebDriverAgent Using provided WebdriverAgent at 'http://127.0.0.1:60994/'
2020-10-31 17:46:31:867 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:31:867 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:31:868 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:31:869 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166391869 (23:16:31 GMT+0530 (India Standard Time))
2020-10-31 17:46:31:869 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:31:869 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:31:870 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:33:312 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:33:313 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:33:313 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166393313 (23:16:33 GMT+0530 (India Standard Time))
2020-10-31 17:46:33:313 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166393313 (23:16:33 GMT+0530 (India Standard Time))
2020-10-31 17:46:33:313 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:33:313 [simctl] BaseDriver Event 'orientationSet' logged at 1604166393313 (23:16:33 GMT+0530 (India Standard Time))
2020-10-31 17:46:33:313 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:33:314 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:33:314 [simctl] Appium New XCUITestDriver session created successfully, session 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3 added to master session list
2020-10-31 17:46:33:314 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166393314 (23:16:33 GMT+0530 (India Standard Time))
2020-10-31 17:46:33:314 [simctl] W3C (0fc7d9a6) Cached the protocol value 'W3C' for the new session 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:33:315 [simctl] W3C (0fc7d9a6) 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","webkitDebugProxyPort":61160,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:33:315 [simctl] HTTP <-- POST /wd/hub/session 200 4297 ms - 789
2020-10-31 17:46:33:315 [simctl] HTTP
2020-10-31 17:46:33:319 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:33:319 [simctl] HTTP {}
2020-10-31 17:46:33:319 [simctl] W3C (0fc7d9a6) Calling AppiumDriver.getSession() with args: ["0fc7d9a6-e998-4460-9ae3-ce1daa6572b3"]
2020-10-31 17:46:33:319 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:33:320 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:33:320 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D] with no body
2020-10-31 17:46:33:351 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:33:360 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/wda/screen] with no body
2020-10-31 17:46:33:429 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:33:430 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/window/size] with no body
2020-10-31 17:46:33:460 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:33:460 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:33:460 [simctl] W3C (0fc7d9a6) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61160,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:33:461 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3 200 142 ms - 731
2020-10-31 17:46:33:461 [simctl] HTTP
2020-10-31 17:46:33:465 [simctl] HTTP --> POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element
2020-10-31 17:46:33:465 [simctl] HTTP {"using":"accessibility id","value":"login"}
2020-10-31 17:46:33:465 [simctl] W3C (0fc7d9a6) Calling AppiumDriver.findElement() with args: ["accessibility id","login","0fc7d9a6-e998-4460-9ae3-ce1daa6572b3"]
2020-10-31 17:46:33:466 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:33:466 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:33:466 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:33:466 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:33:467 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element] with body: {"using":"accessibility id","value":"login"}
2020-10-31 17:46:35:231 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"2E000000-0000-0000-89F9-000000000000","element-6066-11e4-a52e-4f735466cecf":"2E000000-0000-0000-89F9-000000000000"},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:35:231 [simctl] W3C (0fc7d9a6) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2E000000-0000-0000-89F9-000000000000","ELEMENT":"2E000000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:35:231 [simctl] HTTP <-- POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element 200 1766 ms - 137
2020-10-31 17:46:35:232 [simctl] HTTP
2020-10-31 17:46:35:233 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/displayed
2020-10-31 17:46:35:233 [simctl] HTTP {}
2020-10-31 17:46:35:234 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:35:234 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:35:234 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:35:235 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/2E000000-0000-0000-89F9-000000000000/displayed] with no body
2020-10-31 17:46:36:030 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:36:030 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:36:030 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/displayed 200 797 ms - 76
2020-10-31 17:46:36:030 [simctl] HTTP
2020-10-31 17:46:36:032 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/enabled
2020-10-31 17:46:36:032 [simctl] HTTP {}
2020-10-31 17:46:36:032 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:36:032 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:36:033 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:36:033 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/2E000000-0000-0000-89F9-000000000000/enabled] with no body
2020-10-31 17:46:36:812 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:36:812 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:36:813 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/enabled 200 781 ms - 76
2020-10-31 17:46:36:813 [simctl] HTTP
2020-10-31 17:46:36:816 [simctl] HTTP --> POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/click
2020-10-31 17:46:36:816 [simctl] HTTP {"id":"2E000000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:36:816 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:36:816 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:36:817 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/click' to command name 'click'
2020-10-31 17:46:36:817 [simctl] WD Proxy Proxying [POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/click] to [POST http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/2E000000-0000-0000-89F9-000000000000/click] with body: {"id":"2E000000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:40:358 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:40:358 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:40:359 [simctl] HTTP <-- POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/2E000000-0000-0000-89F9-000000000000/click 200 3543 ms - 76
2020-10-31 17:46:40:359 [simctl] HTTP
2020-10-31 17:46:40:363 [simctl] HTTP --> POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element
2020-10-31 17:46:40:363 [simctl] HTTP {"using":"accessibility id","value":"dragAndDrop"}
2020-10-31 17:46:40:363 [simctl] W3C (0fc7d9a6) Calling AppiumDriver.findElement() with args: ["accessibility id","dragAndDrop","0fc7d9a6-e998-4460-9ae3-ce1daa6572b3"]
2020-10-31 17:46:40:364 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:40:364 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:40:364 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:40:364 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:40:365 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element] with body: {"using":"accessibility id","value":"dragAndDrop"}
2020-10-31 17:46:40:456 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"3B040000-0000-0000-89F9-000000000000","element-6066-11e4-a52e-4f735466cecf":"3B040000-0000-0000-89F9-000000000000"},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:40:456 [simctl] W3C (0fc7d9a6) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3B040000-0000-0000-89F9-000000000000","ELEMENT":"3B040000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:40:457 [simctl] HTTP <-- POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element 200 94 ms - 137
2020-10-31 17:46:40:457 [simctl] HTTP
2020-10-31 17:46:40:459 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/displayed
2020-10-31 17:46:40:459 [simctl] HTTP {}
2020-10-31 17:46:40:460 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:40:460 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:40:461 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:40:461 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/3B040000-0000-0000-89F9-000000000000/displayed] with no body
2020-10-31 17:46:40:497 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:40:497 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:40:497 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/displayed 200 38 ms - 76
2020-10-31 17:46:40:498 [simctl] HTTP
2020-10-31 17:46:40:499 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/enabled
2020-10-31 17:46:40:500 [simctl] HTTP {}
2020-10-31 17:46:40:500 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:40:500 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:40:501 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:40:501 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/3B040000-0000-0000-89F9-000000000000/enabled] with no body
2020-10-31 17:46:40:529 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:40:529 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:40:529 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/enabled 200 30 ms - 76
2020-10-31 17:46:40:530 [simctl] HTTP
2020-10-31 17:46:40:533 [simctl] HTTP --> POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/click
2020-10-31 17:46:40:533 [simctl] HTTP {"id":"3B040000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:40:534 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:40:534 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:40:534 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/click' to command name 'click'
2020-10-31 17:46:40:534 [simctl] WD Proxy Proxying [POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/click] to [POST http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/3B040000-0000-0000-89F9-000000000000/click] with body: {"id":"3B040000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:41:118 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:41:119 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:41:120 [simctl] HTTP <-- POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/3B040000-0000-0000-89F9-000000000000/click 200 586 ms - 76
2020-10-31 17:46:41:120 [simctl] HTTP
2020-10-31 17:46:41:124 [simctl] HTTP --> POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element
2020-10-31 17:46:41:125 [simctl] HTTP {"using":"accessibility id","value":"dragMe"}
2020-10-31 17:46:41:125 [simctl] W3C (0fc7d9a6) Calling AppiumDriver.findElement() with args: ["accessibility id","dragMe","0fc7d9a6-e998-4460-9ae3-ce1daa6572b3"]
2020-10-31 17:46:41:125 [simctl] XCUITest Executing command 'findElement'
2020-10-31 17:46:41:126 [simctl] BaseDriver Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2020-10-31 17:46:41:126 [simctl] BaseDriver Waiting up to 0 ms for condition
2020-10-31 17:46:41:126 [simctl] WD Proxy Matched '/element' to command name 'findElement'
2020-10-31 17:46:41:126 [simctl] WD Proxy Proxying [POST /element] to [POST http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element] with body: {"using":"accessibility id","value":"dragMe"}
2020-10-31 17:46:41:208 [simctl] WD Proxy Got response with status 200: {"value":{"ELEMENT":"4E040000-0000-0000-89F9-000000000000","element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-89F9-000000000000"},"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:41:208 [simctl] W3C (0fc7d9a6) Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-89F9-000000000000","ELEMENT":"4E040000-0000-0000-89F9-000000000000"}
2020-10-31 17:46:41:209 [simctl] HTTP <-- POST /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element 200 84 ms - 137
2020-10-31 17:46:41:209 [simctl] HTTP
2020-10-31 17:46:41:210 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/displayed
2020-10-31 17:46:41:210 [simctl] HTTP {}
2020-10-31 17:46:41:211 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:41:211 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:41:211 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/displayed' to command name 'elementDisplayed'
2020-10-31 17:46:41:211 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/displayed] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/4E040000-0000-0000-89F9-000000000000/displayed] with no body
2020-10-31 17:46:41:251 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:41:251 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:41:251 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/displayed 200 41 ms - 76
2020-10-31 17:46:41:252 [simctl] HTTP
2020-10-31 17:46:41:253 [simctl] HTTP --> GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/enabled
2020-10-31 17:46:41:253 [simctl] HTTP {}
2020-10-31 17:46:41:254 [simctl] W3C (0fc7d9a6) Driver proxy active, passing request on via HTTP proxy
2020-10-31 17:46:41:254 [simctl] XCUITest Executing command 'proxyReqRes'
2020-10-31 17:46:41:254 [simctl] WD Proxy Matched '/wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/enabled' to command name 'elementEnabled'
2020-10-31 17:46:41:254 [simctl] WD Proxy Proxying [GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/enabled] to [GET http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D/element/4E040000-0000-0000-89F9-000000000000/enabled] with no body
2020-10-31 17:46:41:284 [simctl] WD Proxy Got response with status 200: {"value":true,"sessionId":"E923A912-31F0-464B-8C58-2F5F485E227D"}
2020-10-31 17:46:41:284 [simctl] WD Proxy Replacing sessionId E923A912-31F0-464B-8C58-2F5F485E227D with 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:41:285 [simctl] HTTP <-- GET /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3/element/4E040000-0000-0000-89F9-000000000000/enabled 200 31 ms - 76
2020-10-31 17:46:41:285 [simctl] HTTP
2020-10-31 17:46:41:290 [simctl] HTTP --> DELETE /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3
2020-10-31 17:46:41:290 [simctl] HTTP {}
2020-10-31 17:46:41:290 [simctl] W3C (0fc7d9a6) Calling AppiumDriver.deleteSession() with args: ["0fc7d9a6-e998-4460-9ae3-ce1daa6572b3"]
2020-10-31 17:46:41:291 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166401290 (23:16:41 GMT+0530 (India Standard Time))
2020-10-31 17:46:41:291 [simctl] Appium Removing session 0fc7d9a6-e998-4460-9ae3-ce1daa6572b3 from our master session list
2020-10-31 17:46:41:291 [simctl] WD Proxy Matched '/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3' to command name 'deleteSession'
2020-10-31 17:46:41:291 [simctl] WD Proxy Proxying [DELETE /session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3] to [DELETE http://127.0.0.1:60994/session/E923A912-31F0-464B-8C58-2F5F485E227D] with no body
2020-10-31 17:46:42:300 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:42:300 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:42:301 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:42:301 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:42:305 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:42:306 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:42:306 [simctl] iOS Clearing log files
2020-10-31 17:46:42:313 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 12K.
2020-10-31 17:46:42:315 [simctl] iOS Finished clearing log files
2020-10-31 17:46:42:315 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:42:320 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166402319 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:320 [simctl] W3C (0fc7d9a6) Received response: null
2020-10-31 17:46:42:320 [simctl] W3C (0fc7d9a6) But deleting session, so not returning
2020-10-31 17:46:42:320 [simctl] W3C (0fc7d9a6) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:42:321 [simctl] W3C (0fc7d9a6) Destroying socket connection
2020-10-31 17:46:42:321 [simctl] HTTP <-- DELETE /wd/hub/session/0fc7d9a6-e998-4460-9ae3-ce1daa6572b3 200 1031 ms - 14
2020-10-31 17:46:42:321 [simctl] HTTP
2020-10-31 17:46:42:330 [simctl] HTTP --> POST /wd/hub/session
2020-10-31 17:46:42:330 [simctl] HTTP {"desiredCapabilities":{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61181,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C...
2020-10-31 17:46:42:331 [simctl] W3C Calling AppiumDriver.createSession() with args: [{"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 8","usePrebuiltWDA":false,"wdaLocalPort":60994,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":61181,"platformVersion":"14.1","automationName":"XCUITest","platformName":"iOS","udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 8","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"14.1","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","appium:usePrebuiltWDA":fa...
2020-10-31 17:46:42:331 [simctl] BaseDriver Event 'newSessionRequested' logged at 1604166402331 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:331 [simctl] BaseDriver The following capabilities are not standard capabilities and should have an extension prefix:
2020-10-31 17:46:42:332 [simctl] BaseDriver webkitDebugProxyPort
2020-10-31 17:46:42:333 [simctl] Appium Appium v1.18.3 creating new XCUITestDriver (v3.29.0) session
2020-10-31 17:46:42:333 [simctl] Appium Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2020-10-31 17:46:42:334 [simctl] BaseDriver W3C capabilities and MJSONWP desired capabilities were provided
2020-10-31 17:46:42:334 [simctl] BaseDriver Creating session with W3C capabilities: {
2020-10-31 17:46:42:334 [simctl] BaseDriver "alwaysMatch": {
2020-10-31 17:46:42:334 [simctl] BaseDriver "platformName": "ios",
2020-10-31 17:46:42:334 [simctl] BaseDriver "appium:webkitDebugProxyPort": 61181,
2020-10-31 17:46:42:334 [simctl] BaseDriver "appium:app": "/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip",
2020-10-31 17:46:42:334 [simctl] BaseDriver "appium:automationName": "XCUITest",
2020-10-31 17:46:42:334 [simctl] BaseDriver "appium:clearSystemFiles": true,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:deviceName": "iPhone 8",
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:maxTypingFrequency": 10,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:platformVersion": "14.1",
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:preventWDAAttachments": true,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:shouldUseSingletonTestManager": false,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:simpleIsVisibleCheck": true,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:udid": "BCCAD619-A8FE-43EE-8354-1979E17C8600",
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:usePrebuiltWDA": false,
2020-10-31 17:46:42:335 [simctl] BaseDriver "appium:wdaConnectionTimeout": 80000,
2020-10-31 17:46:42:336 [simctl] BaseDriver "appium:wdaLaunchTimeout": 80000,
2020-10-31 17:46:42:336 [simctl] BaseDriver "appium:wdaLocalPort": 60994
2020-10-31 17:46:42:336 [simctl] BaseDriver },
2020-10-31 17:46:42:336 [simctl] BaseDriver "firstMatch": [
2020-10-31 17:46:42:336 [simctl] BaseDriver {}
2020-10-31 17:46:42:336 [simctl] BaseDriver ]
2020-10-31 17:46:42:336 [simctl] BaseDriver }
2020-10-31 17:46:42:341 [simctl] BaseDriver The following capabilities were provided, but are not recognized by Appium:
2020-10-31 17:46:42:341 [simctl] BaseDriver preventWDAAttachments
2020-10-31 17:46:42:342 [simctl] BaseDriver Session created with session id: 155cbdf4-33fb-4507-8116-f46b86657e6f
2020-10-31 17:46:42:350 [simctl] XCUITest Current user: 'priyank.shah@xyz.com'
2020-10-31 17:46:42:354 [simctl] XCUITest Available devices:
2020-10-31 17:46:42:354 [simctl] XCUITest No real device with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'. Looking for simulator
2020-10-31 17:46:42:494 [simctl] iOSSim Constructing iOS simulator for Xcode version 12.1 with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600'
2020-10-31 17:46:42:494 [simctl] XCUITest Determining device to run tests on: udid: 'BCCAD619-A8FE-43EE-8354-1979E17C8600', real device: false
2020-10-31 17:46:42:495 [simctl] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1604166402495 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:497 [simctl] BaseDriver Using local app '/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip'
2020-10-31 17:46:42:507 [simctl] BaseDriver Will reuse previously cached application at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app'
2020-10-31 17:46:42:508 [simctl] BaseDriver Event 'appConfigured' logged at 1604166402507 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:508 [simctl] XCUITest Checking whether app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' is actually present on file system
2020-10-31 17:46:42:508 [simctl] XCUITest App is present
2020-10-31 17:46:42:508 [simctl] iOS Getting bundle ID from app '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app': 'com.hariharanweb'
2020-10-31 17:46:42:509 [simctl] BaseDriver Event 'resetStarted' logged at 1604166402508 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:794 [simctl] XCUITest Not scrubbing third party app in anticipation of uninstall
2020-10-31 17:46:42:794 [simctl] BaseDriver Event 'resetComplete' logged at 1604166402794 (23:16:42 GMT+0530 (India Standard Time))
2020-10-31 17:46:42:794 [simctl] WebDriverAgent Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2020-10-31 17:46:42:795 [simctl] WebDriverAgent Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2020-10-31 17:46:42:927 [simctl] IOSSimulatorLog Starting log capture for iOS Simulator with udid 'BCCAD619-A8FE-43EE-8354-1979E17C8600' using simctl
2020-10-31 17:46:43:096 [simctl] XCUITest Crash reports root '/Users/priyankshah/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather.
2020-10-31 17:46:43:096 [simctl] BaseDriver Event 'logCaptureStarted' logged at 1604166403096 (23:16:43 GMT+0530 (India Standard Time))
2020-10-31 17:46:43:096 [simctl] XCUITest Setting up simulator
2020-10-31 17:46:43:096 [simctl] iOS No reason to set locale
2020-10-31 17:46:43:096 [simctl] iOS No iOS / app preferences to set
2020-10-31 17:46:43:096 [simctl] iOS Setting did not need to be updated
2020-10-31 17:46:43:097 [simctl] iOSSim Setting preferences of BCCAD619-A8FE-43EE-8354-1979E17C8600 Simulator to {"ConnectHardwareKeyboard":false}
2020-10-31 17:46:43:097 [simctl] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
2020-10-31 17:46:43:097 [simctl] iOSSim Simulator preferences file '/Users/priyankshah/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update.
2020-10-31 17:46:43:238 [simctl] iOSSim Got Simulator UI client PID: 62092
2020-10-31 17:46:43:238 [simctl] iOSSim Both Simulator with UDID 'BCCAD619-A8FE-43EE-8354-1979E17C8600' and the UI client are currently running
2020-10-31 17:46:43:239 [simctl] BaseDriver Event 'simStarted' logged at 1604166403238 (23:16:43 GMT+0530 (India Standard Time))
2020-10-31 17:46:43:239 [simctl] XCUITest Verifying application platform
2020-10-31 17:46:43:240 [simctl] XCUITest CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2020-10-31 17:46:43:412 [simctl] XCUITest Reset requested. Removing app with id 'com.hariharanweb' from the device
2020-10-31 17:46:43:614 [simctl] XCUITest Installing '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/2020931-61954-1u6kgt4.dzo8/VodQAReactNative.app' on Simulator with UUID 'BCCAD619-A8FE-43EE-8354-1979E17C8600'...
2020-10-31 17:46:44:506 [simctl] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Build/Products'
2020-10-31 17:46:44:506 [simctl] WebDriverAgent Got derived data root: '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia'
2020-10-31 17:46:45:090 [simctl] XCUITest The app has been installed successfully.
2020-10-31 17:46:45:090 [simctl] BaseDriver Event 'appInstalled' logged at 1604166405090 (23:16:45 GMT+0530 (India Standard Time))
2020-10-31 17:46:45:209 [simctl] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 60994 have been found
2020-10-31 17:46:45:209 [simctl] DevCon Factory Requesting connection for device BCCAD619-A8FE-43EE-8354-1979E17C8600 on local port 60994
2020-10-31 17:46:45:209 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:45:209 [simctl] DevCon Factory Successfully requested the connection for BCCAD619-A8FE-43EE-8354-1979E17C8600:60994
2020-10-31 17:46:45:210 [simctl] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2020-10-31 17:46:45:210 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:45:211 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:45:213 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:45:214 [simctl] WebDriverAgent Upgrade timestamp of the currently bundled WDA: 1602763204806
2020-10-31 17:46:45:214 [simctl] WebDriverAgent Upgrade timestamp of the WDA on the device: 1602763204806
2020-10-31 17:46:45:214 [simctl] WebDriverAgent Will reuse previously cached WDA instance at 'http://127.0.0.1:60994/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 60994 if this is an undesired behavior.
2020-10-31 17:46:45:214 [simctl] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
2020-10-31 17:46:45:214 [simctl] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2020-10-31 17:46:45:214 [simctl] BaseDriver Event 'wdaStartAttempted' logged at 1604166405214 (23:16:45 GMT+0530 (India Standard Time))
2020-10-31 17:46:45:215 [simctl] WebDriverAgent Using provided WebdriverAgent at 'http://127.0.0.1:60994/'
2020-10-31 17:46:45:215 [simctl] WD Proxy Matched '/status' to command name 'getStatus'
2020-10-31 17:46:45:215 [simctl] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:60994/status] with no body
2020-10-31 17:46:45:217 [simctl] WD Proxy Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.0","version":"14.1"},"ios":{"simulatorVersion":"14.1","ip":"192.168.1.4"},"ready":true,"build":{"upgradedAt":"1602763204806","time":"Oct 31 2020 23:15:45","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2020-10-31 17:46:45:217 [simctl] BaseDriver Event 'wdaSessionAttempted' logged at 1604166405217 (23:16:45 GMT+0530 (India Standard Time))
2020-10-31 17:46:45:217 [simctl] XCUITest Sending createSession command to WDA
2020-10-31 17:46:45:218 [simctl] WD Proxy Matched '/session' to command name 'createSession'
2020-10-31 17:46:45:218 [simctl] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:60994/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.hariharanweb","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":10,"shouldUseSingletonTestManager":false}],"alwaysMatch":{}}}
2020-10-31 17:46:46:652 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB"}
2020-10-31 17:46:46:652 [simctl] WD Proxy Determined the downstream protocol as 'W3C'
2020-10-31 17:46:46:652 [simctl] BaseDriver Event 'wdaSessionStarted' logged at 1604166406652 (23:16:46 GMT+0530 (India Standard Time))
2020-10-31 17:46:46:652 [simctl] BaseDriver Event 'wdaStarted' logged at 1604166406652 (23:16:46 GMT+0530 (India Standard Time))
2020-10-31 17:46:46:653 [simctl] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2020-10-31 17:46:46:653 [simctl] BaseDriver Event 'orientationSet' logged at 1604166406653 (23:16:46 GMT+0530 (India Standard Time))
2020-10-31 17:46:46:653 [simctl] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2020-10-31 17:46:46:653 [simctl] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2020-10-31 17:46:46:653 [simctl] Appium New XCUITestDriver session created successfully, session 155cbdf4-33fb-4507-8116-f46b86657e6f added to master session list
2020-10-31 17:46:46:654 [simctl] BaseDriver Event 'newSessionStarted' logged at 1604166406653 (23:16:46 GMT+0530 (India Standard Time))
2020-10-31 17:46:46:654 [simctl] W3C (155cbdf4) Cached the protocol value 'W3C' for the new session 155cbdf4-33fb-4507-8116-f46b86657e6f
2020-10-31 17:46:46:654 [simctl] W3C (155cbdf4) 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","webkitDebugProxyPort":61181,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994}}
2020-10-31 17:46:46:655 [simctl] HTTP <-- POST /wd/hub/session 200 4324 ms - 789
2020-10-31 17:46:46:655 [simctl] HTTP
2020-10-31 17:46:46:658 [simctl] HTTP --> GET /wd/hub/session/155cbdf4-33fb-4507-8116-f46b86657e6f
2020-10-31 17:46:46:658 [simctl] HTTP {}
2020-10-31 17:46:46:659 [simctl] W3C (155cbdf4) Calling AppiumDriver.getSession() with args: ["155cbdf4-33fb-4507-8116-f46b86657e6f"]
2020-10-31 17:46:46:659 [simctl] XCUITest Executing command 'getSession'
2020-10-31 17:46:46:660 [simctl] WD Proxy Matched '/' to command name 'getSession'
2020-10-31 17:46:46:660 [simctl] WD Proxy Proxying [GET /] to [GET http://127.0.0.1:60994/session/264F91CD-8088-4A42-AC7E-A71644C8C3FB] with no body
2020-10-31 17:46:46:691 [simctl] WD Proxy Got response with status 200: {"value":{"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB","capabilities":{"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb"}},"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB"}
2020-10-31 17:46:46:700 [simctl] WD Proxy Proxying [GET /wda/screen] to [GET http://127.0.0.1:60994/session/264F91CD-8088-4A42-AC7E-A71644C8C3FB/wda/screen] with no body
2020-10-31 17:46:46:771 [simctl] WD Proxy Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB"}
2020-10-31 17:46:46:772 [simctl] WD Proxy Proxying [GET /window/size] to [GET http://127.0.0.1:60994/session/264F91CD-8088-4A42-AC7E-A71644C8C3FB/window/size] with no body
2020-10-31 17:46:46:801 [simctl] WD Proxy Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"264F91CD-8088-4A42-AC7E-A71644C8C3FB"}
2020-10-31 17:46:46:801 [simctl] XCUITest Merging WDA caps over Appium caps for session detail response
2020-10-31 17:46:46:801 [simctl] W3C (155cbdf4) Responding to client with driver.getSession() result: {"udid":"BCCAD619-A8FE-43EE-8354-1979E17C8600","platformName":"ios","webkitDebugProxyPort":61181,"app":"/Users/priyank.shah@xyz.com/IdeaProjects/AppiumTestDistribution/apps/VodQAReactNative.zip","automationName":"XCUITest","clearSystemFiles":true,"deviceName":"iPhone 8","maxTypingFrequency":10,"platformVersion":"14.1","preventWDAAttachments":true,"shouldUseSingletonTestManager":false,"simpleIsVisibleCheck":true,"usePrebuiltWDA":false,"wdaConnectionTimeout":80000,"wdaLaunchTimeout":80000,"wdaLocalPort":60994,"device":"iphone","browserName":"VodQAReactNative","sdkVersion":"14.1","CFBundleIdentifier":"com.hariharanweb","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}}
2020-10-31 17:46:46:802 [simctl] HTTP <-- GET /wd/hub/session/155cbdf4-33fb-4507-8116-f46b86657e6f 200 144 ms - 731
2020-10-31 17:46:46:802 [simctl] HTTP
2020-10-31 17:46:46:808 [simctl] HTTP --> DELETE /wd/hub/session/155cbdf4-33fb-4507-8116-f46b86657e6f
2020-10-31 17:46:46:808 [simctl] HTTP {}
2020-10-31 17:46:46:808 [simctl] W3C (155cbdf4) Calling AppiumDriver.deleteSession() with args: ["155cbdf4-33fb-4507-8116-f46b86657e6f"]
2020-10-31 17:46:46:808 [simctl] BaseDriver Event 'quitSessionRequested' logged at 1604166406808 (23:16:46 GMT+0530 (India Standard Time))
2020-10-31 17:46:46:809 [simctl] Appium Removing session 155cbdf4-33fb-4507-8116-f46b86657e6f from our master session list
2020-10-31 17:46:46:809 [simctl] WD Proxy Matched '/session/155cbdf4-33fb-4507-8116-f46b86657e6f' to command name 'deleteSession'
2020-10-31 17:46:46:809 [simctl] WD Proxy Proxying [DELETE /session/155cbdf4-33fb-4507-8116-f46b86657e6f] to [DELETE http://127.0.0.1:60994/session/264F91CD-8088-4A42-AC7E-A71644C8C3FB] with no body
2020-10-31 17:46:47:840 [simctl] WD Proxy Got response with status 200: {"value":null,"sessionId":null}
2020-10-31 17:46:47:840 [simctl] DevCon Factory Releasing connections for BCCAD619-A8FE-43EE-8354-1979E17C8600 device on any port number
2020-10-31 17:46:47:840 [simctl] DevCon Factory Found cached connections to release: ["BCCAD619-A8FE-43EE-8354-1979E17C8600:60994"]
2020-10-31 17:46:47:840 [simctl] DevCon Factory Cached connections count: 0
2020-10-31 17:46:47:845 [simctl] XCUITest Did not find the temporary XCTest logs root at '/var/folders/gq/khr3_78s7j535dl0zv4z5bhh0000gp/T/com.apple.dt.XCTest*/'
2020-10-31 17:46:47:846 [simctl] XCUITest Cleaning test logs in '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs' folder
2020-10-31 17:46:47:846 [simctl] iOS Clearing log files
2020-10-31 17:46:47:853 [simctl] iOS Deleting '/Users/priyank.shah@xyz.com/IOS_Builds/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs'. Freeing 12K.
2020-10-31 17:46:47:855 [simctl] iOS Finished clearing log files
2020-10-31 17:46:47:855 [simctl] IOSSimulatorLog Stopping iOS log capture
2020-10-31 17:46:47:860 [simctl] BaseDriver Event 'quitSessionFinished' logged at 1604166407860 (23:16:47 GMT+0530 (India Standard Time))
2020-10-31 17:46:47:861 [simctl] W3C (155cbdf4) Received response: null
2020-10-31 17:46:47:861 [simctl] W3C (155cbdf4) But deleting session, so not returning
2020-10-31 17:46:47:861 [simctl] W3C (155cbdf4) Responding to client with driver.deleteSession() result: null
2020-10-31 17:46:47:862 [simctl] W3C (155cbdf4) Destroying socket connection
2020-10-31 17:46:47:862 [simctl] HTTP <-- DELETE /wd/hub/session/155cbdf4-33fb-4507-8116-f46b86657e6f 200 1053 ms - 14
2020-10-31 17:46:47:862 [simctl] HTTP
2020-10-31 17:46:47:883 [simctl] Appium Received SIGTERM - shutting down
2020-10-31 17:46:47:884 [simctl] Appium There are no active sessions for cleanup
2020-10-31 17:46:47:890 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:162:15)
at writeGeneric (node:internal/stream_base_commons:153:3)
at Socket._writeGeneric (node:net:764:11)
at Socket._write (node:net:776:8)
at writeOrBuffer (node:internal/streams/writable:382:12)
at Socket.Writable.write (node:internal/streams/writable:333:10)
at Console.log (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:79:23)
at Console._write (/usr/local/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Console.Writable.write (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at DerivedLogger.ondata (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:339:22)
at addChunk (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:305:12)
at DerivedLogger.Transform._read (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.<computed> [as info] (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/create-logger.js:81:14)
at EventEmitter.<anonymous> (/usr/local/lib/node_modules/appium/lib/logsink.js:203:5)
at EventEmitter.emit (node:events:327:20)
at EventEmitter.originalLog (/usr/local/lib/node_modules/appium/node_modules/npmlog/log.js:202:8)
at EventEmitter.logger.log (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/node-simctl/lib/logger.js:10:44)
2020-10-31 17:46:47:892 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:162:15)
at writeGeneric (node:internal/stream_base_commons:153:3)
at Socket._writeGeneric (node:net:764:11)
at Socket._write (node:net:776:8)
at writeOrBuffer (node:internal/streams/writable:382:12)
at Socket.Writable.write (node:internal/streams/writable:333:10)
at Console.log (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:51:25)
at Console._write (/usr/local/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Console.Writable.write (/usr/local/lib/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at DerivedLogger.ondata (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:339:22)
at addChunk (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:305:12)
at DerivedLogger.Transform._read (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/usr/local/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.log (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:210:12)
at ExceptionHandler._uncaughtException (/usr/local/lib/node_modules/appium/node_modules/winston/lib/winston/exception-handler.js:220:17)
at process.emit (node:events:327:20)
at process.emit (/usr/local/lib/node_modules/appium/node_modules/source-map-support/source-map-support.js:495:21)
at processEmit (/usr/local/lib/node_modules/appium/node_modules/signal-exit/index.js:161:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment