Skip to content

Instantly share code, notes, and snippets.

@Dor-bl
Created January 16, 2024 14:05
Show Gist options
  • Save Dor-bl/59bb8c0b1eeb1f8250e9face19038106 to your computer and use it in GitHub Desktop.
Save Dor-bl/59bb8c0b1eeb1f8250e9face19038106 to your computer and use it in GitHub Desktop.
blayzer@ILNESAHPRIACC8D ~ % appium
[Appium] Welcome to Appium v2.4.1
[Appium] The autodetected Appium home path: /Users/blayzer/.appium
[Appium] Attempting to load driver xcuitest...
[Appium] Attempting to load driver uiautomator2...
[Appium] Requiring driver at /Users/blayzer/.appium/node_modules/appium-xcuitest-driver/build/index.js
[Appium] XCUITestDriver has been successfully loaded in 0.556s
[Appium] Requiring driver at /Users/blayzer/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[Appium] AndroidUiautomator2Driver has been successfully loaded in 1.051s
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
[Appium] http://127.0.0.1:4723/ (only accessible from the same host)
[Appium] http://100.64.0.1:4723/
[Appium] http://172.18.0.175:4723/
[Appium] Available drivers:
[Appium] - xcuitest@5.12.1 (automationName 'XCUITest')
[Appium] - uiautomator2@2.34.2 (automationName 'UiAutomator2')
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
[HTTP] --> POST /session
[HTTP] {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:deviceName":"iPhone 14 Plus","appium:platformVersion":"16.4","appium:app":"/Users/blayzer/Downloads/F1MobileiOS.app","appium:appActivity":"crc64312edd13c4752188.SplashScreen","appium:newCommandTimeout":"2000","appium:options":{"autoGrantPermissions":"true","autoAcceptAlerts":"true"},"appium:appPackage":"com.scr.sensetime","appium:showXcodeLog":true,"appium:noReset":true,"appium:settings[snapshotMaxDepth]":20,"appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:automationName":"XCUITest","appium:deviceName":"iPhone 14 Plus","appium:platformVersion":"16.4","appium:app":"/Users/blayzer/Downloads/F1MobileiOS.app","appium:appActivity":"crc64312edd13c4752188.SplashScreen","appium:newCommandTimeout":"2000","appium:options":{"autoGrantPermissions":"true","autoAcceptAlerts":"true"},"appium:appPackage":"com.scr.sensetime","appiu...
[AppiumDriver@7ba3] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:automationName":"XCUITest","appium:deviceName":"iPhone 14 Plus","appium:platformVersion":"16.4","appium:app":"/Users/blayzer/Downloads/F1MobileiOS.app","appium:appActivity":"crc64312edd13c4752188.SplashScreen","appium:newCommandTimeout":"2000","appium:options":{"autoGrantPermissions":"true","autoAcceptAlerts":"true"},"appium:appPackage":"com.scr.sensetime","appium:showXcodeLog":true,"appium:noReset":true,"appium:settings[snapshotMaxDepth]":20,"appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:deviceName":"iPhone 14 Plus","appium:platformVersion":"16.4","appium:app":"/Users/blayzer/Downloads/F1MobileiOS.app","appium:appActivity":"crc64312edd13c4752188.SplashScreen","appium:newCommandTimeout":"2000","appium:options":{"autoGrantPermissions":"true","autoAcceptAlerts":"true"},"appium:appPackage":"com.scr.sensetime","appium:showXcodeLog":true,"appium:noReset":true,"appium:...
[AppiumDriver@7ba3] Event 'newSessionRequested' logged at 1705412813546 (15:46:53 GMT+0200 (Israel Standard Time))
[BaseDriver] Found appium:options capability present; will promote items inside to caps
[Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS'
[Appium] The 'xcuitest' driver was installed and matched caps.
[Appium] Will require it at /Users/blayzer/.appium/node_modules/appium-xcuitest-driver
[Appium] Requiring driver at /Users/blayzer/.appium/node_modules/appium-xcuitest-driver/build/index.js
[AppiumDriver@7ba3] Appium v2.4.1 creating new XCUITestDriver (v5.12.1) session
[AppiumDriver@7ba3] Checking BaseDriver versions for Appium and XCUITestDriver
[AppiumDriver@7ba3] Appium's BaseDriver version is 9.5.0
[AppiumDriver@7ba3] XCUITestDriver's BaseDriver version is 9.5.0
[XCUITestDriver@4144] Creating session with W3C capabilities: {
[XCUITestDriver@4144] "alwaysMatch": {
[XCUITestDriver@4144] "platformName": "iOS",
[XCUITestDriver@4144] "appium:automationName": "XCUITest",
[XCUITestDriver@4144] "appium:deviceName": "iPhone 14 Plus",
[XCUITestDriver@4144] "appium:platformVersion": "16.4",
[XCUITestDriver@4144] "appium:app": "/Users/blayzer/Downloads/F1MobileiOS.app",
[XCUITestDriver@4144] "appium:appActivity": "crc64312edd13c4752188.SplashScreen",
[XCUITestDriver@4144] "appium:newCommandTimeout": "2000",
[XCUITestDriver@4144] "appium:appPackage": "com.scr.sensetime",
[XCUITestDriver@4144] "appium:showXcodeLog": true,
[XCUITestDriver@4144] "appium:noReset": true,
[XCUITestDriver@4144] "appium:includeSafariInWebviews": true,
[XCUITestDriver@4144] "appium:connectHardwareKeyboard": true,
[XCUITestDriver@4144] "appium:autoGrantPermissions": "true",
[XCUITestDriver@4144] "appium:autoAcceptAlerts": "true"
[XCUITestDriver@4144] },
[XCUITestDriver@4144] "firstMatch": [
[XCUITestDriver@4144] {}
[XCUITestDriver@4144] ]
[XCUITestDriver@4144] }
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[XCUITestDriver@4144] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
[XCUITestDriver@4144] Capability 'newCommandTimeout' changed from string ('2000') to integer (2000). This may cause unexpected behavior
[XCUITestDriver@4144] The following provided capabilities were not recognized by this driver:
[XCUITestDriver@4144] appActivity
[XCUITestDriver@4144] appPackage
[XCUITestDriver@4144] autoGrantPermissions
[XCUITestDriver@4144 (341906c7)] Session created with session id: 341906c7-ac4b-4786-864c-5e3859039c3c
[XCUITest] Current user: 'blayzer'
[XCUITestDriver@4144 (341906c7)] No real device udid has been provided in capabilities. Will select a matching simulator to run the test.
[XCUITestDriver@4144 (341906c7)] iOS SDK Version set to '17.2'
[XCUITest] Looking for an existing Simulator with platformName: iOS, platformVersion: 16.4, deviceName: iPhone 14 Plus
[iOSSim] Constructing iOS simulator for Xcode version 15.2 with udid '1CB68603-7172-471E-8DEB-2ED7A996F8FE'
[XCUITestDriver@4144 (341906c7)] Determining device to run tests on: udid: '1CB68603-7172-471E-8DEB-2ED7A996F8FE', real device: false
[XCUITestDriver@4144 (341906c7)] Event 'xcodeDetailsRetrieved' logged at 1705412816143 (15:46:56 GMT+0200 (Israel Standard Time))
[BaseDriver] Using local app '/Users/blayzer/Downloads/F1MobileiOS.app'
[XCUITestDriver@4144 (341906c7)] Event 'appConfigured' logged at 1705412816145 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITest] Checking whether app '/Users/blayzer/Downloads/F1MobileiOS.app' is actually present on file system
[XCUITest] App is present
[XCUITest] Getting bundle ID from app '/Users/blayzer/Downloads/F1MobileiOS.app': 'com.SCR.F1.iOS'
[XCUITestDriver@4144 (341906c7)] Event 'resetStarted' logged at 1705412816148 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITest] Reset: noReset is on. Leaving simulator as is
[XCUITestDriver@4144 (341906c7)] Event 'resetComplete' logged at 1705412816148 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Using WDA path: '/Users/blayzer/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[XCUITestDriver@4144 (341906c7)] Using WDA agent: '/Users/blayzer/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[IOSSimulatorLog] Starting log capture for iOS Simulator with udid '1CB68603-7172-471E-8DEB-2ED7A996F8FE' using simctl
[XCUITestDriver@4144 (341906c7)] Event 'logCaptureStarted' logged at 1705412816564 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Setting up simulator
[iOSSim] Setting preferences of 1CB68603-7172-471E-8DEB-2ED7A996F8FE Simulator to {"ConnectHardwareKeyboard":true}
[iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false}
[iOSSim] Updated 1CB68603-7172-471E-8DEB-2ED7A996F8FE Simulator preferences at '/Users/blayzer/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false,"DevicePreferences":{"1CB68603-7172-471E-8DEB-2ED7A996F8FE":{"ConnectHardwareKeyboard":true,"SimulatorWindowRotationAngle":0,"WindowStaysOnTop":false,"SimulatorWindowOrientation":"Portrait","SimulatorWindowGeometry":{"8D2C4555-4EE9-4DE3-9162-278525EDD63C":{"WindowCenter":"{1447, 516}","WindowScale":1},"471F3B97-4642-4B3A-A249-57F06327408B":{"WindowCenter":"{1549, 516}","WindowScale":1},"1415D04C-857F-43D6-B5BE-ADCBFF215ACD":{"WindowCenter":"{1009, 516}","WindowScale":1},"770A028A-37A1-434A-8216-34C47E2E17F5":{"WindowCenter":"{2354, 458}","WindowScale":1}},"ChromeTint":"","SimulatorExternalDisplay":2114}}}
[iOSSim] Got Simulator UI client PID: 1237
[iOSSim] Both Simulator with UDID '1CB68603-7172-471E-8DEB-2ED7A996F8FE' and the UI client are currently running
[XCUITestDriver@4144 (341906c7)] Event 'simStarted' logged at 1705412816763 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITest] Verifying application platform
[XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
[XCUITestDriver@4144 (341906c7)] App 'com.SCR.F1.iOS' is already installed
[XCUITestDriver@4144 (341906c7)] noReset is requested. The app will not be be (re)installed
[XCUITestDriver@4144 (341906c7)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[DevCon Factory] Requesting connection for device 1CB68603-7172-471E-8DEB-2ED7A996F8FE on local port 8100
[DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for 1CB68603-7172-471E-8DEB-2ED7A996F8FE:8100
[XCUITestDriver@4144 (341906c7)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[WD Proxy] Got response with status 200: {"value":{"build":{"upgradedAt":"1702375479521","time":"Jan 14 2024 11:00:05","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"16.4"},"device":"iphone","ios":{"simulatorVersion":"16.4","ip":"172.18.0.175"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":"B81DDC5A-6357-49FA-8A9E-4B488D64216C"}
[XCUITestDriver@4144 (341906c7)] Upgrade timestamp of the currently bundled WDA: 1702375479521
[XCUITestDriver@4144 (341906c7)] Upgrade timestamp of the WDA on the device: 1702375479521
[XCUITestDriver@4144 (341906c7)] Will reuse previously cached WDA instance at 'http://127.0.0.1:8100/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior.
[XCUITestDriver@4144 (341906c7)] Trying to start WebDriverAgent 2 times with 10000ms interval
[XCUITestDriver@4144 (341906c7)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[XCUITestDriver@4144 (341906c7)] Event 'wdaStartAttempted' logged at 1705412816991 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[WD Proxy] Got response with status 200: {"value":{"build":{"upgradedAt":"1702375479521","time":"Jan 14 2024 11:00:05","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"16.4"},"device":"iphone","ios":{"simulatorVersion":"16.4","ip":"172.18.0.175"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":"B81DDC5A-6357-49FA-8A9E-4B488D64216C"}
[XCUITestDriver@4144 (341906c7)] Event 'wdaSessionAttempted' logged at 1705412816993 (15:46:56 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Sending createSession command to WDA
[XCUITestDriver@4144 (341906c7)] Matched '/session' to command name 'createSession'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.SCR.F1.iOS","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":false,"forceAppLaunch":false,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false,"defaultAlertAction":"accept"}],"alwaysMatch":{}}}
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2","capabilities":{"sdkVersion":"16.4","device":"iphone"}},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Determined the downstream protocol as 'W3C'
[XCUITestDriver@4144 (341906c7)] Event 'wdaSessionStarted' logged at 1705412817001 (15:46:57 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Event 'wdaStarted' logged at 1705412817001 (15:46:57 GMT+0200 (Israel Standard Time))
[BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[AppiumDriver@7ba3] New XCUITestDriver session created successfully, session 341906c7-ac4b-4786-864c-5e3859039c3c added to master session list
[AppiumDriver@7ba3] Applying the initial values to Appium settings parsed from W3C caps: {"snapshotMaxDepth":20}
[XCUITestDriver@4144 (341906c7)] Matched '/appium/settings' to command name 'updateSettings'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/appium/settings] with body: {"settings":{"snapshotMaxDepth":20}}
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"accept","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":20,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[AppiumDriver@7ba3] Event 'newSessionStarted' logged at 1705412817052 (15:46:57 GMT+0200 (Israel Standard Time))
[XCUITestDriver@4144 (341906c7)] Cached the protocol value 'W3C' for the new session 341906c7-ac4b-4786-864c-5e3859039c3c
[XCUITestDriver@4144 (341906c7)] 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","automationName":"XCUITest","deviceName":"iPhone 14 Plus","platformVersion":"16.4","app":"/Users/blayzer/Downloads/F1MobileiOS.app","appActivity":"crc64312edd13c4752188.SplashScreen","newCommandTimeout":2000,"appPackage":"com.scr.sensetime","showXcodeLog":true,"noReset":true,"includeSafariInWebviews":true,"connectHardwareKeyboard":true,"autoGrantPermissions":"true","autoAcceptAlerts":true,"udid":"1CB68603-7172-471E-8DEB-2ED7A996F8FE"}}
[HTTP] <-- POST /session 200 3511 ms - 734
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/screenshot
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getScreenshot() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getScreenshot'
[XCUITestDriver@4144 (341906c7)] Taking screenshot with WDA
[XCUITestDriver@4144 (341906c7)] Matched '/screenshot' to command name 'getScreenshot'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/screenshot] with no body
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdCYAcZZn/8TlyJ5ODhBCUS44AcoZTWU5BwRsVdUUU/MsurKLi6nqseK3Keqy3IKioeK2KB6CLKCiXIuGQ+75CuJJwJGRyH9P/3/O81TWVqu6enqS7q3r62yY9VW+99VbVp5vd/OZ9663uUqnUxQsBBBBAAAEEEEAAAQQQ6HiB7jlHdLxBBwH0dNC1cqkIIIAAAggggAACCCCAAAIIuABhmC8CAggggAACCCCAAAIIIIBAxwkQhjvuI+eCEUAAAQQQQAABBBBAAAEECMN8BxBAAAEEEEAAAQQQQAABBDpOgDDccR85F4wAAggggAACCCCAAAIIIEAY5juAAAIIIIAAAggggAACCCDQcQKE4Y77yLlgBBBAAAEEEEAAAQQQQAABwjDfAQQQQAABBBBAAAEEEEAAgY4TIAx33EfOBSOAAAIIIIAAAggggAACCBCG+Q4ggAACCCCAAAIIIIAAAgh0nABhuOM+ci4YAQQQQAABBBBAAAEEEECAMMx3AAEEEEAAAQQQQAABBBBAoOMECMMd95FzwQgggAACCCCAAAIIIIAAAoRhvgMIIIAAAggggAACCCCAAAIdJ0AY7riPnAtGAAEEEEAAAQQQQAABBBAgDPMdQAABBBBAAAEEEEAAAQQQ6DgBwnDHfeRcMAIIIIAAAggggAACCCCAAGGY7wACCCCAAAIIIIAAAggggEDHCRCGO+4j54IRQAABBBBAAAEEEEAAAQQIw3wHEEAAAQQQQAABBBBAAAEEOk6AMNxxHzkXjAACCCCAAAIIIIAAAgggQBjmO4AAAggggAACCCCAAAIIINBxAoThjvvIuWA...
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdCYAcZZn/8TlyJ5ODhBCUS44AcoZTWU5BwRsVdUUU/MsurKLi6nqseK3Keqy3IKioeK2KB6CLKCiXIuGQ+75CuJJwJGRyH9P/3/O81TWVqu6enqS7q3r62yY9VW+99VbVp5vd/OZ9663uUqnUxQsBBBBAAAEEEEAAAQQQ6HiB7jlHdLxBBwH0dNC1cqkIIIAAAggggAACCCCAAAIIuABhmC8CAggggAACCCCAAAIIIIBAxwkQhjvuI+eCEUAAAQQQQAABBBBAAAEECMN8BxBAAAEEEEAAAQQQQAABBDpOgDDccR85F4wAAggggAACCCCAAAIIIEAY5juAAAIIIIAAAggggAACCCDQcQKE4Y77yLlgBBBAAAEEEEAAAQQQQAABwjDfAQQQQAABBBBAAAEEEEAAgY4TIAx33EfOBSOAAAIIIIAAAggggAACCBCG+Q4ggAACCCCAAAIIIIAAAgh0nABhuOM+ci4YAQQQQAABBBBAAAEEEECAMMx3AAEEEEAAAQQQQAABBBBAoOMECMMd95FzwQgggAACCCCAAAIIIIAAAoRhvgMIIIAAAggggAACCCCAAAIdJ0AY7riPnAtGAAEEEEAAAQQQQAABBBAgDPMdQAABBBBAAAEEEEAAAQQQ6DgBwnDHfeRcMAIIIIAAAggggAACCCCAAGGY7wACCCCAAAIIIIAAAggggEDHCRCGO+4j54IRQAABBBBAAAEEEEAAAQQIw3wHEEAAAQQQQAABBBBAAAEEOk6AMNxxHzkXjAACCCCAAAIIIIAAAgggQBjmO4AAAggggAACCCCAAAIIINBxAoThjvvIuWAEEEAAAQQQ...
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/screenshot 200 102 ms - 403220
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/window/rect
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getWindowRect() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getWindowRect'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/window/size] with no body
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/window/rect 200 57 ms - 48
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/source
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getPageSource() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getPageSource'
[XCUITestDriver@4144 (341906c7)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/source?format=xml&scope=AppiumAUT] with no body
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"SenseHub\" label=\"SenseHub\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XC...
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"SenseHub\" label=\"SenseHub\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElement...
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/source 200 1256 ms - 31828
[HTTP]
[XCUITestDriver@4144 (341906c7)] Parsed BUILD_DIR configuration value: '/Users/blayzer/Library/Developer/Xcode/DerivedData/WebDriverAgent-dolmzhnfeoiwrhgbbeopkbcvzbmp/Build/Products'
[XCUITestDriver@4144 (341906c7)] Got derived data root: '/Users/blayzer/Library/Developer/Xcode/DerivedData/WebDriverAgent-dolmzhnfeoiwrhgbbeopkbcvzbmp'
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/screenshot
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getScreenshot() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getScreenshot'
[XCUITestDriver@4144 (341906c7)] Taking screenshot with WDA
[XCUITestDriver@4144 (341906c7)] Matched '/screenshot' to command name 'getScreenshot'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/screenshot] with no body
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdB4AWxf3/ca7RexOlnhQRqRaKioqKvSCWxMSWxJKY9jOm/o2JJjHVFGNM1Gg0MfaoGKOIHVFQRGmKCALSe6/X4P/Z3efm5vbp95R7nmffT8jd7Ozs7MzrWfD5PjM7W3TppZc14YUAAggggAACCCCAAAIIIIBAkASKg9RZ+ooAAggggAACCCCAAAIIIICAI0AwzHWAAAIIIIAAAggggAACCCAQOAGC4cC95XQYAQQQQAABBBBAAAEEEECAYJhrAAEEEEAAAQQQQAABBBBAIHACBMOBe8vpMAIIIIAAAggggAACCCCAAMEw1wACCCCAAAIIIIAAAggggEDgBAiGA/eW02EEEEAAAQQQQAABBBBAAAGCYa4BBBBAAAEEEEAAAQQQQACBwAkQDAfuLafDCCCAAAIIIIAAAggggAACBMNcAwgggAACCCCAAAIIIIAAAoETIBgO3FtOhxFAAAEEEEAAAQQQQAABBAiGuQYQQAABBBBAAAEEEEAAAQQCJ0AwHLi3nA4jgAACCCCAAAIIIIAAAggQDHMNIIAAAggggAACCCCAAAIIBE6AYDhwbzkdRgABBBBAAAEEEEAAAQQQIBjmGkAAAQQQQAABBBBAAAEEEAicAMFw4N5yOowAAggggAACCCCAAAIIIEAwzDWAAAIIIIAAAggggAACCCAQOAGC4cC95XQYAQQQQAABBBBAAAEEEECAYJhrAAEEEEAAAQQQQAABBBBAIHACBMOBe8vpMAIIIIAAAggggAACCCCAAMEw1wACCCCAAAIIIIAAAggggEDgBAiGA/eW02EEEEAAAQQQQAABBBBAAAGCYa4...
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdB4AWxf3/ca7RexOlnhQRqRaKioqKvSCWxMSWxJKY9jOm/o2JJjHVFGNM1Gg0MfaoGKOIHVFQRGmKCALSe6/X4P/Z3efm5vbp95R7nmffT8jd7Ozs7MzrWfD5PjM7W3TppZc14YUAAggggAACCCCAAAIIIIBAkASKg9RZ+ooAAggggAACCCCAAAIIIICAI0AwzHWAAAIIIIAAAggggAACCCAQOAGC4cC95XQYAQQQQAABBBBAAAEEEECAYJhrAAEEEEAAAQQQQAABBBBAIHACBMOBe8vpMAIIIIAAAggggAACCCCAAMEw1wACCCCAAAIIIIAAAggggEDgBAiGA/eW02EEEEAAAQQQQAABBBBAAAGCYa4BBBBAAAEEEEAAAQQQQACBwAkQDAfuLafDCCCAAAIIIIAAAggggAACBMNcAwgggAACCCCAAAIIIIAAAoETIBgO3FtOhxFAAAEEEEAAAQQQQAABBAiGuQYQQAABBBBAAAEEEEAAAQQCJ0AwHLi3nA4jgAACCCCAAAIIIIAAAggQDHMNIIAAAggggAACCCCAAAIIBE6AYDhwbzkdRgABBBBAAAEEEEAAAQQQIBjmGkAAAQQQQAABBBBAAAEEEAicAMFw4N5yOowAAggggAACCCCAAAIIIEAwzDWAAAIIIIAAAggggAACCCAQOAGC4cC95XQYAQQQQAABBBBAAAEEEECAYJhrAAEEEEAAAQQQQAABBBBAIHACBMOBe8vpMAIIIIAAAggggAACCCCAAMEw1wACCCCAAAIIIIAAAggggEDgBAiGA/eW02EEEEAAAQQQQAABBBBAAAGCYa4BBBBAAAEE...
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/screenshot 200 393 ms - 203272
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/window/rect
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getWindowRect() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getWindowRect'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/window/size] with no body
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/window/rect 304 700 ms - -
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/source
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getPageSource() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getPageSource'
[XCUITestDriver@4144 (341906c7)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource'
[XCUITestDriver@4144 (341906c7)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/source?format=xml&scope=AppiumAUT] with no body
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"SenseHub\" label=\"SenseHub\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"1\">\n <XCUI...
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"SenseHub\" label=\"SenseHub\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"1\">\n <XCUIElementTy...
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/source 200 66467 ms - 655549
[HTTP]
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 200 58242 ms - 42
[HTTP]
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 200 18442 ms - 42
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 304 1 ms - -
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 304 2 ms - -
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 304 3 ms - -
[HTTP]
[HTTP] --> POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element
[HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name=\"SearchCell_Text\" and @label=\"100 \"]"}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name=\"SearchCell_Text\" and @label=\"100 \"]","341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'findElement'
[XCUITestDriver@4144 (341906c7)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
[XCUITestDriver@4144 (341906c7)] Waiting up to 0 ms for condition
[XCUITestDriver@4144 (341906c7)] Matched '/element' to command name 'findElement'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name=\"SearchCell_Text\" and @label=\"100 \"]"}
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[HTTP] --> POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element
[HTTP] {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell[1]"}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeTable/XCUIElementTypeCell[1]","341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'findElement'
[HTTP] --> POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element
[HTTP] {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell[2]"}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeTable/XCUIElementTypeCell[2]","341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'findElement'
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"ELEMENT":"5BBF0000-0000-0000-0AD1-000000000000","element-6066-11e4-a52e-4f735466cecf":"5BBF0000-0000-0000-0AD1-000000000000"},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5BBF0000-0000-0000-0AD1-000000000000","ELEMENT":"5BBF0000-0000-0000-0AD1-000000000000"}
[HTTP] <-- POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element 200 12281 ms - 137
[HTTP]
[XCUITestDriver@4144 (341906c7)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
[XCUITestDriver@4144 (341906c7)] Waiting up to 0 ms for condition
[XCUITestDriver@4144 (341906c7)] Matched '/element' to command name 'findElement'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/element] with body: {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell[1]"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.getTimeouts() result: {"command":2000000,"implicit":0}
[HTTP] <-- GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts 304 11696 ms - -
[HTTP]
[HTTP] --> POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/elements
[HTTP] {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell"}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeTable/XCUIElementTypeCell","341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'findElements'
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"ELEMENT":"DFBC0000-0000-0000-0AD1-000000000000","element-6066-11e4-a52e-4f735466cecf":"DFBC0000-0000-0000-0AD1-000000000000"},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
[XCUITestDriver@4144 (341906c7)] Waiting up to 0 ms for condition
[XCUITestDriver@4144 (341906c7)] Matched '/element' to command name 'findElement'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/element] with body: {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell[2]"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DFBC0000-0000-0000-0AD1-000000000000","ELEMENT":"DFBC0000-0000-0000-0AD1-000000000000"}
[HTTP] <-- POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element 200 16399 ms - 137
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[XCUITestDriver@4144 (341906c7)] Got response with status 200: {"value":{"ELEMENT":"E0BC0000-0000-0000-0AD1-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0BC0000-0000-0000-0AD1-000000000000"},"sessionId":"8E443BDC-39C2-497C-88FB-041C2F9D13D2"}
[XCUITestDriver@4144 (341906c7)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
[XCUITestDriver@4144 (341906c7)] Waiting up to 0 ms for condition
[XCUITestDriver@4144 (341906c7)] Matched '/elements' to command name 'findElements'
[XCUITestDriver@4144 (341906c7)] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/8E443BDC-39C2-497C-88FB-041C2F9D13D2/elements] with body: {"using":"xpath","value":"//XCUIElementTypeTable/XCUIElementTypeCell"}
[XCUITestDriver@4144 (341906c7)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0BC0000-0000-0000-0AD1-000000000000","ELEMENT":"E0BC0000-0000-0000-0AD1-000000000000"}
[HTTP] <-- POST /session/341906c7-ac4b-4786-864c-5e3859039c3c/element 200 18639 ms - 137
[HTTP]
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
[HTTP] --> GET /session/341906c7-ac4b-4786-864c-5e3859039c3c/timeouts
[HTTP] {}
[XCUITestDriver@4144 (341906c7)] Calling AppiumDriver.getTimeouts() with args: ["341906c7-ac4b-4786-864c-5e3859039c3c"]
[XCUITestDriver@4144 (341906c7)] Executing command 'getTimeouts'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment