Skip to content

Instantly share code, notes, and snippets.

@ctimpany
Created November 10, 2021 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctimpany/5d1d67dc78390c51e4472eced68640fc to your computer and use it in GitHub Desktop.
Save ctimpany/5d1d67dc78390c51e4472eced68640fc to your computer and use it in GitHub Desktop.
2021-11-09 12:02:35:662 [Appium] Welcome to Appium v1.22.0
2021-11-09 12:02:35:663 [Appium] Non-default server args:
2021-11-09 12:02:35:663 [Appium] logFile: /Users/calumtimpany/Documents/appium.log
2021-11-09 12:02:35:663 [Appium] logTimestamp: true
2021-11-09 12:02:35:663 [Appium] localTimezone: true
2021-11-09 12:02:35:677 [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2021-11-09 12:02:59:264 [HTTP] Request idempotency key: aef2d269-19ec-4c4d-9335-709e6ae0e6e9
2021-11-09 12:02:59:282 [HTTP] --> POST /wd/hub/session
2021-11-09 12:02:59:282 [HTTP] {"capabilities":{"firstMatch":[{"platformName":"iOS","appium:deviceName":"iPhone 8","appium:platformVersion":"15.1","appium:udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","appium:automationName":"XCUITest","appium:isHeadless":false,"appium:xcodeOrgId":"79EWG2VKTN","appium:xcodeSigningId":"iPhone Developer","appium:bundleId":"com.apple.TestFlight","appium:newCommandTimeout":90}]},"desiredCapabilities":{"platformName":"iOS","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.apple.TestFlight","newCommandTimeout":90}}
2021-11-09 12:02:59:284 [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.apple.TestFlight","newCommandTimeout":90},null,{"firstMatch":[{"platformName":"iOS","appium:deviceName":"iPhone 8","appium:platformVersion":"15.1","appium:udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","appium:automationName":"XCUITest","appium:isHeadless":false,"appium:xcodeOrgId":"79EWG2VKTN","appium:xcodeSigningId":"iPhone Developer","appium:bundleId":"com.apple.TestFlight","appium:newCommandTimeout":90}]}]
2021-11-09 12:02:59:285 [BaseDriver] Event 'newSessionRequested' logged at 1636488179284 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:606 [Appium] Appium v1.22.0 creating new XCUITestDriver (v3.53.1) session
2021-11-09 12:02:59:609 [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
2021-11-09 12:02:59:609 [BaseDriver] Creating session with W3C capabilities: {
2021-11-09 12:02:59:609 [BaseDriver] "alwaysMatch": {
2021-11-09 12:02:59:609 [BaseDriver] "platformName": "iOS",
2021-11-09 12:02:59:609 [BaseDriver] "appium:deviceName": "iPhone 8",
2021-11-09 12:02:59:609 [BaseDriver] "appium:platformVersion": "15.1",
2021-11-09 12:02:59:609 [BaseDriver] "appium:udid": "3ae86f47e99f50fca4f1e4b60fb154437da5f8e2",
2021-11-09 12:02:59:610 [BaseDriver] "appium:automationName": "XCUITest",
2021-11-09 12:02:59:610 [BaseDriver] "appium:isHeadless": false,
2021-11-09 12:02:59:610 [BaseDriver] "appium:xcodeOrgId": "79EWG2VKTN",
2021-11-09 12:02:59:610 [BaseDriver] "appium:xcodeSigningId": "iPhone Developer",
2021-11-09 12:02:59:610 [BaseDriver] "appium:bundleId": "com.apple.TestFlight",
2021-11-09 12:02:59:610 [BaseDriver] "appium:newCommandTimeout": 90
2021-11-09 12:02:59:610 [BaseDriver] },
2021-11-09 12:02:59:610 [BaseDriver] "firstMatch": [
2021-11-09 12:02:59:610 [BaseDriver] {}
2021-11-09 12:02:59:610 [BaseDriver] ]
2021-11-09 12:02:59:610 [BaseDriver] }
2021-11-09 12:02:59:617 [BaseDriver] Session created with session id: 3ea15b80-3e6b-4951-b874-920f0cf359af
2021-11-09 12:02:59:627 [XCUITest] Current user: 'calumtimpany'
2021-11-09 12:02:59:637 [XCUITest] Available devices: 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2
2021-11-09 12:02:59:637 [XCUITest] Creating iDevice object with udid '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2'
2021-11-09 12:02:59:638 [XCUITest] Determining device to run tests on: udid: '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2', real device: true
2021-11-09 12:02:59:669 [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1636488179668 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:669 [BaseDriver] Event 'appConfigured' logged at 1636488179669 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:669 [BaseDriver] Event 'resetStarted' logged at 1636488179669 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:669 [XCUITest] Reset: running ios real device reset flow
2021-11-09 12:02:59:670 [BaseDriver] Event 'resetComplete' logged at 1636488179670 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:670 [WebDriverAgent] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
2021-11-09 12:02:59:670 [WebDriverAgent] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2021-11-09 12:02:59:863 [XCUITest] Crash reports root '/Users/calumtimpany/Library/Logs/CrashReporter/MobileDevice/Calum’s iPhone' does not exist. Got nothing to gather.
2021-11-09 12:02:59:863 [BaseDriver] Event 'logCaptureStarted' logged at 1636488179863 (12:02:59 GMT-0800 (Pacific Standard Time))
2021-11-09 12:02:59:864 [XCUITest] Setting up real device
2021-11-09 12:03:00:994 [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2021-11-09 12:03:00:995 [DevCon Factory] Requesting connection for device 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2 on local port 8100, device port 8100
2021-11-09 12:03:00:995 [DevCon Factory] Cached connections count: 0
2021-11-09 12:03:00:998 [DevCon Factory] Successfully requested the connection for 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100
2021-11-09 12:03:01:000 [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2021-11-09 12:03:01:002 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:01:003 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:01:023 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"15.0","version":"15.1"},"ios":{"ip":"169.254.61.92"},"ready":true,"build":{"upgradedAt":"1632535255000","time":"Nov 9 2021 11:06:11","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":"55AE116B-381E-4E3C-87D9-CF5E6BE50DAD"}
2021-11-09 12:03:01:024 [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1636488037056
2021-11-09 12:03:01:024 [WebDriverAgent] Upgrade timestamp of the WDA on the device: 1632535255000
2021-11-09 12:03:01:024 [WebDriverAgent] Will uninstall running WDA since it has different version in comparison to the one which is bundled with appium-xcuitest-driver module (1636488037056 != 1632535255000)
2021-11-09 12:03:01:193 [WebDriverAgent] Uninstalling WDAs: 'com.facebook.WebDriverAgentRunner.xctrunner'
2021-11-09 12:03:01:405 [XCUITest] Trying to start WebDriverAgent 1 times with 10000ms interval
2021-11-09 12:03:01:405 [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2021-11-09 12:03:01:406 [BaseDriver] Event 'wdaStartAttempted' logged at 1636488181405 (12:03:01 GMT-0800 (Pacific Standard Time))
2021-11-09 12:03:01:406 [WebDriverAgent] Launching WebDriverAgent on the device
2021-11-09 12:03:01:409 [WebDriverAgent] WebDriverAgent sources have been upgraded (1636070871082 < 1636488037056)
2021-11-09 12:03:01:412 [WebDriverAgent] Stored the recent WebDriverAgent upgrade timestamp 1636488037056 at '/Users/calumtimpany/.appium/webdriveragent/upgrade.time'
2021-11-09 12:03:01:412 [WebDriverAgent] Cleaning the project scheme 'WebDriverAgentLib' to make sure there are no leftovers from previous installs
2021-11-09 12:03:04:776 [WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/calumtimpany/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products'
2021-11-09 12:03:04:777 [WebDriverAgent] Got derived data root: '/Users/calumtimpany/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu'
2021-11-09 12:03:05:454 [WebDriverAgent] Cleaning the project scheme 'WebDriverAgentRunner' to make sure there are no leftovers from previous installs
2021-11-09 12:03:08:276 [WebDriverAgent] Killing running processes 'xcodebuild.*3ae86f47e99f50fca4f1e4b60fb154437da5f8e2' for the device 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2...
2021-11-09 12:03:09:496 [WebDriverAgent] Generating xcode config file for orgId '79EWG2VKTN' and signingId 'iPhone Developer'
2021-11-09 12:03:09:497 [WebDriverAgent] Writing xcode config file to /var/folders/z_/0_r2mds57s33vznlllwvcvcc0000gn/T/2021109-22417-1rtrfvo.8ou/appium-temp.xcconfig
2021-11-09 12:03:09:499 [WebDriverAgent] Using Xcode configuration file: '/var/folders/z_/0_r2mds57s33vznlllwvcvcc0000gn/T/2021109-22417-1rtrfvo.8ou/appium-temp.xcconfig'
2021-11-09 12:03:09:499 [WebDriverAgent] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/calumtimpany/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu -destination id=3ae86f47e99f50fca4f1e4b60fb154437da5f8e2 IPHONEOS_DEPLOYMENT_TARGET=15.1 -xcconfig /var/folders/z_/0_r2mds57s33vznlllwvcvcc0000gn/T/2021109-22417-1rtrfvo.8ou/appium-temp.xcconfig GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
2021-11-09 12:03:09:500 [WebDriverAgent] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
2021-11-09 12:03:10:795 [WebDriverAgent] Waiting up to 60000ms for WebDriverAgent to start
2021-11-09 12:03:10:797 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:10:798 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:10:821 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:10:823 [WD Proxy] socket hang up
2021-11-09 12:03:11:825 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:11:825 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:11:831 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:11:831 [WD Proxy] socket hang up
2021-11-09 12:03:12:832 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:12:833 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:12:836 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:12:837 [WD Proxy] socket hang up
2021-11-09 12:03:13:839 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:13:839 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:13:846 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:13:847 [WD Proxy] socket hang up
2021-11-09 12:03:14:847 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:14:848 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:14:853 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:14:853 [WD Proxy] socket hang up
2021-11-09 12:03:15:854 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:15:854 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:15:859 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:15:859 [WD Proxy] socket hang up
2021-11-09 12:03:16:860 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:16:860 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:16:865 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:16:865 [WD Proxy] socket hang up
2021-11-09 12:03:17:867 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:17:867 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:17:871 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:17:872 [WD Proxy] socket hang up
2021-11-09 12:03:18:872 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:18:872 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:18:877 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:18:878 [WD Proxy] socket hang up
2021-11-09 12:03:19:879 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:19:879 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:19:885 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:19:885 [WD Proxy] socket hang up
2021-11-09 12:03:20:887 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:20:887 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:20:896 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:20:896 [WD Proxy] socket hang up
2021-11-09 12:03:21:897 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:21:898 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:21:902 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:21:902 [WD Proxy] socket hang up
2021-11-09 12:03:22:904 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:22:904 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:22:910 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:22:911 [WD Proxy] socket hang up
2021-11-09 12:03:23:915 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:23:915 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:23:921 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:23:921 [WD Proxy] socket hang up
2021-11-09 12:03:24:923 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:24:923 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:24:928 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:24:929 [WD Proxy] socket hang up
2021-11-09 12:03:25:929 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:25:929 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:25:933 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:25:934 [WD Proxy] socket hang up
2021-11-09 12:03:26:935 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:26:935 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:26:940 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:26:941 [WD Proxy] socket hang up
2021-11-09 12:03:27:943 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:27:943 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:27:947 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:27:948 [WD Proxy] socket hang up
2021-11-09 12:03:28:948 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:28:949 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:28:954 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:28:955 [WD Proxy] socket hang up
2021-11-09 12:03:29:955 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:29:956 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:29:963 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:29:963 [WD Proxy] socket hang up
2021-11-09 12:03:30:965 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:30:965 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:30:978 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:30:979 [WD Proxy] socket hang up
2021-11-09 12:03:31:982 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:31:982 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:32:001 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:32:002 [WD Proxy] socket hang up
2021-11-09 12:03:33:003 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:33:004 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:33:010 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:33:011 [WD Proxy] socket hang up
2021-11-09 12:03:34:012 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:34:012 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:34:020 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:34:021 [WD Proxy] socket hang up
2021-11-09 12:03:35:023 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:35:023 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:35:035 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:35:035 [WD Proxy] socket hang up
2021-11-09 12:03:36:037 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:36:037 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:36:042 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:36:042 [WD Proxy] socket hang up
2021-11-09 12:03:37:044 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:37:044 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:37:049 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:37:050 [WD Proxy] socket hang up
2021-11-09 12:03:38:050 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:38:051 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:38:058 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:38:059 [WD Proxy] socket hang up
2021-11-09 12:03:39:059 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:39:059 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:39:070 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:39:070 [WD Proxy] socket hang up
2021-11-09 12:03:40:072 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:40:072 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:40:078 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:40:078 [WD Proxy] socket hang up
2021-11-09 12:03:41:079 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:41:079 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:41:084 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:41:084 [WD Proxy] socket hang up
2021-11-09 12:03:42:085 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:42:085 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:42:092 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:42:093 [WD Proxy] socket hang up
2021-11-09 12:03:43:095 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:43:095 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:43:099 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:43:100 [WD Proxy] socket hang up
2021-11-09 12:03:44:100 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:44:100 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:44:113 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:44:114 [WD Proxy] socket hang up
2021-11-09 12:03:45:114 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:45:114 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:45:135 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:45:136 [WD Proxy] socket hang up
2021-11-09 12:03:46:137 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:46:137 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:46:142 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:46:143 [WD Proxy] socket hang up
2021-11-09 12:03:47:144 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:47:144 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:47:149 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:47:149 [WD Proxy] socket hang up
2021-11-09 12:03:48:150 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:48:150 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:48:155 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:48:155 [WD Proxy] socket hang up
2021-11-09 12:03:49:157 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:49:157 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:49:161 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:49:162 [WD Proxy] socket hang up
2021-11-09 12:03:50:162 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:50:162 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:50:166 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:50:167 [WD Proxy] socket hang up
2021-11-09 12:03:51:167 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:51:168 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:51:173 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:51:174 [WD Proxy] socket hang up
2021-11-09 12:03:52:174 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:52:174 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:52:179 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:52:180 [WD Proxy] socket hang up
2021-11-09 12:03:53:180 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:53:180 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:53:185 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:53:185 [WD Proxy] socket hang up
2021-11-09 12:03:54:186 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:54:186 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:54:190 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:54:190 [WD Proxy] socket hang up
2021-11-09 12:03:55:190 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:55:190 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:55:194 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:55:194 [WD Proxy] socket hang up
2021-11-09 12:03:56:196 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:56:196 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:56:199 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:56:200 [WD Proxy] socket hang up
2021-11-09 12:03:57:200 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:57:200 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:57:204 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:57:204 [WD Proxy] socket hang up
2021-11-09 12:03:58:206 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:58:206 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:58:210 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:58:210 [WD Proxy] socket hang up
2021-11-09 12:03:59:212 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:03:59:212 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:03:59:217 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:03:59:217 [WD Proxy] socket hang up
2021-11-09 12:04:00:218 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:00:218 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:00:222 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:00:223 [WD Proxy] socket hang up
2021-11-09 12:04:01:223 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:01:224 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:01:228 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:01:228 [WD Proxy] socket hang up
2021-11-09 12:04:02:229 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:02:229 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:02:233 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:02:233 [WD Proxy] socket hang up
2021-11-09 12:04:03:234 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:03:234 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:03:238 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:03:238 [WD Proxy] socket hang up
2021-11-09 12:04:04:240 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:04:240 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:04:244 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:04:245 [WD Proxy] socket hang up
2021-11-09 12:04:05:246 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:05:246 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:05:251 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:05:251 [WD Proxy] socket hang up
2021-11-09 12:04:06:252 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:06:252 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:06:257 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:06:258 [WD Proxy] socket hang up
2021-11-09 12:04:07:259 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:07:259 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:07:263 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:07:264 [WD Proxy] socket hang up
2021-11-09 12:04:08:265 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:08:265 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:08:269 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:08:269 [WD Proxy] socket hang up
2021-11-09 12:04:09:272 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:09:272 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:09:277 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:09:278 [WD Proxy] socket hang up
2021-11-09 12:04:10:279 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:10:279 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:10:282 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:10:283 [WD Proxy] socket hang up
2021-11-09 12:04:11:284 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:11:285 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:11:289 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:11:290 [WD Proxy] socket hang up
2021-11-09 12:04:12:290 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:12:291 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:12:294 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:12:294 [WD Proxy] socket hang up
2021-11-09 12:04:13:294 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:13:295 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:13:305 [iProxy@3ae86f47:8100] Connection was refused to port 8100
2021-11-09 12:04:13:306 [WD Proxy] socket hang up
2021-11-09 12:04:14:309 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:14:309 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:14:332 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"15.0","version":"15.1"},"ios":{"ip":"169.254.61.92"},"ready":true,"build":{"upgradedAt":"1636488037056","time":"Nov 9 2021 12:03:21","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2021-11-09 12:04:14:332 [WebDriverAgent] WebDriverAgent information:
2021-11-09 12:04:14:332 [WebDriverAgent] {
2021-11-09 12:04:14:332 [WebDriverAgent] "message": "WebDriverAgent is ready to accept commands",
2021-11-09 12:04:14:332 [WebDriverAgent] "state": "success",
2021-11-09 12:04:14:333 [WebDriverAgent] "os": {
2021-11-09 12:04:14:333 [WebDriverAgent] "testmanagerdVersion": 28,
2021-11-09 12:04:14:333 [WebDriverAgent] "name": "iOS",
2021-11-09 12:04:14:333 [WebDriverAgent] "sdkVersion": "15.0",
2021-11-09 12:04:14:333 [WebDriverAgent] "version": "15.1"
2021-11-09 12:04:14:333 [WebDriverAgent] },
2021-11-09 12:04:14:333 [WebDriverAgent] "ios": {
2021-11-09 12:04:14:333 [WebDriverAgent] "ip": "169.254.61.92"
2021-11-09 12:04:14:333 [WebDriverAgent] },
2021-11-09 12:04:14:333 [WebDriverAgent] "ready": true,
2021-11-09 12:04:14:333 [WebDriverAgent] "build": {
2021-11-09 12:04:14:334 [WebDriverAgent] "upgradedAt": "1636488037056",
2021-11-09 12:04:14:334 [WebDriverAgent] "time": "Nov 9 2021 12:03:21",
2021-11-09 12:04:14:334 [WebDriverAgent] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
2021-11-09 12:04:14:334 [WebDriverAgent] }
2021-11-09 12:04:14:334 [WebDriverAgent] }
2021-11-09 12:04:14:334 [WebDriverAgent] WebDriverAgent successfully started after 64832ms
2021-11-09 12:04:14:335 [BaseDriver] Event 'wdaSessionAttempted' logged at 1636488254335 (12:04:14 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:14:335 [XCUITest] Sending createSession command to WDA
2021-11-09 12:04:14:335 [WD Proxy] Matched '/session' to command name 'createSession'
2021-11-09 12:04:14:336 [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.TestFlight","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2021-11-09 12:04:16:873 [WD Proxy] Got response with status 200: {"value":{"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD","capabilities":{"device":"iphone","browserName":"TestFlight","sdkVersion":"15.1","CFBundleIdentifier":"com.apple.TestFlight"}},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:16:873 [WD Proxy] Determined the downstream protocol as 'W3C'
2021-11-09 12:04:16:873 [BaseDriver] Event 'wdaSessionStarted' logged at 1636488256873 (12:04:16 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:16:874 [BaseDriver] Event 'wdaStarted' logged at 1636488256873 (12:04:16 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:16:874 [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2021-11-09 12:04:16:874 [BaseDriver] Event 'orientationSet' logged at 1636488256874 (12:04:16 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:16:874 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2021-11-09 12:04:16:875 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2021-11-09 12:04:16:875 [Appium] New XCUITestDriver session created successfully, session 3ea15b80-3e6b-4951-b874-920f0cf359af added to master session list
2021-11-09 12:04:16:876 [BaseDriver] Event 'newSessionStarted' logged at 1636488256876 (12:04:16 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:16:877 [W3C (3ea15b80)] Cached the protocol value 'W3C' for the new session 3ea15b80-3e6b-4951-b874-920f0cf359af
2021-11-09 12:04:16:877 [W3C (3ea15b80)] 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","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.apple.TestFlight","newCommandTimeout":90}}
2021-11-09 12:04:16:880 [HTTP] <-- POST /wd/hub/session 200 77595 ms - 561
2021-11-09 12:04:16:880 [HTTP]
2021-11-09 12:04:16:903 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:16:904 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeOther' AND name == 'Apps'"}
2021-11-09 12:04:16:907 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeOther' AND name == 'Apps'","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:16:907 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:16:907 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:16:908 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:16:910 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:16:911 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeOther' AND name == 'Apps'"}
2021-11-09 12:04:17:147 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"04000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"04000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:17:147 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"04000000-0000-0000-FC01-000000000000","ELEMENT":"04000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:17:148 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 244 ms - 137
2021-11-09 12:04:17:148 [HTTP]
2021-11-09 12:04:17:150 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:17:150 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeOther' AND name == 'Apps'"}
2021-11-09 12:04:17:150 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeOther' AND name == 'Apps'","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:17:150 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:17:150 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:17:151 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:17:151 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:17:151 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeOther' AND name == 'Apps'"}
2021-11-09 12:04:17:353 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"04000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"04000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:17:353 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"04000000-0000-0000-FC01-000000000000","ELEMENT":"04000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:17:354 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 204 ms - 137
2021-11-09 12:04:17:354 [HTTP]
2021-11-09 12:04:17:356 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:17:356 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]"}
2021-11-09 12:04:17:356 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:17:357 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:17:357 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:17:357 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:17:357 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:17:357 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]"}
2021-11-09 12:04:17:586 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2F000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:17:586 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000","ELEMENT":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:17:587 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 231 ms - 137
2021-11-09 12:04:17:587 [HTTP]
2021-11-09 12:04:17:589 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:17:589 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]"}
2021-11-09 12:04:17:590 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:17:590 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:17:590 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:17:590 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:17:591 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:17:591 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'INSTALL'`]"}
2021-11-09 12:04:17:808 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2F000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:17:808 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000","ELEMENT":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:17:809 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 219 ms - 137
2021-11-09 12:04:17:809 [HTTP]
2021-11-09 12:04:17:812 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element/2F000000-0000-0000-FC01-000000000000/click
2021-11-09 12:04:17:812 [HTTP] {"id":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:17:813 [W3C (3ea15b80)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:17:814 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:17:814 [WD Proxy] Matched '/wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element/2F000000-0000-0000-FC01-000000000000/click' to command name 'click'
2021-11-09 12:04:17:814 [WD Proxy] Proxying [POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element/2F000000-0000-0000-FC01-000000000000/click] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element/2F000000-0000-0000-FC01-000000000000/click] with body: {"id":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:18:226 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:18:227 [WD Proxy] Replacing sessionId BF49B6A9-2F3F-4659-8CFD-9B080FF704AD with 3ea15b80-3e6b-4951-b874-920f0cf359af
2021-11-09 12:04:18:227 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element/2F000000-0000-0000-FC01-000000000000/click 200 415 ms - 65
2021-11-09 12:04:18:227 [HTTP]
2021-11-09 12:04:18:229 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:18:229 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:18:230 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:18:230 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:18:230 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:18:230 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:18:230 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:18:231 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:18:381 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:18:382 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:18:390 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:18:390 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:18:391 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:18:391 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:18:392 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 162 ms - 488
2021-11-09 12:04:18:392 [HTTP]
2021-11-09 12:04:18:900 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:18:900 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:18:901 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:18:901 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:18:901 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:18:901 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:18:902 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:18:902 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:19:074 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:19:075 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:19:075 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:19:075 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:19:076 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:19:076 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:19:077 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 176 ms - 488
2021-11-09 12:04:19:077 [HTTP]
2021-11-09 12:04:19:583 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:19:584 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:19:584 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:19:584 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:19:584 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:19:585 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:19:585 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:19:585 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:19:705 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:19:705 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:19:706 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:19:706 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:19:706 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:19:706 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:19:706 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 123 ms - 488
2021-11-09 12:04:19:706 [HTTP]
2021-11-09 12:04:20:212 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:20:213 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:20:213 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:20:213 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:20:213 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:20:213 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:20:214 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:20:214 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:20:390 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:20:390 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:20:391 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:20:391 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:20:391 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:20:391 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:20:392 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 179 ms - 488
2021-11-09 12:04:20:392 [HTTP]
2021-11-09 12:04:20:901 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:20:901 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:20:901 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:20:902 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:20:902 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:20:902 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:20:903 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:20:903 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:21:075 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:21:075 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:21:076 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:21:076 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:21:076 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:21:076 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:21:077 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 176 ms - 488
2021-11-09 12:04:21:077 [HTTP]
2021-11-09 12:04:21:581 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:21:581 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:21:582 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:21:582 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:21:582 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:21:582 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:21:583 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:21:583 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:21:773 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:21:773 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:21:774 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:21:774 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:21:774 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:21:774 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:21:774 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 193 ms - 488
2021-11-09 12:04:21:775 [HTTP]
2021-11-09 12:04:22:279 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:22:279 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:22:279 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:22:280 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:22:280 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:22:280 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:22:282 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:22:283 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:22:455 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:22:455 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:22:456 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:22:456 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:22:456 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:22:456 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:22:457 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 178 ms - 488
2021-11-09 12:04:22:457 [HTTP]
2021-11-09 12:04:22:960 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:22:961 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:22:961 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:22:961 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:22:962 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:22:962 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:22:962 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:22:962 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:23:154 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:23:154 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:23:155 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:23:155 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:23:155 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:23:155 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:23:156 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 195 ms - 488
2021-11-09 12:04:23:156 [HTTP]
2021-11-09 12:04:23:664 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:23:664 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:23:664 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:23:665 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:23:665 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:23:665 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:23:665 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:23:665 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:23:803 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:23:803 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:23:804 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:23:804 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:23:804 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:23:804 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:23:805 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 141 ms - 488
2021-11-09 12:04:23:805 [HTTP]
2021-11-09 12:04:24:313 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:24:313 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:24:314 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:24:314 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:24:314 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:24:314 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:24:315 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:24:315 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:24:448 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:24:448 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:24:449 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:24:449 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:24:449 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:24:449 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:24:450 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 136 ms - 488
2021-11-09 12:04:24:450 [HTTP]
2021-11-09 12:04:24:958 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:24:959 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:24:959 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:24:959 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:24:960 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:24:960 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:24:960 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:24:960 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:25:102 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:25:102 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:25:103 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:25:103 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:25:103 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:25:103 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:25:104 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 145 ms - 488
2021-11-09 12:04:25:104 [HTTP]
2021-11-09 12:04:25:608 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:25:609 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:25:609 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:25:609 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:25:609 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:25:610 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:25:610 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:25:610 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:25:746 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:25:747 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:25:747 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:25:748 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:25:748 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:25:748 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:25:748 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 140 ms - 488
2021-11-09 12:04:25:749 [HTTP]
2021-11-09 12:04:26:252 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:26:253 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:26:253 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:26:253 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:26:253 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:26:254 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:26:254 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:26:254 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:26:389 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:26:390 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:26:391 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:26:391 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:26:391 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:26:391 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:26:392 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 139 ms - 488
2021-11-09 12:04:26:392 [HTTP]
2021-11-09 12:04:26:898 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:26:899 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:26:899 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:26:899 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:26:899 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:26:900 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:26:900 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:26:900 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:27:037 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56A...
2021-11-09 12:04:27:037 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:27:038 [W3C (3ea15b80)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:27:038 [W3C (3ea15b80)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:27:038 [W3C (3ea15b80)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:27:038 [W3C (3ea15b80)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:27:044 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 404 145 ms - 488
2021-11-09 12:04:27:044 [HTTP]
2021-11-09 12:04:27:551 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:27:551 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:27:551 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:27:551 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:27:552 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:27:552 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:27:553 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:27:553 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:27:798 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2F000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:27:798 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000","ELEMENT":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:27:799 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 248 ms - 137
2021-11-09 12:04:27:799 [HTTP]
2021-11-09 12:04:27:801 [HTTP] --> POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element
2021-11-09 12:04:27:801 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:27:801 [W3C (3ea15b80)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]","3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:27:802 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:27:802 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:27:802 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:27:802 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:27:802 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == 'PlushCare - STAGE'`]/**/XCUIElementTypeButton[`name == 'OPEN'`]"}
2021-11-09 12:04:28:007 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2F000000-0000-0000-FC01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000"},"sessionId":"BF49B6A9-2F3F-4659-8CFD-9B080FF704AD"}
2021-11-09 12:04:28:008 [W3C (3ea15b80)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2F000000-0000-0000-FC01-000000000000","ELEMENT":"2F000000-0000-0000-FC01-000000000000"}
2021-11-09 12:04:28:008 [HTTP] <-- POST /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af/element 200 207 ms - 137
2021-11-09 12:04:28:008 [HTTP]
2021-11-09 12:04:28:010 [HTTP] --> DELETE /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af
2021-11-09 12:04:28:010 [HTTP] {}
2021-11-09 12:04:28:010 [W3C (3ea15b80)] Calling AppiumDriver.deleteSession() with args: ["3ea15b80-3e6b-4951-b874-920f0cf359af"]
2021-11-09 12:04:28:010 [BaseDriver] Event 'quitSessionRequested' logged at 1636488268010 (12:04:28 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:28:010 [Appium] Removing session 3ea15b80-3e6b-4951-b874-920f0cf359af from our master session list
2021-11-09 12:04:28:011 [WD Proxy] Matched '/session/3ea15b80-3e6b-4951-b874-920f0cf359af' to command name 'deleteSession'
2021-11-09 12:04:28:011 [WD Proxy] Proxying [DELETE /session/3ea15b80-3e6b-4951-b874-920f0cf359af] to [DELETE http://127.0.0.1:8100/session/BF49B6A9-2F3F-4659-8CFD-9B080FF704AD] with no body
2021-11-09 12:04:29:061 [WD Proxy] Got response with status 200: {"value":null,"sessionId":null}
2021-11-09 12:04:29:062 [DevCon Factory] Releasing connections for 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2 device on any port number
2021-11-09 12:04:29:062 [DevCon Factory] Found cached connections to release: ["3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100"]
2021-11-09 12:04:29:062 [DevCon Factory] Releasing the listener for '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100'
2021-11-09 12:04:29:063 [iProxy@3ae86f47:8100] Closing the connection
2021-11-09 12:04:29:063 [DevCon Factory] Cached connections count: 0
2021-11-09 12:04:29:063 [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2021-11-09 12:04:29:064 [BaseDriver] Event 'quitSessionFinished' logged at 1636488269064 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:064 [W3C (3ea15b80)] Received response: null
2021-11-09 12:04:29:064 [W3C (3ea15b80)] But deleting session, so not returning
2021-11-09 12:04:29:064 [W3C (3ea15b80)] Responding to client with driver.deleteSession() result: null
2021-11-09 12:04:29:065 [HTTP] <-- DELETE /wd/hub/session/3ea15b80-3e6b-4951-b874-920f0cf359af 200 1055 ms - 14
2021-11-09 12:04:29:065 [HTTP]
2021-11-09 12:04:29:069 [HTTP] Request idempotency key: 2fcb9b7c-880a-4bc1-876b-764aaf3dddbd
2021-11-09 12:04:29:071 [HTTP] --> POST /wd/hub/session
2021-11-09 12:04:29:071 [HTTP] {"capabilities":{"firstMatch":[{"platformName":"iOS","appium:deviceName":"iPhone 8","appium:platformVersion":"15.1","appium:udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","appium:automationName":"XCUITest","appium:isHeadless":false,"appium:xcodeOrgId":"79EWG2VKTN","appium:xcodeSigningId":"iPhone Developer","appium:bundleId":"com.PlushCare.PlushCarestage","appium:newCommandTimeout":90}]},"desiredCapabilities":{"platformName":"iOS","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.PlushCare.PlushCarestage","newCommandTimeout":90}}
2021-11-09 12:04:29:071 [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.PlushCare.PlushCarestage","newCommandTimeout":90},null,{"firstMatch":[{"platformName":"iOS","appium:deviceName":"iPhone 8","appium:platformVersion":"15.1","appium:udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","appium:automationName":"XCUITest","appium:isHeadless":false,"appium:xcodeOrgId":"79EWG2VKTN","appium:xcodeSigningId":"iPhone Developer","appium:bundleId":"com.PlushCare.PlushCarestage","appium:newCommandTimeout":90}]}]
2021-11-09 12:04:29:071 [BaseDriver] Event 'newSessionRequested' logged at 1636488269071 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:076 [Appium] Appium v1.22.0 creating new XCUITestDriver (v3.53.1) session
2021-11-09 12:04:29:078 [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
2021-11-09 12:04:29:078 [BaseDriver] Creating session with W3C capabilities: {
2021-11-09 12:04:29:078 [BaseDriver] "alwaysMatch": {
2021-11-09 12:04:29:078 [BaseDriver] "platformName": "iOS",
2021-11-09 12:04:29:078 [BaseDriver] "appium:deviceName": "iPhone 8",
2021-11-09 12:04:29:078 [BaseDriver] "appium:platformVersion": "15.1",
2021-11-09 12:04:29:078 [BaseDriver] "appium:udid": "3ae86f47e99f50fca4f1e4b60fb154437da5f8e2",
2021-11-09 12:04:29:078 [BaseDriver] "appium:automationName": "XCUITest",
2021-11-09 12:04:29:078 [BaseDriver] "appium:isHeadless": false,
2021-11-09 12:04:29:079 [BaseDriver] "appium:xcodeOrgId": "79EWG2VKTN",
2021-11-09 12:04:29:079 [BaseDriver] "appium:xcodeSigningId": "iPhone Developer",
2021-11-09 12:04:29:079 [BaseDriver] "appium:bundleId": "com.PlushCare.PlushCarestage",
2021-11-09 12:04:29:079 [BaseDriver] "appium:newCommandTimeout": 90
2021-11-09 12:04:29:079 [BaseDriver] },
2021-11-09 12:04:29:079 [BaseDriver] "firstMatch": [
2021-11-09 12:04:29:079 [BaseDriver] {}
2021-11-09 12:04:29:079 [BaseDriver] ]
2021-11-09 12:04:29:079 [BaseDriver] }
2021-11-09 12:04:29:085 [BaseDriver] Session created with session id: e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:29:149 [XCUITest] Current user: 'calumtimpany'
2021-11-09 12:04:29:152 [XCUITest] Available devices: 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2
2021-11-09 12:04:29:153 [XCUITest] Creating iDevice object with udid '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2'
2021-11-09 12:04:29:153 [XCUITest] Determining device to run tests on: udid: '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2', real device: true
2021-11-09 12:04:29:154 [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1636488269154 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:154 [BaseDriver] Event 'appConfigured' logged at 1636488269154 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:154 [BaseDriver] Event 'resetStarted' logged at 1636488269154 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:155 [XCUITest] Reset: running ios real device reset flow
2021-11-09 12:04:29:155 [BaseDriver] Event 'resetComplete' logged at 1636488269155 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:155 [WebDriverAgent] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
2021-11-09 12:04:29:155 [WebDriverAgent] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2021-11-09 12:04:29:344 [XCUITest] Crash reports root '/Users/calumtimpany/Library/Logs/CrashReporter/MobileDevice/Calum’s iPhone' does not exist. Got nothing to gather.
2021-11-09 12:04:29:344 [BaseDriver] Event 'logCaptureStarted' logged at 1636488269344 (12:04:29 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:29:345 [XCUITest] Setting up real device
2021-11-09 12:04:30:140 [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2021-11-09 12:04:30:141 [DevCon Factory] Requesting connection for device 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2 on local port 8100, device port 8100
2021-11-09 12:04:30:141 [DevCon Factory] Cached connections count: 0
2021-11-09 12:04:30:143 [DevCon Factory] Successfully requested the connection for 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100
2021-11-09 12:04:30:144 [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2021-11-09 12:04:30:145 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:30:145 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:30:155 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"15.0","version":"15.1"},"ios":{"ip":"169.254.61.92"},"ready":true,"build":{"upgradedAt":"1636488037056","time":"Nov 9 2021 12:03:21","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2021-11-09 12:04:30:156 [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1636488037056
2021-11-09 12:04:30:156 [WebDriverAgent] Upgrade timestamp of the WDA on the device: 1636488037056
2021-11-09 12:04:30:156 [WebDriverAgent] 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.
2021-11-09 12:04:30:157 [XCUITest] Trying to start WebDriverAgent 1 times with 10000ms interval
2021-11-09 12:04:30:157 [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2021-11-09 12:04:30:157 [BaseDriver] Event 'wdaStartAttempted' logged at 1636488270157 (12:04:30 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:30:157 [WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2021-11-09 12:04:30:157 [WD Proxy] Matched '/status' to command name 'getStatus'
2021-11-09 12:04:30:158 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2021-11-09 12:04:30:166 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"15.0","version":"15.1"},"ios":{"ip":"169.254.61.92"},"ready":true,"build":{"upgradedAt":"1636488037056","time":"Nov 9 2021 12:03:21","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2021-11-09 12:04:30:166 [BaseDriver] Event 'wdaSessionAttempted' logged at 1636488270166 (12:04:30 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:30:166 [XCUITest] Sending createSession command to WDA
2021-11-09 12:04:30:166 [WD Proxy] Matched '/session' to command name 'createSession'
2021-11-09 12:04:30:167 [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.PlushCare.PlushCarestage","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2021-11-09 12:04:33:472 [WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/calumtimpany/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products'
2021-11-09 12:04:33:472 [WebDriverAgent] Got derived data root: '/Users/calumtimpany/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu'
2021-11-09 12:04:37:068 [WD Proxy] Got response with status 200: {"value":{"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"15.1","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:37:068 [WD Proxy] Determined the downstream protocol as 'W3C'
2021-11-09 12:04:37:069 [BaseDriver] Event 'wdaSessionStarted' logged at 1636488277068 (12:04:37 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:37:069 [BaseDriver] Event 'wdaStarted' logged at 1636488277069 (12:04:37 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:37:069 [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
2021-11-09 12:04:37:069 [BaseDriver] Event 'orientationSet' logged at 1636488277069 (12:04:37 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:37:069 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2021-11-09 12:04:37:069 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2021-11-09 12:04:37:070 [Appium] New XCUITestDriver session created successfully, session e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e added to master session list
2021-11-09 12:04:37:070 [BaseDriver] Event 'newSessionStarted' logged at 1636488277070 (12:04:37 GMT-0800 (Pacific Standard Time))
2021-11-09 12:04:37:070 [W3C (e35f0d5f)] Cached the protocol value 'W3C' for the new session e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:37:071 [W3C (e35f0d5f)] 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","deviceName":"iPhone 8","platformVersion":"15.1","udid":"3ae86f47e99f50fca4f1e4b60fb154437da5f8e2","automationName":"XCUITest","isHeadless":false,"xcodeOrgId":"79EWG2VKTN","xcodeSigningId":"iPhone Developer","bundleId":"com.PlushCare.PlushCarestage","newCommandTimeout":90}}
2021-11-09 12:04:37:071 [HTTP] <-- POST /wd/hub/session 200 8000 ms - 569
2021-11-09 12:04:37:071 [HTTP]
2021-11-09 12:04:37:074 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:37:075 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:37:075 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:37:075 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:37:075 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:37:075 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:37:077 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:37:078 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:37:531 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:37:532 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:37:533 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 458 ms - 137
2021-11-09 12:04:37:533 [HTTP]
2021-11-09 12:04:37:535 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:37:535 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:37:536 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:37:536 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:37:536 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:37:536 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:37:537 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:37:537 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:38:027 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:38:027 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:38:028 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 493 ms - 137
2021-11-09 12:04:38:028 [HTTP]
2021-11-09 12:04:38:031 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:38:031 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:38:031 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:38:031 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:38:032 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:38:032 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:38:032 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:38:032 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:38:524 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:38:524 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:38:525 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 494 ms - 137
2021-11-09 12:04:38:525 [HTTP]
2021-11-09 12:04:38:527 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:38:528 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:38:528 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:38:528 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:38:528 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:38:528 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:38:529 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:38:529 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'From the Developer'"}
2021-11-09 12:04:39:000 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:39:001 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:39:002 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 474 ms - 137
2021-11-09 12:04:39:002 [HTTP]
2021-11-09 12:04:39:004 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:39:005 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Next'"}
2021-11-09 12:04:39:005 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Next'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:39:005 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:39:005 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:39:005 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:39:006 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:39:006 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Next'"}
2021-11-09 12:04:39:462 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E0000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:39:462 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000","ELEMENT":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:39:463 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 458 ms - 137
2021-11-09 12:04:39:463 [HTTP]
2021-11-09 12:04:39:465 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:39:466 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Next'"}
2021-11-09 12:04:39:466 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Next'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:39:466 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:39:466 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:39:466 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:39:468 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:39:469 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Next'"}
2021-11-09 12:04:39:918 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E0000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:39:918 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000","ELEMENT":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:39:919 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 453 ms - 137
2021-11-09 12:04:39:919 [HTTP]
2021-11-09 12:04:39:922 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click
2021-11-09 12:04:39:922 [HTTP] {"id":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:39:922 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:39:923 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:39:924 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click' to command name 'click'
2021-11-09 12:04:39:924 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/E0000000-0000-0000-7201-000000000000/click] with body: {"id":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:40:668 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:40:668 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:40:669 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click 200 747 ms - 65
2021-11-09 12:04:40:669 [HTTP]
2021-11-09 12:04:40:672 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:40:672 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'"}
2021-11-09 12:04:40:672 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:40:672 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:40:673 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:40:673 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:40:673 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:40:673 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'"}
2021-11-09 12:04:41:151 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:41:151 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:41:152 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 480 ms - 137
2021-11-09 12:04:41:152 [HTTP]
2021-11-09 12:04:41:155 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:41:155 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'"}
2021-11-09 12:04:41:155 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:41:156 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:41:156 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:41:156 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:41:157 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:41:157 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value == 'Share Feedback'"}
2021-11-09 12:04:41:615 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E1000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:41:616 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E1000000-0000-0000-7201-000000000000","ELEMENT":"E1000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:41:616 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 461 ms - 137
2021-11-09 12:04:41:617 [HTTP]
2021-11-09 12:04:41:619 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:41:619 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Start Testing'"}
2021-11-09 12:04:41:620 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Start Testing'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:41:620 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:41:620 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:41:620 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:41:621 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:41:621 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Start Testing'"}
2021-11-09 12:04:42:098 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E0000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:42:098 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000","ELEMENT":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:42:099 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 479 ms - 137
2021-11-09 12:04:42:099 [HTTP]
2021-11-09 12:04:42:101 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:42:101 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Start Testing'"}
2021-11-09 12:04:42:102 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Start Testing'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:42:102 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:42:102 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:42:102 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:42:103 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:42:103 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeButton' AND name == 'Start Testing'"}
2021-11-09 12:04:42:567 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"E0000000-0000-0000-7201-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:42:568 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0000000-0000-0000-7201-000000000000","ELEMENT":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:42:568 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 467 ms - 137
2021-11-09 12:04:42:569 [HTTP]
2021-11-09 12:04:42:571 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click
2021-11-09 12:04:42:571 [HTTP] {"id":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:42:572 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:42:572 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:42:572 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click' to command name 'click'
2021-11-09 12:04:42:573 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/E0000000-0000-0000-7201-000000000000/click] with body: {"id":"E0000000-0000-0000-7201-000000000000"}
2021-11-09 12:04:43:283 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:43:283 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:43:283 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/E0000000-0000-0000-7201-000000000000/click 200 712 ms - 65
2021-11-09 12:04:43:284 [HTTP]
2021-11-09 12:04:43:291 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:43:291 [HTTP] {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:43:292 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","ftue.existing_patient_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:43:292 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:43:292 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:43:292 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:43:292 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:43:299 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:43:473 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'ftue.existing_patient_button'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 libdispatch.d...
2021-11-09 12:04:43:474 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:43:476 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:43:476 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:43:476 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:43:476 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:43:477 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 185 ms - 488
2021-11-09 12:04:43:477 [HTTP]
2021-11-09 12:04:43:983 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:43:984 [HTTP] {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:43:984 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","ftue.existing_patient_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:43:984 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:43:985 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:43:985 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:43:985 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:43:985 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:44:108 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:44:108 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-FD01-000000000000","ELEMENT":"0E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:109 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 125 ms - 137
2021-11-09 12:04:44:109 [HTTP]
2021-11-09 12:04:44:111 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:44:111 [HTTP] {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:44:112 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","ftue.existing_patient_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:44:112 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:44:112 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:44:112 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:44:112 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:44:112 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"ftue.existing_patient_button"}
2021-11-09 12:04:44:193 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:44:194 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0E000000-0000-0000-FD01-000000000000","ELEMENT":"0E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:194 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 83 ms - 137
2021-11-09 12:04:44:194 [HTTP]
2021-11-09 12:04:44:196 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:44:196 [HTTP] {"using":"accessibility id","value":"ftue.get_started_button"}
2021-11-09 12:04:44:200 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","ftue.get_started_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:44:200 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:44:201 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:44:201 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:44:202 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:44:202 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"ftue.get_started_button"}
2021-11-09 12:04:44:273 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0F000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:44:273 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-FD01-000000000000","ELEMENT":"0F000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:273 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 77 ms - 137
2021-11-09 12:04:44:274 [HTTP]
2021-11-09 12:04:44:275 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:44:275 [HTTP] {"using":"accessibility id","value":"ftue.get_started_button"}
2021-11-09 12:04:44:275 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","ftue.get_started_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:44:276 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:44:276 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:44:276 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:44:276 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:44:276 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"ftue.get_started_button"}
2021-11-09 12:04:44:353 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0F000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:44:353 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0F000000-0000-0000-FD01-000000000000","ELEMENT":"0F000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:354 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 78 ms - 137
2021-11-09 12:04:44:354 [HTTP]
2021-11-09 12:04:44:356 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0F000000-0000-0000-FD01-000000000000/click
2021-11-09 12:04:44:356 [HTTP] {"id":"0F000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:356 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:44:357 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:44:357 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0F000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:04:44:357 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0F000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/0F000000-0000-0000-FD01-000000000000/click] with body: {"id":"0F000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:44:611 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:44:612 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:44:613 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0F000000-0000-0000-FD01-000000000000/click 200 256 ms - 65
2021-11-09 12:04:44:613 [HTTP]
2021-11-09 12:04:44:615 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:44:615 [HTTP] {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:44:616 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:44:616 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:44:616 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:44:616 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:44:616 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:44:617 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:44:715 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 libdispatch.dylib ...
2021-11-09 12:04:44:715 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:04:44:716 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:04:44:716 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:04:44:716 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:04:44:716 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:04:44:717 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 102 ms - 488
2021-11-09 12:04:44:717 [HTTP]
2021-11-09 12:04:45:221 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:45:221 [HTTP] {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:45:221 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:45:222 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:45:222 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:45:222 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:45:222 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:45:223 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:45:563 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"87020000-0000-0000-3D00-000000000000","element-6066-11e4-a52e-4f735466cecf":"87020000-0000-0000-3D00-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:45:563 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"87020000-0000-0000-3D00-000000000000","ELEMENT":"87020000-0000-0000-3D00-000000000000"}
2021-11-09 12:04:45:564 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 343 ms - 137
2021-11-09 12:04:45:565 [HTTP]
2021-11-09 12:04:45:567 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:45:567 [HTTP] {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:45:569 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:45:570 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:45:570 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:45:570 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:45:570 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:45:570 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Allow"}
2021-11-09 12:04:45:858 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"87020000-0000-0000-3D00-000000000000","element-6066-11e4-a52e-4f735466cecf":"87020000-0000-0000-3D00-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:45:859 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"87020000-0000-0000-3D00-000000000000","ELEMENT":"87020000-0000-0000-3D00-000000000000"}
2021-11-09 12:04:45:859 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 292 ms - 137
2021-11-09 12:04:45:859 [HTTP]
2021-11-09 12:04:45:862 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/87020000-0000-0000-3D00-000000000000/click
2021-11-09 12:04:45:862 [HTTP] {"id":"87020000-0000-0000-3D00-000000000000"}
2021-11-09 12:04:45:862 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:45:862 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:45:863 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/87020000-0000-0000-3D00-000000000000/click' to command name 'click'
2021-11-09 12:04:45:863 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/87020000-0000-0000-3D00-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/87020000-0000-0000-3D00-000000000000/click] with body: {"id":"87020000-0000-0000-3D00-000000000000"}
2021-11-09 12:04:46:771 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:46:771 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:46:771 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/87020000-0000-0000-3D00-000000000000/click 200 909 ms - 65
2021-11-09 12:04:46:772 [HTTP]
2021-11-09 12:04:46:774 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:46:774 [HTTP] {"using":"accessibility id","value":"home.welcome_message"}
2021-11-09 12:04:46:774 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","home.welcome_message","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:46:774 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:46:775 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:46:775 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:46:775 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:46:775 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"home.welcome_message"}
2021-11-09 12:04:46:988 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2D000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:46:989 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-FD01-000000000000","ELEMENT":"2D000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:46:989 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 215 ms - 137
2021-11-09 12:04:46:989 [HTTP]
2021-11-09 12:04:46:992 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:46:992 [HTTP] {"using":"accessibility id","value":"home.welcome_message"}
2021-11-09 12:04:47:000 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","home.welcome_message","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:47:001 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:47:001 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:47:001 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:47:002 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:47:002 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"home.welcome_message"}
2021-11-09 12:04:47:222 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2D000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:47:222 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2D000000-0000-0000-FD01-000000000000","ELEMENT":"2D000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:47:223 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 231 ms - 137
2021-11-09 12:04:47:223 [HTTP]
2021-11-09 12:04:47:227 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/2D000000-0000-0000-FD01-000000000000/text
2021-11-09 12:04:47:227 [HTTP] {}
2021-11-09 12:04:47:227 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:47:228 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:47:228 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/2D000000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:04:47:229 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/2D000000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/2D000000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:04:47:339 [WD Proxy] Got response with status 200: {"value":"Welcome to PlushCare","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:47:339 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:47:340 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/2D000000-0000-0000-FD01-000000000000/text 200 113 ms - 83
2021-11-09 12:04:47:340 [HTTP]
2021-11-09 12:04:47:342 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:47:342 [HTTP] {"using":"accessibility id","value":"home.book_appointment_cell"}
2021-11-09 12:04:47:350 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","home.book_appointment_cell","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:47:351 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:47:351 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:47:351 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:47:352 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:47:352 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"home.book_appointment_cell"}
2021-11-09 12:04:47:589 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"31000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"31000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:47:589 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"31000000-0000-0000-FD01-000000000000","ELEMENT":"31000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:47:589 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 247 ms - 137
2021-11-09 12:04:47:589 [HTTP]
2021-11-09 12:04:47:591 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:47:591 [HTTP] {"using":"accessibility id","value":"home.book_appointment_cell"}
2021-11-09 12:04:47:601 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","home.book_appointment_cell","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:47:602 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:47:602 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:47:602 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:47:602 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:47:603 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"home.book_appointment_cell"}
2021-11-09 12:04:47:833 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"31000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"31000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:47:834 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"31000000-0000-0000-FD01-000000000000","ELEMENT":"31000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:47:834 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 243 ms - 137
2021-11-09 12:04:47:834 [HTTP]
2021-11-09 12:04:47:836 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31000000-0000-0000-FD01-000000000000/click
2021-11-09 12:04:47:836 [HTTP] {"id":"31000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:47:836 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:47:836 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:47:836 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:04:47:851 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/31000000-0000-0000-FD01-000000000000/click] with body: {"id":"31000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:48:311 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:48:311 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:48:312 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31000000-0000-0000-FD01-000000000000/click 200 476 ms - 65
2021-11-09 12:04:48:312 [HTTP]
2021-11-09 12:04:48:315 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:48:315 [HTTP] {"using":"accessibility id","value":"Who is this appointment for?"}
2021-11-09 12:04:48:315 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Who is this appointment for?","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:48:315 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:48:315 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:48:315 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:48:316 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:48:316 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Who is this appointment for?"}
2021-11-09 12:04:48:533 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"54000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:48:533 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-FD01-000000000000","ELEMENT":"54000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:48:534 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 219 ms - 137
2021-11-09 12:04:48:534 [HTTP]
2021-11-09 12:04:48:537 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:48:537 [HTTP] {"using":"accessibility id","value":"Who is this appointment for?"}
2021-11-09 12:04:48:537 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Who is this appointment for?","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:48:537 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:48:537 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:48:537 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:48:538 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:48:552 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Who is this appointment for?"}
2021-11-09 12:04:48:749 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"54000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:48:750 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-FD01-000000000000","ELEMENT":"54000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:48:750 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 214 ms - 137
2021-11-09 12:04:48:751 [HTTP]
2021-11-09 12:04:48:754 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:48:754 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Me']"}
2021-11-09 12:04:48:754 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Me']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:48:754 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:48:754 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:48:755 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:48:755 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:48:755 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Me']"}
2021-11-09 12:04:49:090 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"5A000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:091 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-FD01-000000000000","ELEMENT":"5A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:091 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 338 ms - 137
2021-11-09 12:04:49:092 [HTTP]
2021-11-09 12:04:49:094 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:49:094 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Me']"}
2021-11-09 12:04:49:101 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Me']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:49:102 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:49:102 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:49:102 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:49:103 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:49:103 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Me']"}
2021-11-09 12:04:49:340 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"5A000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:341 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-FD01-000000000000","ELEMENT":"5A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:341 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 247 ms - 137
2021-11-09 12:04:49:341 [HTTP]
2021-11-09 12:04:49:344 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/5A000000-0000-0000-FD01-000000000000/click
2021-11-09 12:04:49:344 [HTTP] {"id":"5A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:352 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:49:352 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:49:353 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/5A000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:04:49:353 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/5A000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/5A000000-0000-0000-FD01-000000000000/click] with body: {"id":"5A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:606 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:606 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:04:49:606 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/5A000000-0000-0000-FD01-000000000000/click 200 262 ms - 65
2021-11-09 12:04:49:606 [HTTP]
2021-11-09 12:04:49:608 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:49:608 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\""}
2021-11-09 12:04:49:608 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\"","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:49:608 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:49:609 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:49:609 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:49:609 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:49:609 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\""}
2021-11-09 12:04:49:736 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"64000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"64000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:736 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"64000000-0000-0000-FD01-000000000000","ELEMENT":"64000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:737 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 129 ms - 137
2021-11-09 12:04:49:737 [HTTP]
2021-11-09 12:04:49:738 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:49:751 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\""}
2021-11-09 12:04:49:752 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\"","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:49:752 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:49:752 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:49:752 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:49:753 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:49:753 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND value CONTAINS[c] \"help you find the lowest cost option\""}
2021-11-09 12:04:49:884 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"64000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"64000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:884 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"64000000-0000-0000-FD01-000000000000","ELEMENT":"64000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:885 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 146 ms - 137
2021-11-09 12:04:49:885 [HTTP]
2021-11-09 12:04:49:886 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:49:887 [HTTP] {"using":"accessibility id","value":"booking.continu_without_insurance_button"}
2021-11-09 12:04:49:887 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.continu_without_insurance_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:49:887 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:49:887 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:49:887 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:49:888 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:49:902 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.continu_without_insurance_button"}
2021-11-09 12:04:49:987 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"66000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"66000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:49:988 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"66000000-0000-0000-FD01-000000000000","ELEMENT":"66000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:49:988 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 101 ms - 137
2021-11-09 12:04:49:988 [HTTP]
2021-11-09 12:04:49:990 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:04:49:990 [HTTP] {"using":"accessibility id","value":"booking.continu_without_insurance_button"}
2021-11-09 12:04:50:002 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.continu_without_insurance_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:04:50:002 [XCUITest] Executing command 'findElement'
2021-11-09 12:04:50:003 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:04:50:003 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:04:50:003 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:04:50:004 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.continu_without_insurance_button"}
2021-11-09 12:04:50:093 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"66000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"66000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:04:50:094 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"66000000-0000-0000-FD01-000000000000","ELEMENT":"66000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:50:094 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 104 ms - 137
2021-11-09 12:04:50:094 [HTTP]
2021-11-09 12:04:50:097 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/66000000-0000-0000-FD01-000000000000/click
2021-11-09 12:04:50:097 [HTTP] {"id":"66000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:50:102 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:04:50:102 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:04:50:103 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/66000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:04:50:103 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/66000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/66000000-0000-0000-FD01-000000000000/click] with body: {"id":"66000000-0000-0000-FD01-000000000000"}
2021-11-09 12:04:59:068 [iProxy@3ae86f47:8100] The connection has been closed
2021-11-09 12:05:10:424 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:10:425 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:05:10:425 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/66000000-0000-0000-FD01-000000000000/click 200 20328 ms - 65
2021-11-09 12:05:10:425 [HTTP]
2021-11-09 12:05:10:428 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:10:428 [HTTP] {"using":"accessibility id","value":"Please tell us your location"}
2021-11-09 12:05:10:428 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Please tell us your location","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:10:428 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:10:428 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:10:428 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:10:434 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:10:435 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Please tell us your location"}
2021-11-09 12:05:10:586 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"75000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"75000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:10:587 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"75000000-0000-0000-FD01-000000000000","ELEMENT":"75000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:10:587 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 160 ms - 137
2021-11-09 12:05:10:588 [HTTP]
2021-11-09 12:05:10:590 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:10:590 [HTTP] {"using":"accessibility id","value":"Please tell us your location"}
2021-11-09 12:05:10:601 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Please tell us your location","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:10:602 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:10:602 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:10:602 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:10:604 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:10:604 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Please tell us your location"}
2021-11-09 12:05:10:748 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"75000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"75000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:10:748 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"75000000-0000-0000-FD01-000000000000","ELEMENT":"75000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:10:749 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 159 ms - 137
2021-11-09 12:05:10:749 [HTTP]
2021-11-09 12:05:10:751 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:10:751 [HTTP] {"using":"accessibility id","value":"permissions.skip_button"}
2021-11-09 12:05:10:751 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","permissions.skip_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:10:751 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:10:752 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:10:752 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:10:755 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:10:755 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"permissions.skip_button"}
2021-11-09 12:05:10:868 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"71000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"71000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:10:868 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"71000000-0000-0000-FD01-000000000000","ELEMENT":"71000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:10:869 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 117 ms - 137
2021-11-09 12:05:10:869 [HTTP]
2021-11-09 12:05:10:872 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:10:872 [HTTP] {"using":"accessibility id","value":"permissions.skip_button"}
2021-11-09 12:05:10:872 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","permissions.skip_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:10:872 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:10:872 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:10:873 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:10:873 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:10:873 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"permissions.skip_button"}
2021-11-09 12:05:10:981 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"71000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"71000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:10:982 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"71000000-0000-0000-FD01-000000000000","ELEMENT":"71000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:10:982 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 110 ms - 137
2021-11-09 12:05:10:983 [HTTP]
2021-11-09 12:05:10:985 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/71000000-0000-0000-FD01-000000000000/click
2021-11-09 12:05:10:985 [HTTP] {"id":"71000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:10:986 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:05:10:986 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:05:10:987 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/71000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:05:10:987 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/71000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/71000000-0000-0000-FD01-000000000000/click] with body: {"id":"71000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:31:332 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:31:332 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:05:31:333 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/71000000-0000-0000-FD01-000000000000/click 200 20347 ms - 65
2021-11-09 12:05:31:333 [HTTP]
2021-11-09 12:05:31:335 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:31:335 [HTTP] {"using":"accessibility id","value":"Select your current location"}
2021-11-09 12:05:31:335 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Select your current location","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:31:335 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:31:335 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:31:336 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:31:337 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:31:338 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Select your current location"}
2021-11-09 12:05:31:572 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"7E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"7E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:31:573 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"7E000000-0000-0000-FD01-000000000000","ELEMENT":"7E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:31:573 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 238 ms - 137
2021-11-09 12:05:31:573 [HTTP]
2021-11-09 12:05:31:576 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:31:576 [HTTP] {"using":"accessibility id","value":"Select your current location"}
2021-11-09 12:05:31:576 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Select your current location","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:31:576 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:31:577 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:31:577 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:31:577 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:31:577 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Select your current location"}
2021-11-09 12:05:31:754 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"7E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"7E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:31:755 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"7E000000-0000-0000-FD01-000000000000","ELEMENT":"7E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:31:755 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 179 ms - 137
2021-11-09 12:05:31:755 [HTTP]
2021-11-09 12:05:31:757 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:31:757 [HTTP] {"using":"accessibility id","value":"booking.state_selection_cell_california"}
2021-11-09 12:05:31:757 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.state_selection_cell_california","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:31:757 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:31:758 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:31:758 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:31:758 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:31:758 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.state_selection_cell_california"}
2021-11-09 12:05:31:930 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"81000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:31:930 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-FD01-000000000000","ELEMENT":"81000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:31:931 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 174 ms - 137
2021-11-09 12:05:31:931 [HTTP]
2021-11-09 12:05:31:933 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:31:933 [HTTP] {"using":"accessibility id","value":"booking.state_selection_cell_california"}
2021-11-09 12:05:31:933 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.state_selection_cell_california","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:31:933 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:31:933 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:31:934 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:31:934 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:31:934 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.state_selection_cell_california"}
2021-11-09 12:05:32:110 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"81000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:32:110 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-FD01-000000000000","ELEMENT":"81000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:32:110 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 177 ms - 137
2021-11-09 12:05:32:110 [HTTP]
2021-11-09 12:05:32:112 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/81000000-0000-0000-FD01-000000000000/click
2021-11-09 12:05:32:112 [HTTP] {"id":"81000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:32:112 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:05:32:112 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:05:32:113 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/81000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:05:32:113 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/81000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/81000000-0000-0000-FD01-000000000000/click] with body: {"id":"81000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:52:506 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:52:506 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:05:52:507 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/81000000-0000-0000-FD01-000000000000/click 200 20394 ms - 65
2021-11-09 12:05:52:507 [HTTP]
2021-11-09 12:05:52:509 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:52:510 [HTTP] {"using":"accessibility id","value":"booking.select_appointment_title"}
2021-11-09 12:05:52:510 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.select_appointment_title","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:52:510 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:52:510 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:52:510 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:52:511 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:52:511 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.select_appointment_title"}
2021-11-09 12:05:53:382 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9A000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9A000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:53:383 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9A000000-0000-0000-FD01-000000000000","ELEMENT":"9A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:53:383 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 874 ms - 137
2021-11-09 12:05:53:384 [HTTP]
2021-11-09 12:05:53:386 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:53:386 [HTTP] {"using":"accessibility id","value":"booking.select_appointment_title"}
2021-11-09 12:05:53:387 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.select_appointment_title","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:53:387 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:53:387 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:53:387 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:53:389 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:53:390 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.select_appointment_title"}
2021-11-09 12:05:54:011 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9A000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9A000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:54:011 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9A000000-0000-0000-FD01-000000000000","ELEMENT":"9A000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:54:012 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 625 ms - 137
2021-11-09 12:05:54:012 [HTTP]
2021-11-09 12:05:54:015 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:05:54:015 [HTTP] {"using":"accessibility id","value":"Finding appointments..."}
2021-11-09 12:05:54:015 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["accessibility id","Finding appointments...","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:54:015 [XCUITest] Executing command 'findElements'
2021-11-09 12:05:54:016 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:54:016 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:54:016 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:05:54:017 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"accessibility id","value":"Finding appointments..."}
2021-11-09 12:05:54:338 [WD Proxy] Got response with status 200: {"value":[],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:54:339 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: []
2021-11-09 12:05:54:339 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 324 ms - 12
2021-11-09 12:05:54:339 [HTTP]
2021-11-09 12:05:54:342 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:54:342 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]"}
2021-11-09 12:05:54:342 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:54:342 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:54:343 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:54:343 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:54:343 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:54:343 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]"}
2021-11-09 12:05:54:956 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A2000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:54:957 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000","ELEMENT":"A2000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:54:957 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 615 ms - 137
2021-11-09 12:05:54:958 [HTTP]
2021-11-09 12:05:54:959 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:54:960 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]"}
2021-11-09 12:05:54:960 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:54:960 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:54:960 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:54:960 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:54:961 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:54:961 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`]"}
2021-11-09 12:05:55:568 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A2000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:55:568 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000","ELEMENT":"A2000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:55:569 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 609 ms - 137
2021-11-09 12:05:55:569 [HTTP]
2021-11-09 12:05:55:571 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:05:55:571 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][`visible == 1`]"}
2021-11-09 12:05:55:572 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios class chain","**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][`visible == 1`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:55:572 [XCUITest] Executing command 'findElements'
2021-11-09 12:05:55:572 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:55:572 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:55:573 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:05:55:573 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][`visible == 1`]"}
2021-11-09 12:05:58:072 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"A2000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000"},{"ELEMENT":"A3000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A3000000-0000-0000-FD01-000000000000"},{"ELEMENT":"A4000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000"},{"ELEMENT":"A5000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A5000000-0000-0000-FD01-000000000000"},{"ELEMENT":"A6000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A6000000-0000-0000-FD01-000000000000"},{"ELEMENT":"A7000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A7000000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:58:073 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"A2000000-0000-0000-FD01-000000000000","ELEMENT":"A2000000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"A3000000-0000-0000-FD01-000000000000","ELEMENT":"A3000000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000","ELEMENT":"A4000000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"A5000000-0000-0000-FD01-000000000000","ELEMENT":"A5000000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"A6000000-0000-0000-FD01-000000000000","ELEMENT":"A6000000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"A7000000-0000-0000-FD01-000000000000","ELEMENT":"A7000000-0000-0000-FD01-000000000000"}]
2021-11-09 12:05:58:073 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 2502 ms - 779
2021-11-09 12:05:58:074 [HTTP]
2021-11-09 12:05:58:076 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:58:077 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]"}
2021-11-09 12:05:58:077 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:58:077 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:58:077 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:58:077 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:58:079 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:58:080 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]"}
2021-11-09 12:05:58:694 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A4000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:58:695 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000","ELEMENT":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:58:695 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 619 ms - 137
2021-11-09 12:05:58:696 [HTTP]
2021-11-09 12:05:58:698 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:58:698 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]"}
2021-11-09 12:05:58:699 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:58:699 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:58:699 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:58:699 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:58:699 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:58:700 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name BEGINSWITH 'booking.appointment_cell_'`][3]"}
2021-11-09 12:05:59:298 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A4000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:59:299 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A4000000-0000-0000-FD01-000000000000","ELEMENT":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:05:59:299 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 601 ms - 137
2021-11-09 12:05:59:300 [HTTP]
2021-11-09 12:05:59:304 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/attribute/name
2021-11-09 12:05:59:304 [HTTP] {}
2021-11-09 12:05:59:305 [W3C (e35f0d5f)] Calling AppiumDriver.getAttribute() with args: ["name","A4000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:59:305 [XCUITest] Executing command 'getAttribute'
2021-11-09 12:05:59:306 [WD Proxy] Matched '/element/A4000000-0000-0000-FD01-000000000000/attribute/name' to command name 'getAttribute'
2021-11-09 12:05:59:306 [WD Proxy] Proxying [GET /element/A4000000-0000-0000-FD01-000000000000/attribute/name] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A4000000-0000-0000-FD01-000000000000/attribute/name] with no body
2021-11-09 12:05:59:611 [WD Proxy] Got response with status 200: {"value":"booking.appointment_cell_niu_12:30_pm_pst","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:05:59:611 [W3C (e35f0d5f)] Responding to client with driver.getAttribute() result: "booking.appointment_cell_niu_12:30_pm_pst"
2021-11-09 12:05:59:612 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/attribute/name 200 308 ms - 53
2021-11-09 12:05:59:612 [HTTP]
2021-11-09 12:05:59:615 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:05:59:615 [HTTP] {"using":"accessibility id","value":"booking.select_date_button"}
2021-11-09 12:05:59:615 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.select_date_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:05:59:615 [XCUITest] Executing command 'findElement'
2021-11-09 12:05:59:615 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:05:59:615 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:05:59:616 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:05:59:616 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.select_date_button"}
2021-11-09 12:06:00:229 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9B000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9B000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:00:229 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9B000000-0000-0000-FD01-000000000000","ELEMENT":"9B000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:00:230 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 615 ms - 137
2021-11-09 12:06:00:230 [HTTP]
2021-11-09 12:06:00:232 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:00:232 [HTTP] {"using":"accessibility id","value":"booking.select_date_button"}
2021-11-09 12:06:00:233 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.select_date_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:00:233 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:00:233 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:00:233 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:00:234 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:00:234 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.select_date_button"}
2021-11-09 12:06:00:851 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9B000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9B000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:00:851 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9B000000-0000-0000-FD01-000000000000","ELEMENT":"9B000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:00:852 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 619 ms - 137
2021-11-09 12:06:00:852 [HTTP]
2021-11-09 12:06:00:855 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9B000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:00:855 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText","id":"9B000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:00:855 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText","9B000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:00:855 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:00:855 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:00:856 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:00:856 [WD Proxy] Matched '/element/9B000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:00:856 [WD Proxy] Proxying [POST /element/9B000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/9B000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText"}
2021-11-09 12:06:01:780 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:01:781 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9E000000-0000-0000-FD01-000000000000","ELEMENT":"9E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:01:782 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9B000000-0000-0000-FD01-000000000000/element 200 927 ms - 137
2021-11-09 12:06:01:782 [HTTP]
2021-11-09 12:06:01:785 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9B000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:01:785 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText","id":"9B000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:01:785 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText","9B000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:01:785 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:01:786 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:01:786 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:01:788 [WD Proxy] Matched '/element/9B000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:01:788 [WD Proxy] Proxying [POST /element/9B000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/9B000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText"}
2021-11-09 12:06:02:712 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9E000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9E000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:02:712 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9E000000-0000-0000-FD01-000000000000","ELEMENT":"9E000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:02:713 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9B000000-0000-0000-FD01-000000000000/element 200 928 ms - 137
2021-11-09 12:06:02:713 [HTTP]
2021-11-09 12:06:02:716 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9E000000-0000-0000-FD01-000000000000/attribute/name
2021-11-09 12:06:02:716 [HTTP] {}
2021-11-09 12:06:02:716 [W3C (e35f0d5f)] Calling AppiumDriver.getAttribute() with args: ["name","9E000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:02:716 [XCUITest] Executing command 'getAttribute'
2021-11-09 12:06:02:718 [WD Proxy] Matched '/element/9E000000-0000-0000-FD01-000000000000/attribute/name' to command name 'getAttribute'
2021-11-09 12:06:02:718 [WD Proxy] Proxying [GET /element/9E000000-0000-0000-FD01-000000000000/attribute/name] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/9E000000-0000-0000-FD01-000000000000/attribute/name] with no body
2021-11-09 12:06:03:028 [WD Proxy] Got response with status 200: {"value":"Today, Nov 9","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:03:029 [W3C (e35f0d5f)] Responding to client with driver.getAttribute() result: "Today, Nov 9"
2021-11-09 12:06:03:029 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/9E000000-0000-0000-FD01-000000000000/attribute/name 200 313 ms - 24
2021-11-09 12:06:03:029 [HTTP]
2021-11-09 12:06:03:032 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:03:032 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]","id":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:03:032 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]","A4000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:03:033 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:03:033 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:03:033 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:03:033 [WD Proxy] Matched '/element/A4000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:03:034 [WD Proxy] Proxying [POST /element/A4000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A4000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]"}
2021-11-09 12:06:03:928 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DF000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DF000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:03:928 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DF000000-0000-0000-FD01-000000000000","ELEMENT":"DF000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:03:929 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element 200 897 ms - 137
2021-11-09 12:06:03:929 [HTTP]
2021-11-09 12:06:03:932 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:03:932 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]","id":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:03:932 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]","A4000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:03:932 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:03:932 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:03:933 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:03:933 [WD Proxy] Matched '/element/A4000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:03:933 [WD Proxy] Proxying [POST /element/A4000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A4000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText[`name ENDSWITH 'Niu'`]"}
2021-11-09 12:06:04:847 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DF000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DF000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:04:848 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DF000000-0000-0000-FD01-000000000000","ELEMENT":"DF000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:04:850 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element 200 916 ms - 137
2021-11-09 12:06:04:850 [HTTP]
2021-11-09 12:06:04:851 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF000000-0000-0000-FD01-000000000000/attribute/name
2021-11-09 12:06:04:851 [HTTP] {}
2021-11-09 12:06:04:851 [W3C (e35f0d5f)] Calling AppiumDriver.getAttribute() with args: ["name","DF000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:04:852 [XCUITest] Executing command 'getAttribute'
2021-11-09 12:06:04:859 [WD Proxy] Matched '/element/DF000000-0000-0000-FD01-000000000000/attribute/name' to command name 'getAttribute'
2021-11-09 12:06:04:859 [WD Proxy] Proxying [GET /element/DF000000-0000-0000-FD01-000000000000/attribute/name] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/DF000000-0000-0000-FD01-000000000000/attribute/name] with no body
2021-11-09 12:06:05:183 [WD Proxy] Got response with status 200: {"value":"Dr. Hamilton Niu","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:05:183 [W3C (e35f0d5f)] Responding to client with driver.getAttribute() result: "Dr. Hamilton Niu"
2021-11-09 12:06:05:184 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF000000-0000-0000-FD01-000000000000/attribute/name 200 332 ms - 28
2021-11-09 12:06:05:184 [HTTP]
2021-11-09 12:06:05:186 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:05:187 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText[`name == 'Book'`]","id":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:05:187 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText[`name == 'Book'`]","A4000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:05:187 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:05:187 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:05:187 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:05:188 [WD Proxy] Matched '/element/A4000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:05:188 [WD Proxy] Proxying [POST /element/A4000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A4000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText[`name == 'Book'`]"}
2021-11-09 12:06:06:097 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DD000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DD000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:06:097 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DD000000-0000-0000-FD01-000000000000","ELEMENT":"DD000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:06:098 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element 200 911 ms - 137
2021-11-09 12:06:06:098 [HTTP]
2021-11-09 12:06:06:101 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element
2021-11-09 12:06:06:101 [HTTP] {"using":"-ios class chain","value":"XCUIElementTypeStaticText[`name == 'Book'`]","id":"A4000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:06:102 [W3C (e35f0d5f)] Calling AppiumDriver.findElementFromElement() with args: ["-ios class chain","XCUIElementTypeStaticText[`name == 'Book'`]","A4000000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:06:102 [XCUITest] Executing command 'findElementFromElement'
2021-11-09 12:06:06:102 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:06:102 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:06:104 [WD Proxy] Matched '/element/A4000000-0000-0000-FD01-000000000000/element' to command name 'findElementFromElement'
2021-11-09 12:06:06:104 [WD Proxy] Proxying [POST /element/A4000000-0000-0000-FD01-000000000000/element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A4000000-0000-0000-FD01-000000000000/element] with body: {"using":"class chain","value":"XCUIElementTypeStaticText[`name == 'Book'`]"}
2021-11-09 12:06:07:008 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DD000000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DD000000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:07:009 [W3C (e35f0d5f)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DD000000-0000-0000-FD01-000000000000","ELEMENT":"DD000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:07:010 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A4000000-0000-0000-FD01-000000000000/element 200 908 ms - 137
2021-11-09 12:06:07:010 [HTTP]
2021-11-09 12:06:07:012 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DD000000-0000-0000-FD01-000000000000/click
2021-11-09 12:06:07:013 [HTTP] {"id":"DD000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:07:013 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:06:07:013 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:06:07:014 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DD000000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:06:07:014 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DD000000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/DD000000-0000-0000-FD01-000000000000/click] with body: {"id":"DD000000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:27:978 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:27:978 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:06:27:979 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DD000000-0000-0000-FD01-000000000000/click 200 20966 ms - 65
2021-11-09 12:06:27:980 [HTTP]
2021-11-09 12:06:27:983 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:27:983 [HTTP] {"using":"accessibility id","value":"We're holding your appointment for up to 5 minutes while you complete your booking"}
2021-11-09 12:06:27:983 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","We're holding your appointment for up to 5 minutes while you complete your booking","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:27:983 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:27:983 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:27:984 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:27:986 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:27:986 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"We're holding your appointment for up to 5 minutes while you complete your booking"}
2021-11-09 12:06:28:688 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CD010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CD010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:28:688 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CD010000-0000-0000-FD01-000000000000","ELEMENT":"CD010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:28:689 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 706 ms - 137
2021-11-09 12:06:28:689 [HTTP]
2021-11-09 12:06:28:691 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:28:691 [HTTP] {"using":"accessibility id","value":"We're holding your appointment for up to 5 minutes while you complete your booking"}
2021-11-09 12:06:28:691 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","We're holding your appointment for up to 5 minutes while you complete your booking","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:28:692 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:28:692 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:28:692 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:28:698 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:28:698 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"We're holding your appointment for up to 5 minutes while you complete your booking"}
2021-11-09 12:06:29:372 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CD010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CD010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:29:372 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CD010000-0000-0000-FD01-000000000000","ELEMENT":"CD010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:29:373 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 682 ms - 137
2021-11-09 12:06:29:373 [HTTP]
2021-11-09 12:06:29:376 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:29:376 [HTTP] {"using":"accessibility id","value":"Sorry, this appointment was just held by someone else. Please select another appointment."}
2021-11-09 12:06:29:376 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Sorry, this appointment was just held by someone else. Please select another appointment.","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:29:376 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:29:376 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:29:376 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:29:378 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:29:379 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Sorry, this appointment was just held by someone else. Please select another appointment."}
2021-11-09 12:06:29:727 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Sorry, this appointment was just held by someone else. Please select another appointment.'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6...
2021-11-09 12:06:29:727 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:06:29:730 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:06:29:730 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:06:29:730 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:06:29:730 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:06:29:731 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 355 ms - 488
2021-11-09 12:06:29:731 [HTTP]
2021-11-09 12:06:30:237 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:30:238 [HTTP] {"using":"accessibility id","value":"OK"}
2021-11-09 12:06:30:238 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","OK","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:30:238 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:30:238 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:30:238 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:30:239 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:30:239 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"OK"}
2021-11-09 12:06:30:949 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"D1010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"D1010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:30:949 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"D1010000-0000-0000-FD01-000000000000","ELEMENT":"D1010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:30:950 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 712 ms - 137
2021-11-09 12:06:30:950 [HTTP]
2021-11-09 12:06:30:953 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:30:953 [HTTP] {"using":"accessibility id","value":"OK"}
2021-11-09 12:06:30:953 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","OK","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:30:953 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:30:954 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:30:954 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:30:954 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:30:954 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"OK"}
2021-11-09 12:06:31:596 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"D1010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"D1010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:31:599 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"D1010000-0000-0000-FD01-000000000000","ELEMENT":"D1010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:31:600 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 647 ms - 137
2021-11-09 12:06:31:600 [HTTP]
2021-11-09 12:06:31:602 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D1010000-0000-0000-FD01-000000000000/click
2021-11-09 12:06:31:602 [HTTP] {"id":"D1010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:31:603 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:06:31:603 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:06:31:604 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D1010000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:06:31:604 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D1010000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/D1010000-0000-0000-FD01-000000000000/click] with body: {"id":"D1010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:52:631 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:52:631 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:06:52:632 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D1010000-0000-0000-FD01-000000000000/click 200 21029 ms - 65
2021-11-09 12:06:52:632 [HTTP]
2021-11-09 12:06:52:635 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:52:635 [HTTP] {"using":"accessibility id","value":"Enter your first and last name"}
2021-11-09 12:06:52:635 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Enter your first and last name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:52:635 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:52:635 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:52:636 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:52:638 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:52:638 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Enter your first and last name"}
2021-11-09 12:06:52:961 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"06020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"06020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:52:962 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"06020000-0000-0000-FD01-000000000000","ELEMENT":"06020000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:52:963 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 328 ms - 137
2021-11-09 12:06:52:963 [HTTP]
2021-11-09 12:06:52:965 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:52:965 [HTTP] {"using":"accessibility id","value":"Enter your first and last name"}
2021-11-09 12:06:52:966 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Enter your first and last name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:52:966 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:52:966 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:52:966 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:52:967 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:52:967 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Enter your first and last name"}
2021-11-09 12:06:53:214 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"06020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"06020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:53:214 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"06020000-0000-0000-FD01-000000000000","ELEMENT":"06020000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:53:214 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 249 ms - 137
2021-11-09 12:06:53:215 [HTTP]
2021-11-09 12:06:53:219 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:53:219 [HTTP] {"using":"accessibility id","value":"booking.first_name"}
2021-11-09 12:06:53:220 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.first_name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:53:220 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:53:220 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:53:220 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:53:220 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:53:221 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.first_name"}
2021-11-09 12:06:53:460 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"D2010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"D2010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:53:460 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"D2010000-0000-0000-FD01-000000000000","ELEMENT":"D2010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:53:461 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 242 ms - 137
2021-11-09 12:06:53:461 [HTTP]
2021-11-09 12:06:53:464 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:53:464 [HTTP] {"using":"accessibility id","value":"booking.first_name"}
2021-11-09 12:06:53:464 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.first_name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:53:464 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:53:464 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:53:464 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:53:465 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:53:465 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.first_name"}
2021-11-09 12:06:53:701 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"D2010000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"D2010000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:53:701 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"D2010000-0000-0000-FD01-000000000000","ELEMENT":"D2010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:53:702 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 238 ms - 137
2021-11-09 12:06:53:702 [HTTP]
2021-11-09 12:06:53:704 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D2010000-0000-0000-FD01-000000000000/value
2021-11-09 12:06:53:705 [HTTP] {"text":"No","value":["N","o"],"id":"D2010000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:53:705 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["N","o"],"D2010000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:53:707 [XCUITest] Executing command 'setValue'
2021-11-09 12:06:53:708 [WD Proxy] Matched '/element/D2010000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:06:53:708 [Protocol Converter] Added 'text' property "No" to 'setValue' request body
2021-11-09 12:06:53:708 [WD Proxy] Proxying [POST /element/D2010000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/D2010000-0000-0000-FD01-000000000000/value] with body: {"value":["N","o"],"text":"No"}
2021-11-09 12:06:53:934 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:53:934 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:06:53:936 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/D2010000-0000-0000-FD01-000000000000/value 200 230 ms - 14
2021-11-09 12:06:53:936 [HTTP]
2021-11-09 12:06:53:939 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:53:939 [HTTP] {"using":"accessibility id","value":"booking.last_name"}
2021-11-09 12:06:53:939 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.last_name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:53:940 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:53:940 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:53:940 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:53:942 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:53:942 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.last_name"}
2021-11-09 12:06:54:227 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"07020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:54:227 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-FD01-000000000000","ELEMENT":"07020000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:54:228 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 289 ms - 137
2021-11-09 12:06:54:228 [HTTP]
2021-11-09 12:06:54:230 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:06:54:231 [HTTP] {"using":"accessibility id","value":"booking.last_name"}
2021-11-09 12:06:54:231 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.last_name","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:54:231 [XCUITest] Executing command 'findElement'
2021-11-09 12:06:54:231 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:06:54:231 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:06:54:232 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:06:54:232 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.last_name"}
2021-11-09 12:06:54:475 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"07020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:06:54:475 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-FD01-000000000000","ELEMENT":"07020000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:54:476 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 245 ms - 137
2021-11-09 12:06:54:476 [HTTP]
2021-11-09 12:06:54:479 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/07020000-0000-0000-FD01-000000000000/value
2021-11-09 12:06:54:479 [HTTP] {"text":"Coverage","value":["C","o","v","e","r","a","g","e"],"id":"07020000-0000-0000-FD01-000000000000"}
2021-11-09 12:06:54:479 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["C","o","v","e","r","a","g","e"],"07020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:06:54:479 [XCUITest] Executing command 'setValue'
2021-11-09 12:06:54:481 [WD Proxy] Matched '/element/07020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:06:54:481 [Protocol Converter] Added 'text' property "Coverage" to 'setValue' request body
2021-11-09 12:06:54:481 [WD Proxy] Proxying [POST /element/07020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/07020000-0000-0000-FD01-000000000000/value] with body: {"value":["C","o","v","e","r","a","g","e"],"text":"Coverage"}
2021-11-09 12:07:15:348 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:15:348 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:07:15:348 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/07020000-0000-0000-FD01-000000000000/value 200 20869 ms - 14
2021-11-09 12:07:15:348 [HTTP]
2021-11-09 12:07:15:350 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:15:351 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:15:351 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:15:351 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:15:351 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:15:351 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:15:352 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:15:352 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:15:608 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0B020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:15:609 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-FD01-000000000000","ELEMENT":"0B020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:15:609 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 259 ms - 137
2021-11-09 12:07:15:609 [HTTP]
2021-11-09 12:07:15:611 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:15:611 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:15:612 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:15:612 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:15:612 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:15:612 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:15:612 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:15:613 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:15:830 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0B020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:15:831 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-FD01-000000000000","ELEMENT":"0B020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:15:832 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 220 ms - 137
2021-11-09 12:07:15:832 [HTTP]
2021-11-09 12:07:15:835 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0B020000-0000-0000-FD01-000000000000/click
2021-11-09 12:07:15:836 [HTTP] {"id":"0B020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:15:836 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:07:15:836 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:07:15:837 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0B020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:07:15:837 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0B020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/0B020000-0000-0000-FD01-000000000000/click] with body: {"id":"0B020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:36:333 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:36:334 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:07:36:334 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0B020000-0000-0000-FD01-000000000000/click 200 20499 ms - 65
2021-11-09 12:07:36:335 [HTTP]
2021-11-09 12:07:36:337 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:36:337 [HTTP] {"using":"accessibility id","value":"Enter your date of birth"}
2021-11-09 12:07:36:337 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Enter your date of birth","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:36:337 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:36:338 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:36:338 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:36:338 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:36:338 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Enter your date of birth"}
2021-11-09 12:07:36:613 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1C020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"1C020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:36:613 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1C020000-0000-0000-FD01-000000000000","ELEMENT":"1C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:36:614 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 277 ms - 137
2021-11-09 12:07:36:614 [HTTP]
2021-11-09 12:07:36:616 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:36:616 [HTTP] {"using":"accessibility id","value":"Enter your date of birth"}
2021-11-09 12:07:36:616 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Enter your date of birth","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:36:616 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:36:616 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:36:616 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:36:617 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:36:617 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Enter your date of birth"}
2021-11-09 12:07:36:846 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1C020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"1C020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:36:846 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1C020000-0000-0000-FD01-000000000000","ELEMENT":"1C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:36:847 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 231 ms - 137
2021-11-09 12:07:36:847 [HTTP]
2021-11-09 12:07:36:849 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:36:849 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:07:36:850 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:36:850 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:36:850 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:36:850 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:36:851 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:36:851 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:07:37:417 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0D020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:37:417 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D020000-0000-0000-FD01-000000000000","ELEMENT":"0D020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:37:418 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 568 ms - 137
2021-11-09 12:07:37:418 [HTTP]
2021-11-09 12:07:37:426 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:37:426 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:07:37:427 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:37:427 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:37:427 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:37:427 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:37:428 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:37:428 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your date of birth']/following-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:07:38:007 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0D020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:38:008 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D020000-0000-0000-FD01-000000000000","ELEMENT":"0D020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:38:009 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 582 ms - 137
2021-11-09 12:07:38:009 [HTTP]
2021-11-09 12:07:38:012 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D020000-0000-0000-FD01-000000000000/value
2021-11-09 12:07:38:012 [HTTP] {"text":"01011981","value":["0","1","0","1","1","9","8","1"],"id":"0D020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:38:012 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["0","1","0","1","1","9","8","1"],"0D020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:38:012 [XCUITest] Executing command 'setValue'
2021-11-09 12:07:38:014 [WD Proxy] Matched '/element/0D020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:07:38:014 [Protocol Converter] Added 'text' property "01011981" to 'setValue' request body
2021-11-09 12:07:38:014 [WD Proxy] Proxying [POST /element/0D020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/0D020000-0000-0000-FD01-000000000000/value] with body: {"value":["0","1","0","1","1","9","8","1"],"text":"01011981"}
2021-11-09 12:07:38:290 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:38:290 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:07:38:291 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D020000-0000-0000-FD01-000000000000/value 200 279 ms - 14
2021-11-09 12:07:38:291 [HTTP]
2021-11-09 12:07:38:294 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:38:294 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:38:294 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:38:294 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:38:294 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:38:294 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:38:295 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:38:295 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:38:444 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"21020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"21020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:38:444 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"21020000-0000-0000-FD01-000000000000","ELEMENT":"21020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:38:445 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 151 ms - 137
2021-11-09 12:07:38:445 [HTTP]
2021-11-09 12:07:38:447 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:38:447 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:38:448 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:38:448 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:38:448 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:38:448 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:38:449 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:38:449 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:07:38:612 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"21020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"21020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:38:612 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"21020000-0000-0000-FD01-000000000000","ELEMENT":"21020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:38:613 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 165 ms - 137
2021-11-09 12:07:38:613 [HTTP]
2021-11-09 12:07:38:615 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/21020000-0000-0000-FD01-000000000000/click
2021-11-09 12:07:38:615 [HTTP] {"id":"21020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:38:615 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:07:38:615 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:07:38:616 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/21020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:07:38:616 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/21020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/21020000-0000-0000-FD01-000000000000/click] with body: {"id":"21020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:066 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:59:067 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:07:59:067 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/21020000-0000-0000-FD01-000000000000/click 200 20452 ms - 65
2021-11-09 12:07:59:067 [HTTP]
2021-11-09 12:07:59:072 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:59:073 [HTTP] {"using":"accessibility id","value":"Gender"}
2021-11-09 12:07:59:073 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Gender","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:59:073 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:59:073 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:59:073 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:59:075 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:59:076 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Gender"}
2021-11-09 12:07:59:268 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"24020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"24020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:59:268 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"24020000-0000-0000-FD01-000000000000","ELEMENT":"24020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:269 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 196 ms - 137
2021-11-09 12:07:59:269 [HTTP]
2021-11-09 12:07:59:271 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:59:271 [HTTP] {"using":"accessibility id","value":"Gender"}
2021-11-09 12:07:59:272 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Gender","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:59:272 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:59:272 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:59:272 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:59:272 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:59:273 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Gender"}
2021-11-09 12:07:59:423 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"24020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"24020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:59:424 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"24020000-0000-0000-FD01-000000000000","ELEMENT":"24020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:424 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 153 ms - 137
2021-11-09 12:07:59:425 [HTTP]
2021-11-09 12:07:59:427 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:59:427 [HTTP] {"using":"accessibility id","value":"Male"}
2021-11-09 12:07:59:427 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Male","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:59:427 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:59:428 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:59:428 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:59:428 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:59:428 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Male"}
2021-11-09 12:07:59:567 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"31020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"31020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:59:567 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"31020000-0000-0000-FD01-000000000000","ELEMENT":"31020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:568 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 141 ms - 137
2021-11-09 12:07:59:568 [HTTP]
2021-11-09 12:07:59:570 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:07:59:570 [HTTP] {"using":"accessibility id","value":"Male"}
2021-11-09 12:07:59:571 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Male","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:07:59:571 [XCUITest] Executing command 'findElement'
2021-11-09 12:07:59:571 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:07:59:571 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:07:59:571 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:07:59:572 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Male"}
2021-11-09 12:07:59:696 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"31020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"31020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:07:59:696 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"31020000-0000-0000-FD01-000000000000","ELEMENT":"31020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:697 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 126 ms - 137
2021-11-09 12:07:59:697 [HTTP]
2021-11-09 12:07:59:699 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31020000-0000-0000-FD01-000000000000/click
2021-11-09 12:07:59:699 [HTTP] {"id":"31020000-0000-0000-FD01-000000000000"}
2021-11-09 12:07:59:700 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:07:59:700 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:07:59:701 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:07:59:701 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/31020000-0000-0000-FD01-000000000000/click] with body: {"id":"31020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:20:072 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:20:072 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:08:20:078 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/31020000-0000-0000-FD01-000000000000/click 200 20377 ms - 65
2021-11-09 12:08:20:078 [HTTP]
2021-11-09 12:08:20:080 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:20:081 [HTTP] {"using":"accessibility id","value":"Reason for visit"}
2021-11-09 12:08:20:081 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Reason for visit","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:20:081 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:20:081 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:20:082 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:20:085 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:20:085 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Reason for visit"}
2021-11-09 12:08:20:385 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"5E020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"5E020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:20:385 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5E020000-0000-0000-FD01-000000000000","ELEMENT":"5E020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:20:386 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 305 ms - 137
2021-11-09 12:08:20:386 [HTTP]
2021-11-09 12:08:20:388 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:20:389 [HTTP] {"using":"accessibility id","value":"Reason for visit"}
2021-11-09 12:08:20:389 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Reason for visit","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:20:389 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:20:389 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:20:389 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:20:390 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:20:390 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Reason for visit"}
2021-11-09 12:08:20:620 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"5E020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"5E020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:20:620 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5E020000-0000-0000-FD01-000000000000","ELEMENT":"5E020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:20:621 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 232 ms - 137
2021-11-09 12:08:20:621 [HTTP]
2021-11-09 12:08:20:623 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:20:623 [HTTP] {"using":"accessibility id","value":"booking.reason_for_visit"}
2021-11-09 12:08:20:624 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.reason_for_visit","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:20:624 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:20:624 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:20:624 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:20:626 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:20:627 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.reason_for_visit"}
2021-11-09 12:08:20:868 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"32020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"32020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:20:868 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"32020000-0000-0000-FD01-000000000000","ELEMENT":"32020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:20:869 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 245 ms - 137
2021-11-09 12:08:20:870 [HTTP]
2021-11-09 12:08:20:872 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:20:872 [HTTP] {"using":"accessibility id","value":"booking.reason_for_visit"}
2021-11-09 12:08:20:872 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.reason_for_visit","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:20:872 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:20:872 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:20:872 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:20:873 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:20:873 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.reason_for_visit"}
2021-11-09 12:08:21:099 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"32020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"32020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:21:099 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"32020000-0000-0000-FD01-000000000000","ELEMENT":"32020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:21:100 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 228 ms - 137
2021-11-09 12:08:21:100 [HTTP]
2021-11-09 12:08:21:102 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/32020000-0000-0000-FD01-000000000000/value
2021-11-09 12:08:21:102 [HTTP] {"text":"Automation Test","value":["A","u","t","o","m","a","t","i","o","n"," ","T","e","s","t"],"id":"32020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:21:102 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["A","u","t","o","m","a","t","i","o","n"," ","T","e","s","t"],"32020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:21:102 [XCUITest] Executing command 'setValue'
2021-11-09 12:08:21:104 [WD Proxy] Matched '/element/32020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:08:21:104 [Protocol Converter] Added 'text' property "Automation Test" to 'setValue' request body
2021-11-09 12:08:21:104 [WD Proxy] Proxying [POST /element/32020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/32020000-0000-0000-FD01-000000000000/value] with body: {"value":["A","u","t","o","m","a","t","i","o","n"," ","T","e","s","t"],"text":"Automation Test"}
2021-11-09 12:08:21:522 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:21:523 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:08:21:524 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/32020000-0000-0000-FD01-000000000000/value 200 421 ms - 14
2021-11-09 12:08:21:524 [HTTP]
2021-11-09 12:08:21:526 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:21:527 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:21:527 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:21:527 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:21:527 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:21:527 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:21:529 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:21:530 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:21:682 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:21:682 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62020000-0000-0000-FD01-000000000000","ELEMENT":"62020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:21:683 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 156 ms - 137
2021-11-09 12:08:21:683 [HTTP]
2021-11-09 12:08:21:685 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:21:685 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:21:685 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:21:686 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:21:686 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:21:686 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:21:686 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:21:687 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:21:841 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:21:842 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62020000-0000-0000-FD01-000000000000","ELEMENT":"62020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:21:842 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 157 ms - 137
2021-11-09 12:08:21:843 [HTTP]
2021-11-09 12:08:21:845 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62020000-0000-0000-FD01-000000000000/click
2021-11-09 12:08:21:845 [HTTP] {"id":"62020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:21:845 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:08:21:845 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:08:21:846 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:08:21:846 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/62020000-0000-0000-FD01-000000000000/click] with body: {"id":"62020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:42:328 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:42:329 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:08:42:329 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62020000-0000-0000-FD01-000000000000/click 200 20483 ms - 65
2021-11-09 12:08:42:329 [HTTP]
2021-11-09 12:08:42:331 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:42:331 [HTTP] {"using":"accessibility id","value":"Email address"}
2021-11-09 12:08:42:332 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Email address","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:42:332 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:42:332 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:42:332 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:42:332 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:42:333 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Email address"}
2021-11-09 12:08:42:629 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"89020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"89020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:42:629 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"89020000-0000-0000-FD01-000000000000","ELEMENT":"89020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:42:630 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 298 ms - 137
2021-11-09 12:08:42:630 [HTTP]
2021-11-09 12:08:42:632 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:42:632 [HTTP] {"using":"accessibility id","value":"Email address"}
2021-11-09 12:08:42:632 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Email address","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:42:632 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:42:632 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:42:632 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:42:633 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:42:633 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Email address"}
2021-11-09 12:08:42:899 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"89020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"89020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:42:900 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"89020000-0000-0000-FD01-000000000000","ELEMENT":"89020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:42:900 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 268 ms - 137
2021-11-09 12:08:42:900 [HTTP]
2021-11-09 12:08:42:903 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:42:903 [HTTP] {"using":"accessibility id","value":"booking.email_address"}
2021-11-09 12:08:42:904 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.email_address","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:42:904 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:42:904 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:42:904 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:42:905 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:42:905 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.email_address"}
2021-11-09 12:08:43:160 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"64020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"64020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:43:160 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"64020000-0000-0000-FD01-000000000000","ELEMENT":"64020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:43:161 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 258 ms - 137
2021-11-09 12:08:43:161 [HTTP]
2021-11-09 12:08:43:164 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:43:164 [HTTP] {"using":"accessibility id","value":"booking.email_address"}
2021-11-09 12:08:43:164 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.email_address","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:43:164 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:43:164 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:43:164 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:43:165 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:43:166 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.email_address"}
2021-11-09 12:08:43:401 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"64020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"64020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:43:401 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"64020000-0000-0000-FD01-000000000000","ELEMENT":"64020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:43:402 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 238 ms - 137
2021-11-09 12:08:43:402 [HTTP]
2021-11-09 12:08:43:405 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/64020000-0000-0000-FD01-000000000000/value
2021-11-09 12:08:43:405 [HTTP] {"text":"plushcare.mail+9da1a6d1@gmail.com","value":["p","l","u","s","h","c","a","r","e",".","m","a","i","l","+","9","d","a","1","a","6","d","1","@","g","m","a","i","l",".","c","o","m"],"id":"64020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:43:405 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["p","l","u","s","h","c","a","r","e",".","m","a","i","l","+","9","d","a","1","a","6","d","1","@","g","m","a","i","l",".","c","o","m"],"64020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:43:405 [XCUITest] Executing command 'setValue'
2021-11-09 12:08:43:407 [WD Proxy] Matched '/element/64020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:08:43:407 [Protocol Converter] Added 'text' property "plushcare.mail+9da1a6d1@gmail.com" to 'setValue' request body
2021-11-09 12:08:43:407 [WD Proxy] Proxying [POST /element/64020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/64020000-0000-0000-FD01-000000000000/value] with body: {"value":["p","l","u","s","h","c","a","r","e",".","m","a","i","l","+","9","d","a","1","a","6","d","1","@","g","m","a","i","l",".","c","o","m"],"text":"plushcare.mail+9da1a6d1@gmail.com"}
2021-11-09 12:08:44:132 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:44:132 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:08:44:133 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/64020000-0000-0000-FD01-000000000000/value 200 728 ms - 14
2021-11-09 12:08:44:133 [HTTP]
2021-11-09 12:08:44:135 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:44:135 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:44:136 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:44:136 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:44:136 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:44:136 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:44:136 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:44:137 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:44:234 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'container.confirm_button'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 libdispatch.dylib...
2021-11-09 12:08:44:234 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:08:44:237 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:08:44:237 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:08:44:237 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:08:44:237 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:08:44:238 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 103 ms - 488
2021-11-09 12:08:44:238 [HTTP]
2021-11-09 12:08:44:746 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:44:747 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:44:747 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:44:747 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:44:747 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:44:747 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:44:748 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:44:748 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:45:059 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8C020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8C020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:45:060 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8C020000-0000-0000-FD01-000000000000","ELEMENT":"8C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:45:060 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 314 ms - 137
2021-11-09 12:08:45:060 [HTTP]
2021-11-09 12:08:45:063 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:08:45:063 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:45:063 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:08:45:064 [XCUITest] Executing command 'findElement'
2021-11-09 12:08:45:064 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:08:45:064 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:08:45:064 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:08:45:064 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:08:45:331 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8C020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8C020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:08:45:332 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8C020000-0000-0000-FD01-000000000000","ELEMENT":"8C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:45:332 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 269 ms - 137
2021-11-09 12:08:45:332 [HTTP]
2021-11-09 12:08:45:335 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8C020000-0000-0000-FD01-000000000000/click
2021-11-09 12:08:45:335 [HTTP] {"id":"8C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:08:45:336 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:08:45:336 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:08:45:336 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8C020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:08:45:336 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8C020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/8C020000-0000-0000-FD01-000000000000/click] with body: {"id":"8C020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:05:850 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:05:851 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:09:05:851 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8C020000-0000-0000-FD01-000000000000/click 200 20515 ms - 65
2021-11-09 12:09:05:851 [HTTP]
2021-11-09 12:09:05:855 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:05:855 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')"}
2021-11-09 12:09:05:855 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:05:855 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:05:855 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:05:856 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:05:858 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:05:858 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')"}
2021-11-09 12:09:06:136 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9D020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9D020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:06:137 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9D020000-0000-0000-FD01-000000000000","ELEMENT":"9D020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:06:137 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 282 ms - 137
2021-11-09 12:09:06:137 [HTTP]
2021-11-09 12:09:06:140 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:06:140 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')"}
2021-11-09 12:09:06:140 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:06:140 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:06:140 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:06:141 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:06:141 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:06:141 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Phone number' OR value == 'Edit phone number')"}
2021-11-09 12:09:06:365 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"9D020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"9D020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:06:366 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9D020000-0000-0000-FD01-000000000000","ELEMENT":"9D020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:06:366 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 226 ms - 137
2021-11-09 12:09:06:366 [HTTP]
2021-11-09 12:09:06:368 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:06:368 [HTTP] {"using":"accessibility id","value":"booking.phone_number"}
2021-11-09 12:09:06:368 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.phone_number","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:06:369 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:06:369 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:06:369 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:06:369 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:06:369 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.phone_number"}
2021-11-09 12:09:06:576 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8E020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8E020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:06:576 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8E020000-0000-0000-FD01-000000000000","ELEMENT":"8E020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:06:576 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 208 ms - 137
2021-11-09 12:09:06:576 [HTTP]
2021-11-09 12:09:06:579 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:06:579 [HTTP] {"using":"accessibility id","value":"booking.phone_number"}
2021-11-09 12:09:06:579 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.phone_number","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:06:579 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:06:579 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:06:580 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:06:580 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:06:580 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.phone_number"}
2021-11-09 12:09:06:780 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8E020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8E020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:06:780 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8E020000-0000-0000-FD01-000000000000","ELEMENT":"8E020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:06:780 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 202 ms - 137
2021-11-09 12:09:06:780 [HTTP]
2021-11-09 12:09:06:783 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8E020000-0000-0000-FD01-000000000000/value
2021-11-09 12:09:06:783 [HTTP] {"text":"1000000001","value":["1","0","0","0","0","0","0","0","0","1"],"id":"8E020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:06:783 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["1","0","0","0","0","0","0","0","0","1"],"8E020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:06:783 [XCUITest] Executing command 'setValue'
2021-11-09 12:09:06:785 [WD Proxy] Matched '/element/8E020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:09:06:785 [Protocol Converter] Added 'text' property "1000000001" to 'setValue' request body
2021-11-09 12:09:06:785 [WD Proxy] Proxying [POST /element/8E020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/8E020000-0000-0000-FD01-000000000000/value] with body: {"value":["1","0","0","0","0","0","0","0","0","1"],"text":"1000000001"}
2021-11-09 12:09:07:208 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:07:208 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:09:07:208 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8E020000-0000-0000-FD01-000000000000/value 200 425 ms - 14
2021-11-09 12:09:07:209 [HTTP]
2021-11-09 12:09:07:211 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:07:211 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:07:211 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:07:211 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:07:211 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:07:211 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:07:212 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:07:212 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:07:439 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A1020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A1020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:07:440 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A1020000-0000-0000-FD01-000000000000","ELEMENT":"A1020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:07:440 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 230 ms - 137
2021-11-09 12:09:07:440 [HTTP]
2021-11-09 12:09:07:443 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:07:443 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:07:443 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:07:444 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:07:445 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:07:445 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:07:446 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:07:446 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:07:666 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A1020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A1020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:07:666 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A1020000-0000-0000-FD01-000000000000","ELEMENT":"A1020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:07:667 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 224 ms - 137
2021-11-09 12:09:07:667 [HTTP]
2021-11-09 12:09:07:669 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A1020000-0000-0000-FD01-000000000000/click
2021-11-09 12:09:07:669 [HTTP] {"id":"A1020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:07:669 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:09:07:669 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:09:07:670 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A1020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:09:07:670 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A1020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A1020000-0000-0000-FD01-000000000000/click] with body: {"id":"A1020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:28:096 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:28:097 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:09:28:097 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A1020000-0000-0000-FD01-000000000000/click 200 20428 ms - 65
2021-11-09 12:09:28:098 [HTTP]
2021-11-09 12:09:28:100 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:28:101 [HTTP] {"using":"accessibility id","value":"Create a password"}
2021-11-09 12:09:28:101 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Create a password","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:28:101 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:28:101 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:28:101 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:28:103 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:28:104 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Create a password"}
2021-11-09 12:09:28:436 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"C5020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"C5020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:28:437 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"C5020000-0000-0000-FD01-000000000000","ELEMENT":"C5020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:28:437 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 337 ms - 137
2021-11-09 12:09:28:437 [HTTP]
2021-11-09 12:09:28:440 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:28:440 [HTTP] {"using":"accessibility id","value":"Create a password"}
2021-11-09 12:09:28:440 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Create a password","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:28:440 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:28:441 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:28:441 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:28:441 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:28:441 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Create a password"}
2021-11-09 12:09:28:711 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"C5020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"C5020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:28:712 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"C5020000-0000-0000-FD01-000000000000","ELEMENT":"C5020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:28:712 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 272 ms - 137
2021-11-09 12:09:28:712 [HTTP]
2021-11-09 12:09:28:714 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:28:714 [HTTP] {"using":"accessibility id","value":"booking.password_entry"}
2021-11-09 12:09:28:715 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.password_entry","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:28:715 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:28:715 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:28:715 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:28:715 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:28:715 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.password_entry"}
2021-11-09 12:09:28:959 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A3020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A3020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:28:960 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A3020000-0000-0000-FD01-000000000000","ELEMENT":"A3020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:28:960 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 246 ms - 137
2021-11-09 12:09:28:960 [HTTP]
2021-11-09 12:09:28:962 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:28:962 [HTTP] {"using":"accessibility id","value":"booking.password_entry"}
2021-11-09 12:09:28:962 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.password_entry","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:28:963 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:28:963 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:28:963 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:28:963 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:28:963 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.password_entry"}
2021-11-09 12:09:29:200 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"A3020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"A3020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:29:200 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A3020000-0000-0000-FD01-000000000000","ELEMENT":"A3020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:29:201 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 238 ms - 137
2021-11-09 12:09:29:201 [HTTP]
2021-11-09 12:09:29:203 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A3020000-0000-0000-FD01-000000000000/value
2021-11-09 12:09:29:203 [HTTP] {"text":"123testing!","value":["1","2","3","t","e","s","t","i","n","g","!"],"id":"A3020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:29:204 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["1","2","3","t","e","s","t","i","n","g","!"],"A3020000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:29:204 [XCUITest] Executing command 'setValue'
2021-11-09 12:09:29:205 [WD Proxy] Matched '/element/A3020000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:09:29:205 [Protocol Converter] Added 'text' property "123testing!" to 'setValue' request body
2021-11-09 12:09:29:205 [WD Proxy] Proxying [POST /element/A3020000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/A3020000-0000-0000-FD01-000000000000/value] with body: {"value":["1","2","3","t","e","s","t","i","n","g","!"],"text":"123testing!"}
2021-11-09 12:09:29:628 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:29:628 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:09:29:629 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/A3020000-0000-0000-FD01-000000000000/value 200 425 ms - 14
2021-11-09 12:09:29:629 [HTTP]
2021-11-09 12:09:29:631 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:29:632 [HTTP] {"using":"accessibility id","value":"booking.terms_and_conditions"}
2021-11-09 12:09:29:632 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.terms_and_conditions","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:29:632 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:29:632 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:29:632 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:29:635 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:29:635 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.terms_and_conditions"}
2021-11-09 12:09:29:948 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CA020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CA020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:29:949 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CA020000-0000-0000-FD01-000000000000","ELEMENT":"CA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:29:950 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 318 ms - 137
2021-11-09 12:09:29:950 [HTTP]
2021-11-09 12:09:29:952 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:29:952 [HTTP] {"using":"accessibility id","value":"booking.terms_and_conditions"}
2021-11-09 12:09:29:953 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.terms_and_conditions","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:29:953 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:29:953 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:29:953 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:29:954 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:29:954 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.terms_and_conditions"}
2021-11-09 12:09:30:234 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CA020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CA020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:30:234 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CA020000-0000-0000-FD01-000000000000","ELEMENT":"CA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:30:235 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 282 ms - 137
2021-11-09 12:09:30:235 [HTTP]
2021-11-09 12:09:30:237 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CA020000-0000-0000-FD01-000000000000/click
2021-11-09 12:09:30:238 [HTTP] {"id":"CA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:30:238 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:09:30:238 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:09:30:238 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CA020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:09:30:239 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CA020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/CA020000-0000-0000-FD01-000000000000/click] with body: {"id":"CA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:50:785 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:50:786 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:09:50:786 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CA020000-0000-0000-FD01-000000000000/click 200 20548 ms - 65
2021-11-09 12:09:50:787 [HTTP]
2021-11-09 12:09:50:790 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:50:790 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:50:790 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:50:791 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:50:791 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:50:791 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:50:793 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:50:793 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:51:143 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DA020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DA020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:51:144 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DA020000-0000-0000-FD01-000000000000","ELEMENT":"DA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:51:144 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 354 ms - 137
2021-11-09 12:09:51:145 [HTTP]
2021-11-09 12:09:51:147 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:09:51:147 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:51:147 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:09:51:147 [XCUITest] Executing command 'findElement'
2021-11-09 12:09:51:147 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:09:51:148 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:09:51:148 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:09:51:148 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:09:51:439 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DA020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DA020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:09:51:440 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DA020000-0000-0000-FD01-000000000000","ELEMENT":"DA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:51:440 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 293 ms - 137
2021-11-09 12:09:51:440 [HTTP]
2021-11-09 12:09:51:443 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DA020000-0000-0000-FD01-000000000000/click
2021-11-09 12:09:51:443 [HTTP] {"id":"DA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:09:51:443 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:09:51:443 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:09:51:444 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DA020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:09:51:444 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DA020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/DA020000-0000-0000-FD01-000000000000/click] with body: {"id":"DA020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:09:442 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:09:442 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:09:443 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DA020000-0000-0000-FD01-000000000000/click 200 17999 ms - 65
2021-11-09 12:10:09:443 [HTTP]
2021-11-09 12:10:09:448 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:09:448 [HTTP] {"using":"accessibility id","value":"booking.review_booking_title"}
2021-11-09 12:10:09:448 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.review_booking_title","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:09:448 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:09:448 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:09:449 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:09:451 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:09:452 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.review_booking_title"}
2021-11-09 12:10:09:763 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DC020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DC020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:09:763 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DC020000-0000-0000-FD01-000000000000","ELEMENT":"DC020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:09:764 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 316 ms - 137
2021-11-09 12:10:09:764 [HTTP]
2021-11-09 12:10:09:766 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:09:766 [HTTP] {"using":"accessibility id","value":"booking.review_booking_title"}
2021-11-09 12:10:09:766 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.review_booking_title","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:09:766 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:09:767 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:09:767 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:09:768 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:09:768 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.review_booking_title"}
2021-11-09 12:10:09:993 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DC020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DC020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:09:993 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DC020000-0000-0000-FD01-000000000000","ELEMENT":"DC020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:09:994 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 228 ms - 137
2021-11-09 12:10:09:994 [HTTP]
2021-11-09 12:10:09:996 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:09:996 [HTTP] {"using":"accessibility id","value":"appointment.doctor"}
2021-11-09 12:10:09:996 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.doctor","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:09:996 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:09:996 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:09:997 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:09:997 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:09:997 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.doctor"}
2021-11-09 12:10:10:219 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"EE020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"EE020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:10:219 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EE020000-0000-0000-FD01-000000000000","ELEMENT":"EE020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:10:220 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 224 ms - 137
2021-11-09 12:10:10:220 [HTTP]
2021-11-09 12:10:10:222 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:10:222 [HTTP] {"using":"accessibility id","value":"appointment.doctor"}
2021-11-09 12:10:10:222 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.doctor","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:10:222 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:10:223 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:10:223 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:10:223 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:10:223 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.doctor"}
2021-11-09 12:10:10:448 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"EE020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"EE020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:10:449 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EE020000-0000-0000-FD01-000000000000","ELEMENT":"EE020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:10:449 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 227 ms - 137
2021-11-09 12:10:10:449 [HTTP]
2021-11-09 12:10:10:453 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EE020000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:10:453 [HTTP] {}
2021-11-09 12:10:10:454 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:10:454 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:10:455 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EE020000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:10:455 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EE020000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/EE020000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:10:567 [WD Proxy] Got response with status 200: {"value":"Dr. Hamilton Niu","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:10:567 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:10:569 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EE020000-0000-0000-FD01-000000000000/text 200 115 ms - 79
2021-11-09 12:10:10:569 [HTTP]
2021-11-09 12:10:10:571 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:10:571 [HTTP] {"using":"accessibility id","value":"appointment.time"}
2021-11-09 12:10:10:571 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.time","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:10:571 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:10:572 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:10:572 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:10:572 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:10:572 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.time"}
2021-11-09 12:10:10:807 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"F0020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"F0020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:10:808 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"F0020000-0000-0000-FD01-000000000000","ELEMENT":"F0020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:10:808 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 237 ms - 137
2021-11-09 12:10:10:808 [HTTP]
2021-11-09 12:10:10:811 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:10:811 [HTTP] {"using":"accessibility id","value":"appointment.time"}
2021-11-09 12:10:10:811 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.time","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:10:811 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:10:811 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:10:811 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:10:812 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:10:812 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.time"}
2021-11-09 12:10:11:040 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"F0020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"F0020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:040 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"F0020000-0000-0000-FD01-000000000000","ELEMENT":"F0020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:11:041 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 230 ms - 137
2021-11-09 12:10:11:041 [HTTP]
2021-11-09 12:10:11:043 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/F0020000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:11:043 [HTTP] {}
2021-11-09 12:10:11:043 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:11:043 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:11:044 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/F0020000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:11:044 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/F0020000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/F0020000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:11:153 [WD Proxy] Got response with status 200: {"value":"12:30 PM PST","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:153 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:11:153 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/F0020000-0000-0000-FD01-000000000000/text 200 110 ms - 75
2021-11-09 12:10:11:154 [HTTP]
2021-11-09 12:10:11:156 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:11:156 [HTTP] {"using":"accessibility id","value":"appointment.date"}
2021-11-09 12:10:11:156 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.date","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:11:157 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:11:157 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:11:157 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:11:157 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:11:157 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.date"}
2021-11-09 12:10:11:412 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"EF020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"EF020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:412 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EF020000-0000-0000-FD01-000000000000","ELEMENT":"EF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:11:412 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 256 ms - 137
2021-11-09 12:10:11:413 [HTTP]
2021-11-09 12:10:11:415 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:11:415 [HTTP] {"using":"accessibility id","value":"appointment.date"}
2021-11-09 12:10:11:415 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","appointment.date","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:11:416 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:11:416 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:11:416 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:11:416 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:11:416 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"appointment.date"}
2021-11-09 12:10:11:625 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"EF020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"EF020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:625 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EF020000-0000-0000-FD01-000000000000","ELEMENT":"EF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:11:626 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 211 ms - 137
2021-11-09 12:10:11:626 [HTTP]
2021-11-09 12:10:11:629 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EF020000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:11:629 [HTTP] {}
2021-11-09 12:10:11:629 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:11:629 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:11:630 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EF020000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:11:630 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EF020000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/EF020000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:11:742 [WD Proxy] Got response with status 200: {"value":"Today, November 9, 2021","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:742 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:11:742 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/EF020000-0000-0000-FD01-000000000000/text 200 113 ms - 86
2021-11-09 12:10:11:742 [HTTP]
2021-11-09 12:10:11:745 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:11:745 [HTTP] {"using":"accessibility id","value":"booking.visit_amount"}
2021-11-09 12:10:11:745 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.visit_amount","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:11:745 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:11:745 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:11:745 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:11:746 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:11:746 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.visit_amount"}
2021-11-09 12:10:11:966 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FD020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FD020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:11:966 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FD020000-0000-0000-FD01-000000000000","ELEMENT":"FD020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:11:967 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 222 ms - 137
2021-11-09 12:10:11:967 [HTTP]
2021-11-09 12:10:11:969 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:11:969 [HTTP] {"using":"accessibility id","value":"booking.visit_amount"}
2021-11-09 12:10:11:969 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.visit_amount","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:11:969 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:11:970 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:11:970 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:11:970 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:11:970 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.visit_amount"}
2021-11-09 12:10:12:179 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FD020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FD020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:12:180 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FD020000-0000-0000-FD01-000000000000","ELEMENT":"FD020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:12:180 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 211 ms - 137
2021-11-09 12:10:12:181 [HTTP]
2021-11-09 12:10:12:183 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FD020000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:12:183 [HTTP] {}
2021-11-09 12:10:12:183 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:12:183 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:12:184 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FD020000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:12:184 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FD020000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/FD020000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:12:300 [WD Proxy] Got response with status 200: {"value":"$119","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:12:300 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:12:301 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FD020000-0000-0000-FD01-000000000000/text 200 117 ms - 67
2021-11-09 12:10:12:301 [HTTP]
2021-11-09 12:10:12:303 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:12:303 [HTTP] {"using":"accessibility id","value":"booking.total_today_amount"}
2021-11-09 12:10:12:304 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.total_today_amount","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:12:304 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:12:304 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:12:304 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:12:304 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:12:304 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.total_today_amount"}
2021-11-09 12:10:12:570 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FE020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FE020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:12:570 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FE020000-0000-0000-FD01-000000000000","ELEMENT":"FE020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:12:571 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 268 ms - 137
2021-11-09 12:10:12:571 [HTTP]
2021-11-09 12:10:12:574 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:12:574 [HTTP] {"using":"accessibility id","value":"booking.total_today_amount"}
2021-11-09 12:10:12:574 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.total_today_amount","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:12:574 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:12:574 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:12:574 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:12:576 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:12:577 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.total_today_amount"}
2021-11-09 12:10:12:836 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FE020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FE020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:12:836 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FE020000-0000-0000-FD01-000000000000","ELEMENT":"FE020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:12:837 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 263 ms - 137
2021-11-09 12:10:12:837 [HTTP]
2021-11-09 12:10:12:839 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FE020000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:12:840 [HTTP] {}
2021-11-09 12:10:12:840 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:12:840 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:12:841 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FE020000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:12:841 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FE020000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/FE020000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:12:963 [WD Proxy] Got response with status 200: {"value":"$119","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:12:963 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:12:964 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FE020000-0000-0000-FD01-000000000000/text 200 124 ms - 67
2021-11-09 12:10:12:964 [HTTP]
2021-11-09 12:10:12:966 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:12:966 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]"}
2021-11-09 12:10:12:967 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:12:967 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:12:967 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:12:967 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:12:967 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:12:968 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]"}
2021-11-09 12:10:13:214 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1B030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"1B030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:13:214 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1B030000-0000-0000-FD01-000000000000","ELEMENT":"1B030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:13:215 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 248 ms - 137
2021-11-09 12:10:13:215 [HTTP]
2021-11-09 12:10:13:217 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:13:217 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]"}
2021-11-09 12:10:13:217 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:13:217 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:13:217 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:13:217 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:13:218 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:13:218 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_total\"`]/XCUIElementTypeStaticText[2]"}
2021-11-09 12:10:13:438 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1B030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"1B030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:13:438 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1B030000-0000-0000-FD01-000000000000","ELEMENT":"1B030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:13:439 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 222 ms - 137
2021-11-09 12:10:13:439 [HTTP]
2021-11-09 12:10:13:441 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/1B030000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:13:441 [HTTP] {}
2021-11-09 12:10:13:441 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:13:441 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:13:442 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/1B030000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:13:442 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/1B030000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/1B030000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:13:549 [WD Proxy] Got response with status 200: {"value":"$119","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:13:549 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:13:550 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/1B030000-0000-0000-FD01-000000000000/text 200 109 ms - 67
2021-11-09 12:10:13:550 [HTTP]
2021-11-09 12:10:13:552 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:13:552 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.membership_offer\"`]/XCUIElementTypeStaticText[`name == \"Membership\"`]"}
2021-11-09 12:10:13:552 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.membership_offer\"`]/XCUIElementTypeStaticText[`name == \"Membership\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:13:553 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:13:553 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:13:553 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:13:553 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:13:553 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.membership_offer\"`]/XCUIElementTypeStaticText[`name == \"Membership\"`]"}
2021-11-09 12:10:13:770 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"F6020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"F6020000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:13:770 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"F6020000-0000-0000-FD01-000000000000","ELEMENT":"F6020000-0000-0000-FD01-000000000000"}]
2021-11-09 12:10:13:771 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 219 ms - 139
2021-11-09 12:10:13:771 [HTTP]
2021-11-09 12:10:13:773 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:13:774 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:13:774 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:13:774 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:13:774 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:13:774 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:13:774 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:13:775 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:13:992 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"05030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:13:992 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000","ELEMENT":"05030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:13:993 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 219 ms - 137
2021-11-09 12:10:13:993 [HTTP]
2021-11-09 12:10:13:996 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:13:996 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:13:997 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:13:997 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:13:997 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:13:997 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:13:998 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:13:998 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:218 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"05030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:14:219 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000","ELEMENT":"05030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:14:220 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 223 ms - 137
2021-11-09 12:10:14:220 [HTTP]
2021-11-09 12:10:14:223 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:14:223 [HTTP] {}
2021-11-09 12:10:14:223 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:14:223 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:14:224 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:14:224 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/05030000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:14:333 [WD Proxy] Got response with status 200: {"value":"No Coverage","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:14:333 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:14:334 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text 200 111 ms - 74
2021-11-09 12:10:14:334 [HTTP]
2021-11-09 12:10:14:338 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:14:338 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:339 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:14:339 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:14:339 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:14:339 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:14:339 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:14:340 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:591 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"05030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:14:591 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000","ELEMENT":"05030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:14:593 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 254 ms - 137
2021-11-09 12:10:14:593 [HTTP]
2021-11-09 12:10:14:599 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:14:600 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:600 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:14:600 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:14:600 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:14:603 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:14:603 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:14:604 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_name\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:853 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"05030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:14:854 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"05030000-0000-0000-FD01-000000000000","ELEMENT":"05030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:14:855 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 256 ms - 137
2021-11-09 12:10:14:855 [HTTP]
2021-11-09 12:10:14:863 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:14:864 [HTTP] {}
2021-11-09 12:10:14:864 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:14:864 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:14:865 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:14:865 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/05030000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:14:994 [WD Proxy] Got response with status 200: {"value":"No Coverage","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:14:994 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:14:994 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/05030000-0000-0000-FD01-000000000000/text 200 131 ms - 74
2021-11-09 12:10:14:994 [HTTP]
2021-11-09 12:10:14:998 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:14:998 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:14:998 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:14:998 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:14:998 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:14:998 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:14:999 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:14:999 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:246 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"09030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"09030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:15:247 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"09030000-0000-0000-FD01-000000000000","ELEMENT":"09030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:15:248 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 250 ms - 137
2021-11-09 12:10:15:249 [HTTP]
2021-11-09 12:10:15:252 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:15:252 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:252 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:15:252 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:15:253 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:15:253 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:15:253 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:15:253 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_phone\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:503 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"09030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"09030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:15:503 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"09030000-0000-0000-FD01-000000000000","ELEMENT":"09030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:15:504 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 252 ms - 137
2021-11-09 12:10:15:504 [HTTP]
2021-11-09 12:10:15:509 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/09030000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:15:509 [HTTP] {}
2021-11-09 12:10:15:509 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:15:509 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:15:510 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/09030000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:15:510 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/09030000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/09030000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:15:631 [WD Proxy] Got response with status 200: {"value":"(100) 000-0001","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:15:631 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:15:632 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/09030000-0000-0000-FD01-000000000000/text 200 123 ms - 77
2021-11-09 12:10:15:632 [HTTP]
2021-11-09 12:10:15:634 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:15:634 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:634 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:15:635 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:15:636 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:15:636 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:15:636 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:15:637 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:894 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0D030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:15:895 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D030000-0000-0000-FD01-000000000000","ELEMENT":"0D030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:15:895 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 261 ms - 137
2021-11-09 12:10:15:895 [HTTP]
2021-11-09 12:10:15:897 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:15:897 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:15:898 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:15:898 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:15:898 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:15:898 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:15:898 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:15:898 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`name == \"booking.payment_email\"`]/XCUIElementTypeStaticText[`name == \"booking.payment_cell_value\"`]"}
2021-11-09 12:10:16:147 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"0D030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:16:147 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D030000-0000-0000-FD01-000000000000","ELEMENT":"0D030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:16:148 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 250 ms - 137
2021-11-09 12:10:16:148 [HTTP]
2021-11-09 12:10:16:150 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D030000-0000-0000-FD01-000000000000/text
2021-11-09 12:10:16:150 [HTTP] {}
2021-11-09 12:10:16:150 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:16:150 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:16:151 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D030000-0000-0000-FD01-000000000000/text' to command name 'getText'
2021-11-09 12:10:16:151 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D030000-0000-0000-FD01-000000000000/text] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/0D030000-0000-0000-FD01-000000000000/text] with no body
2021-11-09 12:10:16:251 [WD Proxy] Got response with status 200: {"value":"plushcare.mail+9da1a6d1@gmail.com","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:16:251 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:16:252 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/0D030000-0000-0000-FD01-000000000000/text 200 102 ms - 96
2021-11-09 12:10:16:252 [HTTP]
2021-11-09 12:10:16:254 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:16:254 [HTTP] {"using":"accessibility id","value":"booking.payment_add_card_button"}
2021-11-09 12:10:16:255 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_add_card_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:16:255 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:16:255 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:16:255 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:16:255 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:16:255 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_add_card_button"}
2021-11-09 12:10:16:453 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DF020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DF020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:16:453 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DF020000-0000-0000-FD01-000000000000","ELEMENT":"DF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:16:454 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 200 ms - 137
2021-11-09 12:10:16:454 [HTTP]
2021-11-09 12:10:16:457 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:16:457 [HTTP] {"using":"accessibility id","value":"booking.payment_add_card_button"}
2021-11-09 12:10:16:457 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_add_card_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:16:457 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:16:457 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:16:457 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:16:458 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:16:458 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_add_card_button"}
2021-11-09 12:10:16:666 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"DF020000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"DF020000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:16:666 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"DF020000-0000-0000-FD01-000000000000","ELEMENT":"DF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:16:667 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 210 ms - 137
2021-11-09 12:10:16:667 [HTTP]
2021-11-09 12:10:16:669 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF020000-0000-0000-FD01-000000000000/click
2021-11-09 12:10:16:669 [HTTP] {"id":"DF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:16:669 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:16:670 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:16:670 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF020000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:10:16:670 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF020000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/DF020000-0000-0000-FD01-000000000000/click] with body: {"id":"DF020000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:17:080 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:17:080 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:17:081 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/DF020000-0000-0000-FD01-000000000000/click 200 411 ms - 65
2021-11-09 12:10:17:081 [HTTP]
2021-11-09 12:10:17:085 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:17:085 [HTTP] {"using":"accessibility id","value":"card number"}
2021-11-09 12:10:17:087 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","card number","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:17:087 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:17:087 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:17:087 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:17:087 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:17:087 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"card number"}
2021-11-09 12:10:17:372 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4A030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4A030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:17:372 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4A030000-0000-0000-FD01-000000000000","ELEMENT":"4A030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:17:373 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 287 ms - 137
2021-11-09 12:10:17:373 [HTTP]
2021-11-09 12:10:17:375 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:17:375 [HTTP] {"using":"accessibility id","value":"card number"}
2021-11-09 12:10:17:375 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","card number","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:17:376 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:17:376 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:17:376 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:17:376 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:17:376 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"card number"}
2021-11-09 12:10:17:624 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4A030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4A030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:17:624 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4A030000-0000-0000-FD01-000000000000","ELEMENT":"4A030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:17:624 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 249 ms - 137
2021-11-09 12:10:17:625 [HTTP]
2021-11-09 12:10:17:627 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4A030000-0000-0000-FD01-000000000000/value
2021-11-09 12:10:17:627 [HTTP] {"text":"4242424242424242","value":["4","2","4","2","4","2","4","2","4","2","4","2","4","2","4","2"],"id":"4A030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:17:627 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["4","2","4","2","4","2","4","2","4","2","4","2","4","2","4","2"],"4A030000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:17:627 [XCUITest] Executing command 'setValue'
2021-11-09 12:10:17:628 [WD Proxy] Matched '/element/4A030000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:10:17:628 [Protocol Converter] Added 'text' property "4242424242424242" to 'setValue' request body
2021-11-09 12:10:17:628 [WD Proxy] Proxying [POST /element/4A030000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/4A030000-0000-0000-FD01-000000000000/value] with body: {"value":["4","2","4","2","4","2","4","2","4","2","4","2","4","2","4","2"],"text":"4242424242424242"}
2021-11-09 12:10:18:154 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:18:155 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:10:18:156 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4A030000-0000-0000-FD01-000000000000/value 200 528 ms - 14
2021-11-09 12:10:18:156 [HTTP]
2021-11-09 12:10:18:159 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:18:159 [HTTP] {"using":"accessibility id","value":"expiration date"}
2021-11-09 12:10:18:159 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","expiration date","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:18:159 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:18:160 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:18:160 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:18:162 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:18:162 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"expiration date"}
2021-11-09 12:10:18:416 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4B030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4B030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:18:416 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4B030000-0000-0000-FD01-000000000000","ELEMENT":"4B030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:18:416 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 258 ms - 137
2021-11-09 12:10:18:417 [HTTP]
2021-11-09 12:10:18:419 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:18:419 [HTTP] {"using":"accessibility id","value":"expiration date"}
2021-11-09 12:10:18:419 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","expiration date","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:18:419 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:18:419 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:18:419 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:18:420 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:18:420 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"expiration date"}
2021-11-09 12:10:18:660 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4B030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4B030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:18:660 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4B030000-0000-0000-FD01-000000000000","ELEMENT":"4B030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:18:661 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 242 ms - 137
2021-11-09 12:10:18:661 [HTTP]
2021-11-09 12:10:18:665 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4B030000-0000-0000-FD01-000000000000/value
2021-11-09 12:10:18:665 [HTTP] {"text":"0424","value":["0","4","2","4"],"id":"4B030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:18:665 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["0","4","2","4"],"4B030000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:18:666 [XCUITest] Executing command 'setValue'
2021-11-09 12:10:18:667 [WD Proxy] Matched '/element/4B030000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:10:18:667 [Protocol Converter] Added 'text' property "0424" to 'setValue' request body
2021-11-09 12:10:18:667 [WD Proxy] Proxying [POST /element/4B030000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/4B030000-0000-0000-FD01-000000000000/value] with body: {"value":["0","4","2","4"],"text":"0424"}
2021-11-09 12:10:18:998 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:18:998 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:10:18:999 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4B030000-0000-0000-FD01-000000000000/value 200 334 ms - 14
2021-11-09 12:10:18:999 [HTTP]
2021-11-09 12:10:19:001 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:19:001 [HTTP] {"using":"accessibility id","value":"CVC"}
2021-11-09 12:10:19:001 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","CVC","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:19:002 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:19:002 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:19:002 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:19:002 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:19:002 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"CVC"}
2021-11-09 12:10:19:331 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4D030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4D030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:19:332 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4D030000-0000-0000-FD01-000000000000","ELEMENT":"4D030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:19:332 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 331 ms - 137
2021-11-09 12:10:19:332 [HTTP]
2021-11-09 12:10:19:336 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:19:336 [HTTP] {"using":"accessibility id","value":"CVC"}
2021-11-09 12:10:19:336 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","CVC","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:19:336 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:19:336 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:19:336 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:19:337 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:19:337 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"CVC"}
2021-11-09 12:10:19:590 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4D030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4D030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:19:591 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4D030000-0000-0000-FD01-000000000000","ELEMENT":"4D030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:19:592 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 256 ms - 137
2021-11-09 12:10:19:592 [HTTP]
2021-11-09 12:10:19:594 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4D030000-0000-0000-FD01-000000000000/value
2021-11-09 12:10:19:594 [HTTP] {"text":"242","value":["2","4","2"],"id":"4D030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:19:594 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["2","4","2"],"4D030000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:19:594 [XCUITest] Executing command 'setValue'
2021-11-09 12:10:19:595 [WD Proxy] Matched '/element/4D030000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:10:19:595 [Protocol Converter] Added 'text' property "242" to 'setValue' request body
2021-11-09 12:10:19:595 [WD Proxy] Proxying [POST /element/4D030000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/4D030000-0000-0000-FD01-000000000000/value] with body: {"value":["2","4","2"],"text":"242"}
2021-11-09 12:10:19:813 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:19:814 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:10:19:814 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/4D030000-0000-0000-FD01-000000000000/value 200 220 ms - 14
2021-11-09 12:10:19:814 [HTTP]
2021-11-09 12:10:19:816 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:19:816 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']"}
2021-11-09 12:10:19:817 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:19:817 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:19:817 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:19:817 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:19:817 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:19:817 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']"}
2021-11-09 12:10:20:610 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:20:611 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49030000-0000-0000-FD01-000000000000","ELEMENT":"49030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:20:611 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 795 ms - 137
2021-11-09 12:10:20:612 [HTTP]
2021-11-09 12:10:20:614 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:20:615 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']"}
2021-11-09 12:10:20:615 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:20:615 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:20:615 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:20:615 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:20:617 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:20:618 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your credit card info']/..//XCUIElementTypeStaticText[@name='Add credit card']"}
2021-11-09 12:10:21:553 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:21:553 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49030000-0000-0000-FD01-000000000000","ELEMENT":"49030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:21:554 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 939 ms - 137
2021-11-09 12:10:21:554 [HTTP]
2021-11-09 12:10:21:557 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49030000-0000-0000-FD01-000000000000/click
2021-11-09 12:10:21:557 [HTTP] {"id":"49030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:21:557 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:21:558 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:21:558 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49030000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:10:21:558 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49030000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49030000-0000-0000-FD01-000000000000/click] with body: {"id":"49030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:22:039 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:22:039 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:22:040 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49030000-0000-0000-FD01-000000000000/click 200 483 ms - 65
2021-11-09 12:10:22:040 [HTTP]
2021-11-09 12:10:22:237 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:22:237 [HTTP] {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:22:238 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_book_appointment_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:22:238 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:22:238 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:22:238 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:22:240 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:22:240 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:22:461 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'booking.payment_book_appointment_button'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 li...
2021-11-09 12:10:22:462 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:10:22:465 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:10:22:465 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:10:22:465 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:10:22:465 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:10:22:466 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 228 ms - 488
2021-11-09 12:10:22:466 [HTTP]
2021-11-09 12:10:22:971 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:22:971 [HTTP] {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:22:971 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_book_appointment_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:22:972 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:22:972 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:22:972 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:22:972 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:22:972 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:23:189 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'booking.payment_book_appointment_button'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 li...
2021-11-09 12:10:23:189 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:10:23:189 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:10:23:189 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:10:23:189 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:10:23:189 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:10:23:190 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 219 ms - 488
2021-11-09 12:10:23:190 [HTTP]
2021-11-09 12:10:23:696 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:23:697 [HTTP] {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:23:697 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_book_appointment_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:23:697 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:23:697 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:23:697 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:23:697 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:23:697 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:23:908 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'booking.payment_book_appointment_button'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00000001815ce198 56AA6E93-8D8E-32FE-AC73-D3E79B1BA2F5 + 410008\n\t7 li...
2021-11-09 12:10:23:908 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:10:23:908 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:10:23:909 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:10:23:909 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:10:23:909 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:10:23:909 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 213 ms - 488
2021-11-09 12:10:23:909 [HTTP]
2021-11-09 12:10:24:415 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:24:415 [HTTP] {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:24:415 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_book_appointment_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:24:415 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:24:415 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:24:415 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:24:416 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:24:416 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:24:770 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"50030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:24:771 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"50030000-0000-0000-FD01-000000000000","ELEMENT":"50030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:24:771 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 356 ms - 137
2021-11-09 12:10:24:771 [HTTP]
2021-11-09 12:10:24:773 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:24:773 [HTTP] {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:24:774 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","booking.payment_book_appointment_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:24:774 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:24:774 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:24:774 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:24:774 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:24:774 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"booking.payment_book_appointment_button"}
2021-11-09 12:10:25:032 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"50030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:25:033 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"50030000-0000-0000-FD01-000000000000","ELEMENT":"50030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:25:033 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 260 ms - 137
2021-11-09 12:10:25:033 [HTTP]
2021-11-09 12:10:25:036 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/50030000-0000-0000-FD01-000000000000/click
2021-11-09 12:10:25:036 [HTTP] {"id":"50030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:25:036 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:25:036 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:25:037 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/50030000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:10:25:037 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/50030000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/50030000-0000-0000-FD01-000000000000/click] with body: {"id":"50030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:25:412 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:25:412 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:25:413 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/50030000-0000-0000-FD01-000000000000/click 200 377 ms - 65
2021-11-09 12:10:25:413 [HTTP]
2021-11-09 12:10:25:415 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:25:415 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:25:415 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:25:416 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:25:416 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:25:416 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:25:416 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:25:416 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:25:713 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:25:714 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:25:714 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 299 ms - 137
2021-11-09 12:10:25:714 [HTTP]
2021-11-09 12:10:25:716 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:25:717 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:25:717 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:25:717 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:25:717 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:25:717 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:25:717 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:25:718 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:26:015 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:26:016 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:26:016 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 300 ms - 137
2021-11-09 12:10:26:016 [HTTP]
2021-11-09 12:10:26:019 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:26:019 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:26:019 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:26:020 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:26:020 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:26:020 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:26:020 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:26:020 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:26:279 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:26:280 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}]
2021-11-09 12:10:26:280 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 261 ms - 139
2021-11-09 12:10:26:280 [HTTP]
2021-11-09 12:10:26:785 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:26:785 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:26:785 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:26:786 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:26:786 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:26:786 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:26:786 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:26:786 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:27:141 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:27:142 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}]
2021-11-09 12:10:27:143 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 357 ms - 139
2021-11-09 12:10:27:143 [HTTP]
2021-11-09 12:10:27:651 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:27:651 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:27:651 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:27:658 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:27:658 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:27:658 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:27:659 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:27:659 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:28:020 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:28:021 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}]
2021-11-09 12:10:28:022 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 370 ms - 139
2021-11-09 12:10:28:022 [HTTP]
2021-11-09 12:10:28:525 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:28:525 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:28:526 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:28:526 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:28:526 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:28:526 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:28:526 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:28:526 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:28:870 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:28:870 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F030000-0000-0000-FD01-000000000000","ELEMENT":"4F030000-0000-0000-FD01-000000000000"}]
2021-11-09 12:10:28:871 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 346 ms - 139
2021-11-09 12:10:28:871 [HTTP]
2021-11-09 12:10:29:378 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:10:29:379 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:29:379 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["-ios predicate string","type == 'XCUIElementTypeActivityIndicator'","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:29:379 [XCUITest] Executing command 'findElements'
2021-11-09 12:10:29:379 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:29:379 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:29:380 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:10:29:380 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeActivityIndicator'"}
2021-11-09 12:10:29:601 [WD Proxy] Got response with status 200: {"value":[],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:29:601 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: []
2021-11-09 12:10:29:602 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 223 ms - 12
2021-11-09 12:10:29:602 [HTTP]
2021-11-09 12:10:29:604 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:29:604 [HTTP] {"using":"accessibility id","value":"OK"}
2021-11-09 12:10:29:604 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","OK","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:29:604 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:29:605 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:29:605 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:29:605 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:29:605 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"OK"}
2021-11-09 12:10:29:914 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"B4030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"B4030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:29:914 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"B4030000-0000-0000-FD01-000000000000","ELEMENT":"B4030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:29:915 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 311 ms - 137
2021-11-09 12:10:29:915 [HTTP]
2021-11-09 12:10:29:917 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:29:917 [HTTP] {"using":"accessibility id","value":"OK"}
2021-11-09 12:10:29:918 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","OK","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:29:918 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:29:918 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:29:918 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:29:918 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:29:918 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"OK"}
2021-11-09 12:10:30:197 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"B4030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"B4030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:30:197 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"B4030000-0000-0000-FD01-000000000000","ELEMENT":"B4030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:30:198 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 281 ms - 137
2021-11-09 12:10:30:198 [HTTP]
2021-11-09 12:10:30:200 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/B4030000-0000-0000-FD01-000000000000/click
2021-11-09 12:10:30:201 [HTTP] {"id":"B4030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:30:201 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:30:201 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:30:201 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/B4030000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:10:30:201 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/B4030000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/B4030000-0000-0000-FD01-000000000000/click] with body: {"id":"B4030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:051 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:31:051 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:10:31:052 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/B4030000-0000-0000-FD01-000000000000/click 200 851 ms - 65
2021-11-09 12:10:31:052 [HTTP]
2021-11-09 12:10:31:054 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:31:054 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')"}
2021-11-09 12:10:31:054 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:31:055 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:31:055 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:31:055 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:31:055 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:31:055 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')"}
2021-11-09 12:10:31:551 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"B5030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"B5030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:31:551 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"B5030000-0000-0000-FD01-000000000000","ELEMENT":"B5030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:552 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 498 ms - 137
2021-11-09 12:10:31:552 [HTTP]
2021-11-09 12:10:31:554 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:31:554 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')"}
2021-11-09 12:10:31:554 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:31:555 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:31:555 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:31:555 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:31:555 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:31:555 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Select a pharmacy' OR value == 'Edit pharmacy')"}
2021-11-09 12:10:31:652 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"B5030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"B5030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:31:652 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"B5030000-0000-0000-FD01-000000000000","ELEMENT":"B5030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:653 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 99 ms - 137
2021-11-09 12:10:31:653 [HTTP]
2021-11-09 12:10:31:655 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:31:655 [HTTP] {"using":"accessibility id","value":"Address to search near"}
2021-11-09 12:10:31:656 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Address to search near","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:31:656 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:31:656 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:31:656 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:31:656 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:31:656 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Address to search near"}
2021-11-09 12:10:31:747 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CC030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CC030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:31:747 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CC030000-0000-0000-FD01-000000000000","ELEMENT":"CC030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:748 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 92 ms - 137
2021-11-09 12:10:31:748 [HTTP]
2021-11-09 12:10:31:750 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:31:750 [HTTP] {"using":"accessibility id","value":"Address to search near"}
2021-11-09 12:10:31:750 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Address to search near","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:31:750 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:31:751 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:31:751 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:31:751 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:31:751 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Address to search near"}
2021-11-09 12:10:31:851 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"CC030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"CC030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:31:852 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"CC030000-0000-0000-FD01-000000000000","ELEMENT":"CC030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:852 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 102 ms - 137
2021-11-09 12:10:31:852 [HTTP]
2021-11-09 12:10:31:854 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CC030000-0000-0000-FD01-000000000000/value
2021-11-09 12:10:31:854 [HTTP] {"text":"Haggen Pharmacy, 4545 Cordata Parkway, Bellingham, WA","value":["H","a","g","g","e","n"," ","P","h","a","r","m","a","c","y",","," ","4","5","4","5"," ","C","o","r","d","a","t","a"," ","P","a","r","k","w","a","y",","," ","B","e","l","l","i","n","g","h","a","m",","," ","W","A"],"id":"CC030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:31:854 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["H","a","g","g","e","n"," ","P","h","a","r","m","a","c","y",","," ","4","5","4","5"," ","C","o","r","d","a","t","a"," ","P","a","r","k","w","a","y",","," ","B","e","l","l","i","n","g","h","a","m",","," ","W","A"],"CC030000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:31:855 [XCUITest] Executing command 'setValue'
2021-11-09 12:10:31:855 [WD Proxy] Matched '/element/CC030000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:10:31:856 [Protocol Converter] Added 'text' property "Haggen Pharmacy, 4545 Cordata Parkway, Bellingham, WA" to 'setValue' request body
2021-11-09 12:10:31:856 [WD Proxy] Proxying [POST /element/CC030000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/CC030000-0000-0000-FD01-000000000000/value] with body: {"value":["H","a","g","g","e","n"," ","P","h","a","r","m","a","c","y",","," ","4","5","4","5"," ","C","o","r","d","a","t","a"," ","P","a","r","k","w","a","y",","," ","B","e","l","l","i","n","g","h","a","m",","," ","W","A"],"text":"Haggen Pharmacy, 4545 Cordata Parkway, Bellingham, WA"}
2021-11-09 12:10:53:444 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:53:447 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:10:53:450 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/CC030000-0000-0000-FD01-000000000000/value 200 21594 ms - 14
2021-11-09 12:10:53:451 [HTTP]
2021-11-09 12:10:53:456 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:53:457 [HTTP] {"using":"accessibility id","value":"Search"}
2021-11-09 12:10:53:458 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Search","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:53:458 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:53:459 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:53:459 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:53:461 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:53:462 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Search"}
2021-11-09 12:10:53:763 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FA030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FA030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:53:763 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FA030000-0000-0000-FD01-000000000000","ELEMENT":"FA030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:53:764 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 308 ms - 137
2021-11-09 12:10:53:764 [HTTP]
2021-11-09 12:10:53:767 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:10:53:767 [HTTP] {"using":"accessibility id","value":"Search"}
2021-11-09 12:10:53:767 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","Search","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:10:53:767 [XCUITest] Executing command 'findElement'
2021-11-09 12:10:53:767 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:10:53:767 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:10:53:768 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:10:53:768 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"Search"}
2021-11-09 12:10:53:980 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"FA030000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"FA030000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:10:53:980 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"FA030000-0000-0000-FD01-000000000000","ELEMENT":"FA030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:53:981 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 214 ms - 137
2021-11-09 12:10:53:981 [HTTP]
2021-11-09 12:10:53:984 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FA030000-0000-0000-FD01-000000000000/click
2021-11-09 12:10:53:984 [HTTP] {"id":"FA030000-0000-0000-FD01-000000000000"}
2021-11-09 12:10:53:984 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:10:53:984 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:10:53:985 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FA030000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:10:53:985 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FA030000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/FA030000-0000-0000-FD01-000000000000/click] with body: {"id":"FA030000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:14:518 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:14:518 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:14:519 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/FA030000-0000-0000-FD01-000000000000/click 200 20534 ms - 65
2021-11-09 12:11:14:519 [HTTP]
2021-11-09 12:11:16:524 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:16:524 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:16:525 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:16:525 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:16:525 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:16:525 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:16:527 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:16:528 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:17:247 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:17:247 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:17:248 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 724 ms - 137
2021-11-09 12:11:17:249 [HTTP]
2021-11-09 12:11:17:251 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:17:251 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:17:252 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:17:252 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:17:252 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:17:252 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:17:254 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:17:255 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:18:035 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:18:035 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:18:037 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 785 ms - 137
2021-11-09 12:11:18:037 [HTTP]
2021-11-09 12:11:18:041 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/attribute/name
2021-11-09 12:11:18:041 [HTTP] {}
2021-11-09 12:11:18:041 [W3C (e35f0d5f)] Calling AppiumDriver.getAttribute() with args: ["name","49040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:18:041 [XCUITest] Executing command 'getAttribute'
2021-11-09 12:11:18:044 [WD Proxy] Matched '/element/49040000-0000-0000-FD01-000000000000/attribute/name' to command name 'getAttribute'
2021-11-09 12:11:18:045 [WD Proxy] Proxying [GET /element/49040000-0000-0000-FD01-000000000000/attribute/name] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/attribute/name] with no body
2021-11-09 12:11:18:170 [WD Proxy] Got response with status 200: {"value":"Haggen Pharmacy, 4545 Cordata Parkway","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:18:170 [W3C (e35f0d5f)] Responding to client with driver.getAttribute() result: "Haggen Pharmacy, 4545 Cordata Parkway"
2021-11-09 12:11:18:171 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/attribute/name 200 130 ms - 49
2021-11-09 12:11:18:171 [HTTP]
2021-11-09 12:11:18:176 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:18:176 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:18:176 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:18:177 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:18:177 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:18:177 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:18:178 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:18:178 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:19:111 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4E040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-FD01-000000000000"},{"ELEMENT":"4F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000"},{"ELEMENT":"50040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000"},{"ELEMENT":"51040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"51040000-0000-0000-FD01-000000000000"},{"ELEMENT":"52040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"52040000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:19:112 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4E040000-0000-0000-FD01-000000000000","ELEMENT":"4E040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000","ELEMENT":"4F040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000","ELEMENT":"50040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"51040000-0000-0000-FD01-000000000000","ELEMENT":"51040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"52040000-0000-0000-FD01-000000000000","ELEMENT":"52040000-0000-0000-FD01-000000000000"}]
2021-11-09 12:11:19:113 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 936 ms - 651
2021-11-09 12:11:19:113 [HTTP]
2021-11-09 12:11:19:115 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:19:115 [HTTP] {}
2021-11-09 12:11:19:121 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:19:122 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:19:127 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:19:128 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:19:220 [WD Proxy] Got response with status 200: {"value":{"y":192,"x":129,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:19:221 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:19:222 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 106 ms - 101
2021-11-09 12:11:19:222 [HTTP]
2021-11-09 12:11:19:224 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:19:224 [HTTP] {}
2021-11-09 12:11:19:224 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:19:224 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:19:225 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:19:226 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:19:319 [WD Proxy] Got response with status 200: {"value":{"y":192,"x":129,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:19:319 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:19:320 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 96 ms - 101
2021-11-09 12:11:19:320 [HTTP]
2021-11-09 12:11:19:322 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:19:322 [HTTP] {}
2021-11-09 12:11:19:322 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:19:322 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:19:323 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:19:323 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:19:424 [WD Proxy] Got response with status 200: {"value":{"y":192,"x":129,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:19:424 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:19:425 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 102 ms - 101
2021-11-09 12:11:19:425 [HTTP]
2021-11-09 12:11:19:427 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:19:427 [HTTP] {}
2021-11-09 12:11:19:427 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:19:428 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:19:428 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:19:429 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:19:533 [WD Proxy] Got response with status 200: {"value":{"y":192,"x":129,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:19:533 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:19:534 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 107 ms - 101
2021-11-09 12:11:19:534 [HTTP]
2021-11-09 12:11:19:536 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:11:19:537 [HTTP] {"actions":[{"action":"tap","options":{"x":129,"y":192,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":129,"y":192,"count":1}}]}
2021-11-09 12:11:19:537 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":129,"y":192,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":129,"y":192,"count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:19:537 [XCUITest] Executing command 'performTouch'
2021-11-09 12:11:19:538 [XCUITest] Received the following touch action: tap(options={"x":129,"y":192,"count":1})-wait(options={"ms":100})-tap(options={"x":129,"y":192,"count":1})
2021-11-09 12:11:19:540 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":129,"y":192,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":129,"y":192,"count":1}}]}
2021-11-09 12:11:21:981 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:21:981 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:11:21:982 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2445 ms - 14
2021-11-09 12:11:21:982 [HTTP]
2021-11-09 12:11:21:984 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:21:984 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:21:985 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:21:985 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:21:985 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:21:985 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:21:986 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:21:986 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:22:816 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:22:817 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:22:818 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 833 ms - 137
2021-11-09 12:11:22:818 [HTTP]
2021-11-09 12:11:22:821 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:22:821 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:22:821 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:22:822 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:22:822 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:22:822 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:22:824 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:22:824 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:23:641 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:23:641 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:23:642 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 821 ms - 137
2021-11-09 12:11:23:642 [HTTP]
2021-11-09 12:11:23:645 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:23:645 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:23:645 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:23:645 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:23:646 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:23:646 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:23:646 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:23:647 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:24:391 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000"},{"ELEMENT":"50040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000"},{"ELEMENT":"5B040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"5B040000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:24:391 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000","ELEMENT":"4F040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000","ELEMENT":"50040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"5B040000-0000-0000-FD01-000000000000","ELEMENT":"5B040000-0000-0000-FD01-000000000000"}]
2021-11-09 12:11:24:392 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 747 ms - 395
2021-11-09 12:11:24:392 [HTTP]
2021-11-09 12:11:24:395 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:24:395 [HTTP] {}
2021-11-09 12:11:24:396 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:24:396 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:24:402 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:24:402 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:24:494 [WD Proxy] Got response with status 200: {"value":{"y":198,"x":134,"width":28,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:24:494 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:24:495 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 99 ms - 101
2021-11-09 12:11:24:495 [HTTP]
2021-11-09 12:11:24:497 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:24:497 [HTTP] {}
2021-11-09 12:11:24:498 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:24:498 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:24:499 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:24:499 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:24:595 [WD Proxy] Got response with status 200: {"value":{"y":198,"x":134,"width":28,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:24:595 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:24:596 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 98 ms - 101
2021-11-09 12:11:24:596 [HTTP]
2021-11-09 12:11:24:598 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:24:598 [HTTP] {}
2021-11-09 12:11:24:599 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:24:599 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:24:600 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:24:600 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:24:698 [WD Proxy] Got response with status 200: {"value":{"y":198,"x":134,"width":28,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:24:699 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:24:699 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 101 ms - 101
2021-11-09 12:11:24:699 [HTTP]
2021-11-09 12:11:24:702 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:24:702 [HTTP] {}
2021-11-09 12:11:24:703 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:24:703 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:24:704 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:24:704 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:24:805 [WD Proxy] Got response with status 200: {"value":{"y":198,"x":134,"width":28,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:24:806 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:24:806 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 104 ms - 101
2021-11-09 12:11:24:806 [HTTP]
2021-11-09 12:11:24:808 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:11:24:809 [HTTP] {"actions":[{"action":"tap","options":{"x":134,"y":198,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":134,"y":198,"count":1}}]}
2021-11-09 12:11:24:809 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":134,"y":198,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":134,"y":198,"count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:24:809 [XCUITest] Executing command 'performTouch'
2021-11-09 12:11:24:819 [XCUITest] Received the following touch action: tap(options={"x":134,"y":198,"count":1})-wait(options={"ms":100})-tap(options={"x":134,"y":198,"count":1})
2021-11-09 12:11:24:821 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":134,"y":198,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":134,"y":198,"count":1}}]}
2021-11-09 12:11:27:266 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:27:266 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:11:27:267 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2458 ms - 14
2021-11-09 12:11:27:267 [HTTP]
2021-11-09 12:11:27:269 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:27:269 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:27:269 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:27:270 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:27:270 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:27:270 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:27:270 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:27:270 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:28:064 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:28:064 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:28:065 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 796 ms - 137
2021-11-09 12:11:28:065 [HTTP]
2021-11-09 12:11:28:068 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:28:068 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:28:069 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:28:069 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:28:069 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:28:069 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:28:071 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:28:072 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:28:788 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:28:789 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:28:790 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 721 ms - 137
2021-11-09 12:11:28:790 [HTTP]
2021-11-09 12:11:28:792 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:28:792 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:28:793 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:28:793 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:28:793 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:28:793 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:28:794 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:28:794 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:29:626 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000"},{"ELEMENT":"50040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:29:626 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000","ELEMENT":"4F040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000","ELEMENT":"50040000-0000-0000-FD01-000000000000"}]
2021-11-09 12:11:29:627 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 835 ms - 267
2021-11-09 12:11:29:627 [HTTP]
2021-11-09 12:11:29:630 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:29:630 [HTTP] {}
2021-11-09 12:11:29:631 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:29:631 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:29:637 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:29:637 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:29:731 [WD Proxy] Got response with status 200: {"value":{"y":226,"x":148,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:29:731 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:29:732 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 101 ms - 101
2021-11-09 12:11:29:732 [HTTP]
2021-11-09 12:11:29:734 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:29:734 [HTTP] {}
2021-11-09 12:11:29:735 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:29:735 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:29:736 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:29:736 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:29:833 [WD Proxy] Got response with status 200: {"value":{"y":226,"x":148,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:29:833 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:29:834 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 99 ms - 101
2021-11-09 12:11:29:834 [HTTP]
2021-11-09 12:11:29:836 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:29:836 [HTTP] {}
2021-11-09 12:11:29:836 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:29:836 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:29:837 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:29:837 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:29:933 [WD Proxy] Got response with status 200: {"value":{"y":226,"x":148,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:29:933 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:29:933 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 97 ms - 101
2021-11-09 12:11:29:933 [HTTP]
2021-11-09 12:11:29:936 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:29:936 [HTTP] {}
2021-11-09 12:11:29:936 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:29:937 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:29:938 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:29:938 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:30:039 [WD Proxy] Got response with status 200: {"value":{"y":226,"x":148,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:30:039 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:30:040 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 104 ms - 101
2021-11-09 12:11:30:040 [HTTP]
2021-11-09 12:11:30:042 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:11:30:042 [HTTP] {"actions":[{"action":"tap","options":{"x":148,"y":226,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":148,"y":226,"count":1}}]}
2021-11-09 12:11:30:042 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":148,"y":226,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":148,"y":226,"count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:30:043 [XCUITest] Executing command 'performTouch'
2021-11-09 12:11:30:043 [XCUITest] Received the following touch action: tap(options={"x":148,"y":226,"count":1})-wait(options={"ms":100})-tap(options={"x":148,"y":226,"count":1})
2021-11-09 12:11:30:044 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":148,"y":226,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":148,"y":226,"count":1}}]}
2021-11-09 12:11:32:469 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:32:470 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:11:32:470 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2428 ms - 14
2021-11-09 12:11:32:470 [HTTP]
2021-11-09 12:11:32:474 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:32:474 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:32:474 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:32:474 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:32:474 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:32:474 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:32:475 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:32:475 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:33:206 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:33:207 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:33:207 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 733 ms - 137
2021-11-09 12:11:33:207 [HTTP]
2021-11-09 12:11:33:210 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:33:210 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:33:218 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:33:218 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:33:218 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:33:218 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:33:218 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:33:219 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:33:932 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:33:933 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:33:933 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 723 ms - 137
2021-11-09 12:11:33:934 [HTTP]
2021-11-09 12:11:33:936 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:33:936 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:33:937 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:33:937 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:33:937 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:33:937 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:33:939 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:33:940 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:34:696 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000"},{"ELEMENT":"50040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:34:697 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000","ELEMENT":"4F040000-0000-0000-FD01-000000000000"},{"element-6066-11e4-a52e-4f735466cecf":"50040000-0000-0000-FD01-000000000000","ELEMENT":"50040000-0000-0000-FD01-000000000000"}]
2021-11-09 12:11:34:698 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 761 ms - 267
2021-11-09 12:11:34:698 [HTTP]
2021-11-09 12:11:34:701 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:34:701 [HTTP] {}
2021-11-09 12:11:34:701 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:34:701 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:34:708 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:34:708 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:34:792 [WD Proxy] Got response with status 200: {"value":{"y":255,"x":163,"width":29,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:34:792 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:34:793 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 92 ms - 101
2021-11-09 12:11:34:793 [HTTP]
2021-11-09 12:11:34:795 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:34:795 [HTTP] {}
2021-11-09 12:11:34:795 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:34:795 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:34:796 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:34:796 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:34:890 [WD Proxy] Got response with status 200: {"value":{"y":255,"x":163,"width":29,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:34:890 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:34:890 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 95 ms - 101
2021-11-09 12:11:34:890 [HTTP]
2021-11-09 12:11:34:892 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:34:892 [HTTP] {}
2021-11-09 12:11:34:893 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:34:893 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:34:894 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:34:894 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:34:992 [WD Proxy] Got response with status 200: {"value":{"y":255,"x":163,"width":29,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:34:993 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:34:993 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 101 ms - 101
2021-11-09 12:11:34:993 [HTTP]
2021-11-09 12:11:34:995 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:34:996 [HTTP] {}
2021-11-09 12:11:34:996 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:34:996 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:34:997 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:34:997 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:35:100 [WD Proxy] Got response with status 200: {"value":{"y":255,"x":163,"width":29,"height":28},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:35:100 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:35:100 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 105 ms - 101
2021-11-09 12:11:35:100 [HTTP]
2021-11-09 12:11:35:102 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:11:35:102 [HTTP] {"actions":[{"action":"tap","options":{"x":163,"y":255,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":163,"y":255,"count":1}}]}
2021-11-09 12:11:35:103 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":163,"y":255,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":163,"y":255,"count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:35:103 [XCUITest] Executing command 'performTouch'
2021-11-09 12:11:35:103 [XCUITest] Received the following touch action: tap(options={"x":163,"y":255,"count":1})-wait(options={"ms":100})-tap(options={"x":163,"y":255,"count":1})
2021-11-09 12:11:35:105 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":163,"y":255,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":163,"y":255,"count":1}}]}
2021-11-09 12:11:37:526 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:37:527 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:11:37:527 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2425 ms - 14
2021-11-09 12:11:37:527 [HTTP]
2021-11-09 12:11:37:529 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:37:530 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:37:530 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:37:530 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:37:530 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:37:530 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:37:532 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:37:532 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:38:202 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:38:203 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:38:203 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 673 ms - 137
2021-11-09 12:11:38:203 [HTTP]
2021-11-09 12:11:38:206 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:38:206 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:38:206 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:38:207 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:38:207 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:38:207 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:38:207 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:38:207 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:38:858 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:38:859 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:38:859 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 653 ms - 137
2021-11-09 12:11:38:859 [HTTP]
2021-11-09 12:11:38:862 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:38:862 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:38:862 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:38:863 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:38:863 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:38:863 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:38:863 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:38:863 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:39:484 [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"4F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000"}],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:39:485 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"4F040000-0000-0000-FD01-000000000000","ELEMENT":"4F040000-0000-0000-FD01-000000000000"}]
2021-11-09 12:11:39:486 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 623 ms - 139
2021-11-09 12:11:39:486 [HTTP]
2021-11-09 12:11:39:488 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:39:489 [HTTP] {}
2021-11-09 12:11:39:489 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:39:489 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:39:497 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:39:497 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:39:593 [WD Proxy] Got response with status 200: {"value":{"y":283,"x":178,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:39:594 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:39:594 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 106 ms - 101
2021-11-09 12:11:39:594 [HTTP]
2021-11-09 12:11:39:597 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:39:597 [HTTP] {}
2021-11-09 12:11:39:599 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:39:599 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:39:600 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:39:600 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:39:693 [WD Proxy] Got response with status 200: {"value":{"y":283,"x":178,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:39:694 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:39:694 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 97 ms - 101
2021-11-09 12:11:39:694 [HTTP]
2021-11-09 12:11:39:696 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:39:697 [HTTP] {}
2021-11-09 12:11:39:697 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:39:697 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:39:698 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:39:698 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:39:792 [WD Proxy] Got response with status 200: {"value":{"y":283,"x":178,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:39:792 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:39:792 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 96 ms - 101
2021-11-09 12:11:39:793 [HTTP]
2021-11-09 12:11:39:795 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect
2021-11-09 12:11:39:795 [HTTP] {}
2021-11-09 12:11:39:795 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:39:795 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:39:796 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect' to command name 'getElementRect'
2021-11-09 12:11:39:796 [WD Proxy] Proxying [GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/rect] with no body
2021-11-09 12:11:39:889 [WD Proxy] Got response with status 200: {"value":{"y":283,"x":178,"width":29,"height":29},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:39:889 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:11:39:890 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/rect 200 95 ms - 101
2021-11-09 12:11:39:890 [HTTP]
2021-11-09 12:11:39:892 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:11:39:892 [HTTP] {"actions":[{"action":"tap","options":{"x":178,"y":283,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":178,"y":283,"count":1}}]}
2021-11-09 12:11:39:892 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":178,"y":283,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":178,"y":283,"count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:39:892 [XCUITest] Executing command 'performTouch'
2021-11-09 12:11:39:893 [XCUITest] Received the following touch action: tap(options={"x":178,"y":283,"count":1})-wait(options={"ms":100})-tap(options={"x":178,"y":283,"count":1})
2021-11-09 12:11:39:894 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":178,"y":283,"count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"x":178,"y":283,"count":1}}]}
2021-11-09 12:11:42:300 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:42:300 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:11:42:300 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2408 ms - 14
2021-11-09 12:11:42:301 [HTTP]
2021-11-09 12:11:42:303 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:42:303 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:42:303 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:42:303 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:42:303 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:42:304 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:42:304 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:42:304 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:42:965 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:42:965 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:42:966 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 663 ms - 137
2021-11-09 12:11:42:966 [HTTP]
2021-11-09 12:11:42:968 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:11:42:969 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:42:969 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:42:969 [XCUITest] Executing command 'findElement'
2021-11-09 12:11:42:969 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:42:969 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:42:970 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:11:42:970 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[@name='Haggen Pharmacy, 4545 Cordata Parkway']"}
2021-11-09 12:11:43:603 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"49040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:43:604 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49040000-0000-0000-FD01-000000000000","ELEMENT":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:43:605 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 636 ms - 137
2021-11-09 12:11:43:605 [HTTP]
2021-11-09 12:11:43:607 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements
2021-11-09 12:11:43:607 [HTTP] {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:43:608 [W3C (e35f0d5f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:11:43:608 [XCUITest] Executing command 'findElements'
2021-11-09 12:11:43:608 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:11:43:608 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:11:43:608 [WD Proxy] Matched '/elements' to command name 'findElements'
2021-11-09 12:11:43:609 [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/elements] with body: {"using":"xpath","value":"//XCUIElementTypeMap/../XCUIElementTypeOther/XCUIElementTypeOther[contains(@name, ', +')]"}
2021-11-09 12:11:44:075 [WD Proxy] Got response with status 200: {"value":[],"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:11:44:075 [W3C (e35f0d5f)] Responding to client with driver.findElements() result: []
2021-11-09 12:11:44:076 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/elements 200 469 ms - 12
2021-11-09 12:11:44:077 [HTTP]
2021-11-09 12:11:44:079 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/click
2021-11-09 12:11:44:079 [HTTP] {"id":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:11:44:080 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:11:44:080 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:11:44:082 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:11:44:082 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/49040000-0000-0000-FD01-000000000000/click] with body: {"id":"49040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:04:571 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:04:571 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:12:04:572 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/49040000-0000-0000-FD01-000000000000/click 200 20492 ms - 65
2021-11-09 12:12:04:572 [HTTP]
2021-11-09 12:12:04:575 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:04:575 [HTTP] {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:04:576 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:04:576 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:04:576 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:04:576 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:04:578 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:04:579 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:05:280 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"61040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:05:281 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000","ELEMENT":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:05:282 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 707 ms - 137
2021-11-09 12:12:05:282 [HTTP]
2021-11-09 12:12:05:285 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:05:285 [HTTP] {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:05:285 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:05:286 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:05:286 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:05:286 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:05:288 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:05:288 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:05:922 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"61040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:05:923 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000","ELEMENT":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:05:924 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 639 ms - 137
2021-11-09 12:12:05:924 [HTTP]
2021-11-09 12:12:05:928 [HTTP] --> GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/attribute/name
2021-11-09 12:12:05:928 [HTTP] {}
2021-11-09 12:12:05:928 [W3C (e35f0d5f)] Calling AppiumDriver.getAttribute() with args: ["name","61040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:05:929 [XCUITest] Executing command 'getAttribute'
2021-11-09 12:12:05:931 [WD Proxy] Matched '/element/61040000-0000-0000-FD01-000000000000/attribute/name' to command name 'getAttribute'
2021-11-09 12:12:05:932 [WD Proxy] Proxying [GET /element/61040000-0000-0000-FD01-000000000000/attribute/name] to [GET http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/61040000-0000-0000-FD01-000000000000/attribute/name] with no body
2021-11-09 12:12:06:021 [WD Proxy] Got response with status 200: {"value":"Select Haggen Pharmacy","sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:06:022 [W3C (e35f0d5f)] Responding to client with driver.getAttribute() result: "Select Haggen Pharmacy"
2021-11-09 12:12:06:022 [HTTP] <-- GET /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/attribute/name 200 94 ms - 34
2021-11-09 12:12:06:023 [HTTP]
2021-11-09 12:12:06:025 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:06:025 [HTTP] {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:06:025 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:06:025 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:06:025 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:06:025 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:06:026 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:06:026 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:06:695 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"61040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:06:696 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000","ELEMENT":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:06:697 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 672 ms - 137
2021-11-09 12:12:06:697 [HTTP]
2021-11-09 12:12:06:699 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:06:699 [HTTP] {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:06:700 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:06:700 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:06:700 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:06:700 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:06:701 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:06:701 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeOther/XCUIElementTypeStaticText[starts-with(@name, 'Select ') or starts-with(@name, 'Use pharmacy on file:')]"}
2021-11-09 12:12:07:371 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"61040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:07:372 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"61040000-0000-0000-FD01-000000000000","ELEMENT":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:07:373 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 673 ms - 137
2021-11-09 12:12:07:373 [HTTP]
2021-11-09 12:12:07:376 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/click
2021-11-09 12:12:07:376 [HTTP] {"id":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:07:376 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:12:07:377 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:12:07:379 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:12:07:379 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/61040000-0000-0000-FD01-000000000000/click] with body: {"id":"61040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:27:863 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:27:863 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:12:27:864 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/61040000-0000-0000-FD01-000000000000/click 200 20487 ms - 65
2021-11-09 12:12:27:864 [HTTP]
2021-11-09 12:12:27:868 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:27:868 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')"}
2021-11-09 12:12:27:869 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:27:869 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:27:869 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:27:869 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:27:872 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:27:872 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')"}
2021-11-09 12:12:28:185 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"6F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"6F040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:28:185 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"6F040000-0000-0000-FD01-000000000000","ELEMENT":"6F040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:28:186 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 318 ms - 137
2021-11-09 12:12:28:186 [HTTP]
2021-11-09 12:12:28:190 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:28:190 [HTTP] {"using":"-ios predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')"}
2021-11-09 12:12:28:191 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:28:191 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:28:191 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:28:191 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:28:192 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:28:192 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"predicate string","value":"type == 'XCUIElementTypeStaticText' AND (value == 'Home address' OR value == 'Enter a new address below')"}
2021-11-09 12:12:28:445 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"6F040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"6F040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:28:445 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"6F040000-0000-0000-FD01-000000000000","ELEMENT":"6F040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:28:446 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 255 ms - 137
2021-11-09 12:12:28:446 [HTTP]
2021-11-09 12:12:28:448 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:28:448 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:28:448 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:28:449 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:28:449 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:28:449 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:28:449 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:28:449 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:29:137 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:29:137 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000","ELEMENT":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:29:138 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 690 ms - 137
2021-11-09 12:12:29:138 [HTTP]
2021-11-09 12:12:29:140 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:29:140 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:29:141 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:29:141 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:29:141 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:29:141 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:29:143 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:29:143 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:29:922 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:29:922 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000","ELEMENT":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:29:923 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 782 ms - 137
2021-11-09 12:12:29:923 [HTTP]
2021-11-09 12:12:29:925 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform
2021-11-09 12:12:29:925 [HTTP] {"actions":[{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}}]}
2021-11-09 12:12:29:926 [W3C (e35f0d5f)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}}],"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:29:926 [XCUITest] Executing command 'performTouch'
2021-11-09 12:12:29:927 [XCUITest] Received the following touch action: tap(options={"element":"62040000-0000-0000-FD01-000000000000","count":1})-wait(options={"ms":100})-tap(options={"element":"62040000-0000-0000-FD01-000000000000","count":1})
2021-11-09 12:12:29:935 [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}},{"action":"wait","options":{"ms":100}},{"action":"tap","options":{"element":"62040000-0000-0000-FD01-000000000000","count":1}}]}
2021-11-09 12:12:32:417 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:32:418 [W3C (e35f0d5f)] Responding to client with driver.performTouch() result: null
2021-11-09 12:12:32:419 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/touch/perform 200 2493 ms - 14
2021-11-09 12:12:32:419 [HTTP]
2021-11-09 12:12:32:422 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62040000-0000-0000-FD01-000000000000/value
2021-11-09 12:12:32:422 [HTTP] {"text":"\b","value":["\b"],"id":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:32:423 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["\b"],"62040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:32:423 [XCUITest] Executing command 'setValue'
2021-11-09 12:12:32:426 [WD Proxy] Matched '/element/62040000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:12:32:427 [Protocol Converter] Added 'text' property "\b" to 'setValue' request body
2021-11-09 12:12:32:427 [WD Proxy] Proxying [POST /element/62040000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/62040000-0000-0000-FD01-000000000000/value] with body: {"value":["\b"],"text":"\b"}
2021-11-09 12:12:32:681 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:32:682 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:12:32:682 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62040000-0000-0000-FD01-000000000000/value 200 260 ms - 14
2021-11-09 12:12:32:682 [HTTP]
2021-11-09 12:12:32:685 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:32:685 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:32:685 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:32:685 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:32:685 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:32:685 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:32:686 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:32:686 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:33:572 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:33:572 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000","ELEMENT":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:33:573 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 888 ms - 137
2021-11-09 12:12:33:573 [HTTP]
2021-11-09 12:12:33:576 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:33:576 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:33:576 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:33:576 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:33:577 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:33:577 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:33:577 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:33:577 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:34:389 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"62040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:34:389 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"62040000-0000-0000-FD01-000000000000","ELEMENT":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:34:390 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 814 ms - 137
2021-11-09 12:12:34:390 [HTTP]
2021-11-09 12:12:34:394 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62040000-0000-0000-FD01-000000000000/value
2021-11-09 12:12:34:394 [HTTP] {"text":"1315 10th Street, Sacramento, CA","value":["1","3","1","5"," ","1","0","t","h"," ","S","t","r","e","e","t",","," ","S","a","c","r","a","m","e","n","t","o",","," ","C","A"],"id":"62040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:34:394 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["1","3","1","5"," ","1","0","t","h"," ","S","t","r","e","e","t",","," ","S","a","c","r","a","m","e","n","t","o",","," ","C","A"],"62040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:34:395 [XCUITest] Executing command 'setValue'
2021-11-09 12:12:34:397 [WD Proxy] Matched '/element/62040000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:12:34:397 [Protocol Converter] Added 'text' property "1315 10th Street, Sacramento, CA" to 'setValue' request body
2021-11-09 12:12:34:397 [WD Proxy] Proxying [POST /element/62040000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/62040000-0000-0000-FD01-000000000000/value] with body: {"value":["1","3","1","5"," ","1","0","t","h"," ","S","t","r","e","e","t",","," ","S","a","c","r","a","m","e","n","t","o",","," ","C","A"],"text":"1315 10th Street, Sacramento, CA"}
2021-11-09 12:12:35:101 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:35:102 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:12:35:103 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/62040000-0000-0000-FD01-000000000000/value 200 708 ms - 14
2021-11-09 12:12:35:103 [HTTP]
2021-11-09 12:12:35:105 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:35:105 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:35:105 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:35:106 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:35:106 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:35:106 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:35:106 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:35:107 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:35:541 [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'xpath', value '//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]'","traceback":"(\n\t0 WebDriverAgentLib 0x000000010188e7c0 FBNoSuchElementErrorResponseForRequest + 288\n\t1 WebDriverAgentLib 0x000000010188e5c4 +[FBFindElementCommands handleFindElement:] + 336\n\t2 WebDriverAgentLib 0x00000001018587c0 -[FBRoute_TargetAction mountRequest:intoResponse:] + 180\n\t3 WebDriverAgentLib 0x00000001018455dc __37-[FBWebServer registerRouteHandlers:]_block_invoke + 420\n\t4 WebDriverAgentLib 0x0000000101877d30 -[RoutingHTTPServer handleRoute:withRequest:response:] + 164\n\t5 WebDriverAgentLib 0x00000001018787b4 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 lib...
2021-11-09 12:12:35:542 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2021-11-09 12:12:35:544 [W3C (e35f0d5f)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2021-11-09 12:12:35:544 [W3C (e35f0d5f)] at XCUITestDriver.doNativeFind (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:130:11)
2021-11-09 12:12:35:544 [W3C (e35f0d5f)] at runMicrotasks (<anonymous>)
2021-11-09 12:12:35:544 [W3C (e35f0d5f)] at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-11-09 12:12:35:545 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 404 440 ms - 488
2021-11-09 12:12:35:546 [HTTP]
2021-11-09 12:12:36:052 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:36:052 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:36:052 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:36:052 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:36:053 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:36:053 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:36:053 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:36:053 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:36:912 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8A040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8A040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:36:912 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8A040000-0000-0000-FD01-000000000000","ELEMENT":"8A040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:36:913 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 861 ms - 137
2021-11-09 12:12:36:913 [HTTP]
2021-11-09 12:12:36:916 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:36:916 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:36:917 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:36:917 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:36:917 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:36:917 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:36:919 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:36:920 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Enter your street address, and select from the results']/preceding-sibling::XCUIElementTypeTable[1]/XCUIElementTypeCell[1]"}
2021-11-09 12:12:37:807 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"8A040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"8A040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:37:807 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"8A040000-0000-0000-FD01-000000000000","ELEMENT":"8A040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:37:808 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 891 ms - 137
2021-11-09 12:12:37:808 [HTTP]
2021-11-09 12:12:37:811 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8A040000-0000-0000-FD01-000000000000/click
2021-11-09 12:12:37:811 [HTTP] {"id":"8A040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:37:811 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:12:37:811 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:12:37:812 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8A040000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:12:37:812 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8A040000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/8A040000-0000-0000-FD01-000000000000/click] with body: {"id":"8A040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:58:359 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:58:360 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:12:58:362 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/8A040000-0000-0000-FD01-000000000000/click 200 20549 ms - 65
2021-11-09 12:12:58:362 [HTTP]
2021-11-09 12:12:58:365 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:58:365 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:58:365 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:58:366 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:58:366 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:58:366 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:58:369 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:58:369 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:58:733 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"72040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:58:734 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000","ELEMENT":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:58:735 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 370 ms - 137
2021-11-09 12:12:58:735 [HTTP]
2021-11-09 12:12:58:739 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:12:58:739 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:58:739 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:58:739 [XCUITest] Executing command 'findElement'
2021-11-09 12:12:58:740 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:12:58:740 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:12:58:740 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:12:58:741 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:12:59:070 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"72040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:12:59:071 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000","ELEMENT":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:59:072 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 333 ms - 137
2021-11-09 12:12:59:073 [HTTP]
2021-11-09 12:12:59:076 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/72040000-0000-0000-FD01-000000000000/clear
2021-11-09 12:12:59:077 [HTTP] {"id":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:12:59:077 [W3C (e35f0d5f)] Calling AppiumDriver.clear() with args: ["72040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:12:59:077 [XCUITest] Executing command 'clear'
2021-11-09 12:12:59:081 [WD Proxy] Matched '/element/72040000-0000-0000-FD01-000000000000/clear' to command name 'clear'
2021-11-09 12:12:59:081 [WD Proxy] Proxying [POST /element/72040000-0000-0000-FD01-000000000000/clear] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/72040000-0000-0000-FD01-000000000000/clear] with no body
2021-11-09 12:13:20:162 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:20:162 [W3C (e35f0d5f)] Responding to client with driver.clear() result: null
2021-11-09 12:13:20:163 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/72040000-0000-0000-FD01-000000000000/clear 200 21086 ms - 14
2021-11-09 12:13:20:163 [HTTP]
2021-11-09 12:13:20:165 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:13:20:166 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:13:20:166 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:20:166 [XCUITest] Executing command 'findElement'
2021-11-09 12:13:20:166 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:13:20:166 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:13:20:168 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:13:20:169 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:13:20:921 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"72040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:20:922 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000","ELEMENT":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:20:922 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 757 ms - 137
2021-11-09 12:13:20:922 [HTTP]
2021-11-09 12:13:20:925 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:13:20:925 [HTTP] {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:13:20:925 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:20:926 [XCUITest] Executing command 'findElement'
2021-11-09 12:13:20:926 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:13:20:926 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:13:20:928 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:13:20:928 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"xpath","value":"//XCUIElementTypeStaticText[@name='Apartment, suite, unit, etc.']/preceding-sibling::XCUIElementTypeTextField[1]"}
2021-11-09 12:13:21:736 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"72040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:21:736 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"72040000-0000-0000-FD01-000000000000","ELEMENT":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:21:737 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 812 ms - 137
2021-11-09 12:13:21:737 [HTTP]
2021-11-09 12:13:21:740 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/72040000-0000-0000-FD01-000000000000/value
2021-11-09 12:13:21:740 [HTTP] {"text":"123","value":["1","2","3"],"id":"72040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:21:740 [W3C (e35f0d5f)] Calling AppiumDriver.setValue() with args: [["1","2","3"],"72040000-0000-0000-FD01-000000000000","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:21:741 [XCUITest] Executing command 'setValue'
2021-11-09 12:13:21:742 [WD Proxy] Matched '/element/72040000-0000-0000-FD01-000000000000/value' to command name 'setValue'
2021-11-09 12:13:21:742 [Protocol Converter] Added 'text' property "123" to 'setValue' request body
2021-11-09 12:13:21:742 [WD Proxy] Proxying [POST /element/72040000-0000-0000-FD01-000000000000/value] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/72040000-0000-0000-FD01-000000000000/value] with body: {"value":["1","2","3"],"text":"123"}
2021-11-09 12:13:21:953 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:21:953 [W3C (e35f0d5f)] Responding to client with driver.setValue() result: null
2021-11-09 12:13:21:954 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/72040000-0000-0000-FD01-000000000000/value 200 214 ms - 14
2021-11-09 12:13:21:954 [HTTP]
2021-11-09 12:13:21:956 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:13:21:957 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:13:21:957 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:21:957 [XCUITest] Executing command 'findElement'
2021-11-09 12:13:21:957 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:13:21:957 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:13:21:958 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:13:21:958 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:13:22:232 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"74040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"74040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:22:232 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"74040000-0000-0000-FD01-000000000000","ELEMENT":"74040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:22:233 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 276 ms - 137
2021-11-09 12:13:22:233 [HTTP]
2021-11-09 12:13:22:235 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element
2021-11-09 12:13:22:235 [HTTP] {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:13:22:236 [W3C (e35f0d5f)] Calling AppiumDriver.findElement() with args: ["accessibility id","container.confirm_button","e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:22:236 [XCUITest] Executing command 'findElement'
2021-11-09 12:13:22:236 [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2021-11-09 12:13:22:236 [BaseDriver] Waiting up to 0 ms for condition
2021-11-09 12:13:22:237 [WD Proxy] Matched '/element' to command name 'findElement'
2021-11-09 12:13:22:237 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element] with body: {"using":"accessibility id","value":"container.confirm_button"}
2021-11-09 12:13:22:516 [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"74040000-0000-0000-FD01-000000000000","element-6066-11e4-a52e-4f735466cecf":"74040000-0000-0000-FD01-000000000000"},"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:22:517 [W3C (e35f0d5f)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"74040000-0000-0000-FD01-000000000000","ELEMENT":"74040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:22:518 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element 200 282 ms - 137
2021-11-09 12:13:22:518 [HTTP]
2021-11-09 12:13:22:521 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/74040000-0000-0000-FD01-000000000000/click
2021-11-09 12:13:22:521 [HTTP] {"id":"74040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:22:521 [W3C (e35f0d5f)] Driver proxy active, passing request on via HTTP proxy
2021-11-09 12:13:22:521 [XCUITest] Executing command 'proxyReqRes'
2021-11-09 12:13:22:524 [WD Proxy] Matched '/wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/74040000-0000-0000-FD01-000000000000/click' to command name 'click'
2021-11-09 12:13:22:524 [WD Proxy] Proxying [POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/74040000-0000-0000-FD01-000000000000/click] to [POST http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA/element/74040000-0000-0000-FD01-000000000000/click] with body: {"id":"74040000-0000-0000-FD01-000000000000"}
2021-11-09 12:13:43:046 [WD Proxy] Got response with status 200: {"value":null,"sessionId":"703DC03C-8C62-471F-B325-2A37727FC5CA"}
2021-11-09 12:13:43:047 [WD Proxy] Replacing sessionId 703DC03C-8C62-471F-B325-2A37727FC5CA with e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:13:43:047 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/element/74040000-0000-0000-FD01-000000000000/click 200 20526 ms - 65
2021-11-09 12:13:43:048 [HTTP]
2021-11-09 12:13:43:867 [HTTP] --> POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/appium/device/remove_app
2021-11-09 12:13:43:868 [HTTP] {"appId":"com.PlushCare.PlushCarestage"}
2021-11-09 12:13:43:868 [W3C (e35f0d5f)] Calling AppiumDriver.removeApp() with args: ["com.PlushCare.PlushCarestage",null,null,null,"e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:43:868 [XCUITest] Executing command 'removeApp'
2021-11-09 12:13:43:869 [XCUITest] Uninstalling the application with bundle identifier 'com.PlushCare.PlushCarestage' from the real device with UDID '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2'
2021-11-09 12:13:44:205 [XCUITest] Removal of 'com.PlushCare.PlushCarestage' succeeded
2021-11-09 12:13:44:206 [W3C (e35f0d5f)] Responding to client with driver.removeApp() result: true
2021-11-09 12:13:44:206 [HTTP] <-- POST /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e/appium/device/remove_app 200 339 ms - 14
2021-11-09 12:13:44:207 [HTTP]
2021-11-09 12:13:44:208 [HTTP] --> DELETE /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e
2021-11-09 12:13:44:208 [HTTP] {}
2021-11-09 12:13:44:209 [W3C (e35f0d5f)] Calling AppiumDriver.deleteSession() with args: ["e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e"]
2021-11-09 12:13:44:209 [BaseDriver] Event 'quitSessionRequested' logged at 1636488824209 (12:13:44 GMT-0800 (Pacific Standard Time))
2021-11-09 12:13:44:209 [Appium] Removing session e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e from our master session list
2021-11-09 12:13:44:213 [WD Proxy] Matched '/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e' to command name 'deleteSession'
2021-11-09 12:13:44:213 [WD Proxy] Proxying [DELETE /session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e] to [DELETE http://127.0.0.1:8100/session/703DC03C-8C62-471F-B325-2A37727FC5CA] with no body
2021-11-09 12:13:45:242 [WD Proxy] Got response with status 200: {"value":null,"sessionId":null}
2021-11-09 12:13:45:243 [DevCon Factory] Releasing connections for 3ae86f47e99f50fca4f1e4b60fb154437da5f8e2 device on any port number
2021-11-09 12:13:45:243 [DevCon Factory] Found cached connections to release: ["3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100"]
2021-11-09 12:13:45:243 [DevCon Factory] Releasing the listener for '3ae86f47e99f50fca4f1e4b60fb154437da5f8e2:8100'
2021-11-09 12:13:45:244 [iProxy@3ae86f47:8100] Closing the connection
2021-11-09 12:13:45:244 [DevCon Factory] Cached connections count: 0
2021-11-09 12:13:45:244 [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2021-11-09 12:13:45:245 [BaseDriver] Event 'quitSessionFinished' logged at 1636488825245 (12:13:45 GMT-0800 (Pacific Standard Time))
2021-11-09 12:13:45:245 [W3C (e35f0d5f)] Received response: null
2021-11-09 12:13:45:245 [W3C (e35f0d5f)] But deleting session, so not returning
2021-11-09 12:13:45:245 [W3C (e35f0d5f)] Responding to client with driver.deleteSession() result: null
2021-11-09 12:13:45:246 [HTTP] <-- DELETE /wd/hub/session/e35f0d5f-5fd4-456f-b6f2-f1ef7402d97e 200 1037 ms - 14
2021-11-09 12:13:45:246 [HTTP]
2021-11-09 12:14:15:250 [iProxy@3ae86f47:8100] The connection has been closed
2021-11-09 12:14:23:227 [Appium] Received SIGINT - shutting down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment