Skip to content

Instantly share code, notes, and snippets.

@arpitkup
Created April 7, 2020 00:05
Show Gist options
  • Save arpitkup/7e2e0f291f0586b74766118ec52a4078 to your computer and use it in GitHub Desktop.
Save arpitkup/7e2e0f291f0586b74766118ec52a4078 to your computer and use it in GitHub Desktop.
Appium log files
Last login: Mon Apr 6 15:12:38 on ttys000
rmap1001:~ arpit$ appium
[Appium] Welcome to Appium v1.16.0
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"platformName":"iOS","platformVersion":"13.3","deviceName":"iPhone 8","allowTouchIdEnroll":true,"automationName":"XCUITest","useNewWDA":true,"startIWDP":true,"app":"/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app","forceMjsonwp":true},"capabilities":{"firstMatch":[{"platformName":"iOS"}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"13.3","deviceName":"iPhone 8","allowTouchIdEnroll":true,"automationName":"XCUITest","useNewWDA":true,"startIWDP":true,"app":"/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app","forceMjsonwp":true},null,{"firstMatch":[{"platformName":"iOS"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1586162440653 (16:40:40 GMT+0800 (Australian Western Standard Time))
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["platformVersion","deviceName","allowTouchIdEnroll","automationName","useNewWDA","startIWDP","app","forceMjsonwp"]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities ["platformVersion","deviceName","allowTouchIdEnroll","automationName","useNewWDA","startIWDP","app","forceMjsonwp"] are not standard capabilities and should have an extension prefix
[Appium] Appium v1.16.0 creating new XCUITestDriver (v3.10.1) session
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "appium:platformVersion": "13.3",
[debug] [BaseDriver] "appium:deviceName": "iPhone 8",
[debug] [BaseDriver] "appium:allowTouchIdEnroll": true,
[debug] [BaseDriver] "appium:automationName": "XCUITest",
[debug] [BaseDriver] "appium:useNewWDA": true,
[debug] [BaseDriver] "appium:startIWDP": true,
[debug] [BaseDriver] "appium:app": "/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app",
[debug] [BaseDriver] "appium:forceMjsonwp": true,
[debug] [BaseDriver] "platformName": "iOS"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] allowTouchIdEnroll
[BaseDriver] forceMjsonwp
[BaseDriver] Session created with session id: 8a3c530d-d2db-4509-92ae-798578c1c0bf
[debug] [XCUITest] Current user: 'arpit'
[XCUITest] iOS SDK Version set to '13.2'
[iOSSim] Constructing iOS simulator for Xcode version 11.3.1 with udid '1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5'
[XCUITest] Determining device to run tests on: udid: '1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5', real device: false
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1586162441500 (16:40:41 GMT+0800 (Australian Western Standard Time))
[BaseDriver] Using local app '/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app'
[debug] [BaseDriver] Event 'appConfigured' logged at 1586162441505 (16:40:41 GMT+0800 (Australian Western Standard Time))
[debug] [XCUITest] Checking whether app '/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app '/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app': 'rwwa.com.au.TABtouch.TEST1'
[debug] [BaseDriver] Event 'resetStarted' logged at 1586162441508 (16:40:41 GMT+0800 (Australian Western Standard Time))
[XCUITest] Not scrubbing third party app in anticipation of uninstall
[debug] [BaseDriver] Event 'resetComplete' logged at 1586162441639 (16:40:41 GMT+0800 (Australian Western Standard Time))
[XCUITest] Continuing without capturing device logs: iOS Simulator with udid 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 is not running
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOS] Setting did not need to be updated
[debug] [iOSSim] Setting preferences of 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 Simulator to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 Simulator preferences at '/Users/arpit/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[iOSSim] Booting Simulator with UDID 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5...
[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 -ConnectHardwareKeyboard 0
[iOSSim] Simulator with UDID 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 booted in 5 seconds
[debug] [BaseDriver] Event 'simStarted' logged at 1586162447777 (16:40:47 GMT+0800 (Australian Western Standard Time))
[debug] [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5', using 'xcrun simctl spawn 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 log stream --style compact'
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1586162448184 (16:40:48 GMT+0800 (Australian Western Standard Time))
[debug] [XCUITest] Verifying application platform
[debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
[debug] [XCUITest] Reset requested. Removing app with id 'rwwa.com.au.TABtouch.TEST1' from the device
[debug] [XCUITest] Installing '/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app' on Simulator with UUID '1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5'...
[debug] [XCUITest] The app has been installed successfully.
[debug] [BaseDriver] Event 'appInstalled' logged at 1586162452968 (16:40:52 GMT+0800 (Australian Western Standard Time))
[XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[DevCon Factory] Requesting connection for device 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 on local port 8100, device port 8100
[debug] [DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5:8100
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[debug] [XCUITest] Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding
[XCUITest] Shutting down sub-processes
[debug] [iOSSim] Building bundle path map
[debug] [iOSSim] The simulator has '1' bundles which have 'WebDriverAgentRunner-Runner' as their 'CFBundleName':
[debug] [iOSSim] 'com.facebook.WebDriverAgentRunner.xctrunner'
[debug] [XCUITest] Uninstalling WDAs: 'com.facebook.WebDriverAgentRunner.xctrunner'
[debug] [BaseDriver] Event 'wdaUninstalled' logged at 1586162454377 (16:40:54 GMT+0800 (Australian Western Standard Time))
[debug] [XCUITest] Trying to start WebDriverAgent 2 times with 10000ms interval
[debug] [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1586162454378 (16:40:54 GMT+0800 (Australian Western Standard Time))
[XCUITest] Launching WebDriverAgent on the device
[WebDriverAgent] Fetching dependencies
[WebDriverAgent] Dependencies up-to-date
[debug] [XCUITest] Killing running processes 'xcodebuild.*1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5, 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5.*XCTRunner, xctest.*1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5' for the device 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5...
[debug] [XCUITest] 'pgrep -ifn xcodebuild.*1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -ifn 1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -ifn xctest.*1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5 IPHONEOS_DEPLOYMENT_TARGET=13.3 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[debug] [XCUITest] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [XCUITest] Log file for xcodebuild test: /Users/arpit/Library/Developer/Xcode/DerivedData/WebDriverAgent-aiaejbhejflmruhkhsmeebmhbaia/Logs/Test/Test-WebDriverAgentRunner-2020.04.06_16-40-56-+0800.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-F57EA848-9BFB-46C3-88F5-8DC29B008584/WebDriverAgentRunner-617BAB2C-AC28-4040-BCE4-2BAE27A84D81/Session-WebDriverAgentRunner-2020-04-06_164057-d78Wwi.log
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [WD Proxy] Got response with status 200: {
[debug] [WD Proxy] "value" : {
[debug] [WD Proxy] "message" : "WebDriverAgent is ready to accept commands",
[debug] [WD Proxy] "state" : "success",
[debug] [WD Proxy] "os" : {
[debug] [WD Proxy] "name" : "iOS",
[debug] [WD Proxy] "version" : "13.3",
[debug] [WD Proxy] "sdkVersion" : "13.0"
[debug] [WD Proxy] },
[debug] [WD Proxy] "ios" : {
[debug] [WD Proxy] "simulatorVersion" : "13.3",
[debug] [WD Proxy] "ip" : "192.168.1.6"
[debug] [WD Proxy] },
[debug] [WD Proxy] "ready" : true,
[debug] [WD Proxy] "build" : {
[debug] [WD Proxy] "upgradedAt" : "1582860719557",
[debug] [WD Proxy] "time" : "Apr 6 2020 13:55:12",
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
[debug] [WD Proxy] }
[debug] [WD Proxy] },
[debug] [WD Proxy] "sessionId" : "6A795657-1FE7-4ADB-A34D-04CE6561250F"
[debug] [WD Proxy] }
[debug] [XCUITest] WebDriverAgent information:
[debug] [XCUITest] {
[debug] [XCUITest] "message": "WebDriverAgent is ready to accept commands",
[debug] [XCUITest] "state": "success",
[debug] [XCUITest] "os": {
[debug] [XCUITest] "name": "iOS",
[debug] [XCUITest] "version": "13.3",
[debug] [XCUITest] "sdkVersion": "13.0"
[debug] [XCUITest] },
[debug] [XCUITest] "ios": {
[debug] [XCUITest] "simulatorVersion": "13.3",
[debug] [XCUITest] "ip": "192.168.1.6"
[debug] [XCUITest] },
[debug] [XCUITest] "ready": true,
[debug] [XCUITest] "build": {
[debug] [XCUITest] "upgradedAt": "1582860719557",
[debug] [XCUITest] "time": "Apr 6 2020 13:55:12",
[debug] [XCUITest] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
[debug] [XCUITest] }
[debug] [XCUITest] }
[debug] [XCUITest] WebDriverAgent successfully started after 5954ms
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1586162460412 (16:41:00 GMT+0800 (Australian Western Standard Time))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"rwwa.com.au.TABtouch.TEST1","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D","capabilities":{"device":"iphone","browserName":"TEST1 TABtouch","sdkVersion":"13.3","CFBundleIdentifier":"rwwa.com.au.TABtouch.TEST1"}},"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D"}
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1586162463426 (16:41:03 GMT+0800 (Australian Western Standard Time))
[debug] [BaseDriver] Event 'wdaStarted' logged at 1586162463426 (16:41:03 GMT+0800 (Australian Western Standard Time))
[XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[debug] [BaseDriver] Event 'orientationSet' logged at 1586162463426 (16:41:03 GMT+0800 (Australian Western Standard Time))
[Appium] New XCUITestDriver session created successfully, session 8a3c530d-d2db-4509-92ae-798578c1c0bf added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1586162463427 (16:41:03 GMT+0800 (Australian Western Standard Time))
[debug] [W3C (8a3c530d)] Cached the protocol value 'W3C' for the new session 8a3c530d-d2db-4509-92ae-798578c1c0bf
[debug] [W3C (8a3c530d)] 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","platformVersion":"13.3","deviceName":"iPhone 8","allowTouchIdEnroll":true,"automationName":"XCUITest","useNewWDA":true,"startIWDP":true,"app":"/Users/arpit/Documents/TabtouchApps/New/TEST1 TABtouch.app","forceMjsonwp":true,"udid":"1F6FDA61-CEE1-4C97-8ACC-9531803B1AF5"}}
[HTTP] <-- POST /wd/hub/session 200 22781 ms - 566
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/timeouts
[HTTP] {"implicit":10000}
[debug] [W3C (8a3c530d)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,10000,"8a3c530d-d2db-4509-92ae-798578c1c0bf"]
[debug] [XCUITest] Executing command 'timeouts'
[debug] [BaseDriver] W3C timeout argument: {"implicit":10000}}
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [W3C (8a3c530d)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/timeouts 200 3 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element
[HTTP] {"using":"accessibility id","value":"CONTINUE"}
[debug] [W3C (8a3c530d)] Calling AppiumDriver.findElement() with args: ["accessibility id","CONTINUE","8a3c530d-d2db-4509-92ae-798578c1c0bf"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 10000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/65F1F45F-C649-4393-AB5F-432BC735DF7D/element] with body: {"using":"accessibility id","value":"CONTINUE"}
[debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"10000000-0000-0000-C53E-010000000000","element-6066-11e4-a52e-4f735466cecf":"10000000-0000-0000-C53E-010000000000"},"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D"}
[debug] [W3C (8a3c530d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"10000000-0000-0000-C53E-010000000000","ELEMENT":"10000000-0000-0000-C53E-010000000000"}
[HTTP] <-- POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element 200 182 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/10000000-0000-0000-C53E-010000000000/click
[HTTP] {}
[W3C (8a3c530d)] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [WD Proxy] Matched '/wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/10000000-0000-0000-C53E-010000000000/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/10000000-0000-0000-C53E-010000000000/click] to [POST http://localhost:8100/session/65F1F45F-C649-4393-AB5F-432BC735DF7D/element/10000000-0000-0000-C53E-010000000000/click] with body: {}
[debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D"}
[WD Proxy] Replacing sessionId 65F1F45F-C649-4393-AB5F-432BC735DF7D with 8a3c530d-d2db-4509-92ae-798578c1c0bf
[HTTP] <-- POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/10000000-0000-0000-C53E-010000000000/click 200 337 ms - 65
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element
[HTTP] {"using":"accessibility id","value":"Allow Once"}
[debug] [W3C (8a3c530d)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow Once","8a3c530d-d2db-4509-92ae-798578c1c0bf"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 10000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/65F1F45F-C649-4393-AB5F-432BC735DF7D/element] with body: {"using":"accessibility id","value":"Allow Once"}
[debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"5A000000-0000-0000-D63D-010000000000","element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-D63D-010000000000"},"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D"}
[debug] [W3C (8a3c530d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-D63D-010000000000","ELEMENT":"5A000000-0000-0000-D63D-010000000000"}
[HTTP] <-- POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element 200 372 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/5A000000-0000-0000-D63D-010000000000/click
[HTTP] {}
[W3C (8a3c530d)] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [WD Proxy] Matched '/wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/5A000000-0000-0000-D63D-010000000000/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/5A000000-0000-0000-D63D-010000000000/click] to [POST http://localhost:8100/session/65F1F45F-C649-4393-AB5F-432BC735DF7D/element/5A000000-0000-0000-D63D-010000000000/click] with body: {}
[debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"65F1F45F-C649-4393-AB5F-432BC735DF7D"}
[WD Proxy] Replacing sessionId 65F1F45F-C649-4393-AB5F-432BC735DF7D with 8a3c530d-d2db-4509-92ae-798578c1c0bf
[HTTP] <-- POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element/5A000000-0000-0000-D63D-010000000000/click 200 315 ms - 65
[HTTP]
[HTTP] --> POST /wd/hub/session/8a3c530d-d2db-4509-92ae-798578c1c0bf/element
[HTTP] {"using":"accessibility id","value":"NO THANKS"}
[debug] [W3C (8a3c530d)] Calling AppiumDriver.findElement() with args: ["accessibility id","NO THANKS","8a3c530d-d2db-4509-92ae-798578c1c0bf"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 10000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/65F1F45F-C649-4393-AB5F-432BC735DF7D/element] with body: {"using":"accessibility id","value":"NO THANKS"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment