Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wangtao169447/60587200d4b0835dd301bc9e5fc32994 to your computer and use it in GitHub Desktop.
Save wangtao169447/60587200d4b0835dd301bc9e5fc32994 to your computer and use it in GitHub Desktop.
iOS getPageSource very slowly
2017-01-07 14:53:18:073 - [Appium] Welcome to Appium v1.6.3 (REV e1c84bae37afae282f39b91025435c3717e6d0ab)
2017-01-07 14:53:18:075 - [Appium] Non-default server args:
2017-01-07 14:53:18:077 - [Appium] sessionOverride: true
2017-01-07 14:53:18:077 - [Appium] logTimestamp: true
2017-01-07 14:53:18:123 - [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-01-07 14:53:29:945 - [HTTP] --> POST /wd/hub/session {"requiredCapabilities":{},"desiredCapabilities":{"deviceName":"iPhone 6","udid":"14E62CB9-9D08-4C40-9A5E-6DF31729BA9F","platformName":"iOS","app":"/Users/learn/Documents/test_tools/app/TestAppiumApp.app","noReset":true,"newCommandTimeout":1800,"platformVersion":"10.2","autoAcceptAlerts":true,"automationName":"XCUITest","bundleId":"com.test.TestAppiumApp"}}
2017-01-07 14:53:29:948 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"deviceName":"iPhone 6","udid":"14E62CB9-9D08-4C40-9A5E-6DF31729BA9F","platformName":"iOS","app":"/Users/learn/Documents/test_tools/app/TestAppiumApp.app","noReset":true,"newCommandTimeout":1800,"platformVersion":"10.2","autoAcceptAlerts":true,"automationName":"XCUITest","bundleId":"com.test.TestAppiumApp"},{},null,null,null]
2017-01-07 14:53:29:950 - [Appium] Creating new XCUITestDriver session
2017-01-07 14:53:29:950 - [Appium] Capabilities:
2017-01-07 14:53:29:961 - [Appium] deviceName: 'iPhone 6'
2017-01-07 14:53:29:961 - [Appium] udid: '14E62CB9-9D08-4C40-9A5E-6DF31729BA9F'
2017-01-07 14:53:29:961 - [Appium] platformName: 'iOS'
2017-01-07 14:53:29:962 - [Appium] app: '/Users/learn/Documents/test_tools/app/TestAppiumApp.app'
2017-01-07 14:53:29:963 - [Appium] noReset: true
2017-01-07 14:53:29:963 - [Appium] newCommandTimeout: 1800
2017-01-07 14:53:29:963 - [Appium] platformVersion: '10.2'
2017-01-07 14:53:29:964 - [Appium] autoAcceptAlerts: true
2017-01-07 14:53:29:966 - [Appium] automationName: 'XCUITest'
2017-01-07 14:53:29:967 - [Appium] bundleId: 'com.test.TestAppiumApp'
2017-01-07 14:53:29:977 - [debug] [XCUITest] XCUITestDriver version: 2.4.3
2017-01-07 14:53:30:018 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-01-07 14:53:30:023 - [BaseDriver] Session created with session id: f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:53:30:128 - [debug] [XCUITest] Xcode version set to '8.2.1'
2017-01-07 14:53:30:155 - [debug] [XCUITest] iOS SDK Version set to '10.2'
2017-01-07 14:53:30:567 - [iOSSim] Constructing iOS simulator for Xcode version 8.2.1 with udid '14E62CB9-9D08-4C40-9A5E-6DF31729BA9F'
2017-01-07 14:53:30:568 - [XCUITest] Determining device to run tests on: udid: '14E62CB9-9D08-4C40-9A5E-6DF31729BA9F', real device: false
2017-01-07 14:53:30:569 - [BaseDriver] Using local app '/Users/learn/Documents/test_tools/app/TestAppiumApp.app'
2017-01-07 14:53:30:569 - [debug] [XCUITest] Checking whether app '/Users/learn/Documents/test_tools/app/TestAppiumApp.app' is actually present
2017-01-07 14:53:30:570 - [debug] [XCUITest] App is present
2017-01-07 14:53:30:674 - [debug] [iOSLog] Starting iOS 10.2 simulator log capture
2017-01-07 14:53:30:675 - [debug] [iOSLog] System log path: /Users/learn/Library/Logs/CoreSimulator/14E62CB9-9D08-4C40-9A5E-6DF31729BA9F/system.log
2017-01-07 14:53:30:696 - [XCUITest] Setting up simulator
2017-01-07 14:53:30:697 - [debug] [iOS] No reason to set locale
2017-01-07 14:53:30:697 - [debug] [iOS] No iOS / app preferences to set
2017-01-07 14:53:30:786 - [XCUITest] Simulator with udid '14E62CB9-9D08-4C40-9A5E-6DF31729BA9F' already booted
2017-01-07 14:53:30:786 - [debug] [XCUITest] Installing app '/Users/learn/Documents/test_tools/app/TestAppiumApp.app' on device
2017-01-07 14:53:39:042 - [XCUITest] Using WDA path: '/Users/learn/.nvm/versions/node/v6.3.0/lib/node_modules/.appium_npminstall/node_modules/.2.4.3@appium-xcuitest-driver/WebDriverAgent'
2017-01-07 14:53:39:043 - [XCUITest] Using WDA agent: '/Users/learn/.nvm/versions/node/v6.3.0/lib/node_modules/.appium_npminstall/node_modules/.2.4.3@appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-01-07 14:53:39:044 - [XCUITest] Launching WebDriverAgent on the device
2017-01-07 14:53:39:046 - [debug] [XCUITest] Carthage found: /usr/local/bin/carthage
2017-01-07 14:53:39:047 - [debug] [XCUITest] Killing hanging processes
2017-01-07 14:53:39:332 - [debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/learn/.nvm/versions/node/v6.3.0/lib/node_modules/.appium_npminstall/node_modules/.2.4.3@appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=14E62CB9-9D08-4C40-9A5E-6DF31729BA9F -configuration Debug' in directory '/Users/learn/.nvm/versions/node/v6.3.0/lib/node_modules/.appium_npminstall/node_modules/.2.4.3@appium-xcuitest-driver/WebDriverAgent'
2017-01-07 14:53:42:398 - [XCUITest] Waiting for WebDriverAgent to start on device
2017-01-07 14:53:43:184 - [debug] [XCUITest] Log file for xcodebuild test: /Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Logs/Test/1779EE45-FD0A-40EF-ACCD-9A7E9C26B4B9/Session-WebDriverAgentRunner-2017-01-07_225343-LUSI8W.log
2017-01-07 14:53:43:195 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:43 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:53:43:195 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:43 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:53:43:225 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:43 mbd-ios-qa CoreSimulatorBridge[41789]: Requesting installation of file:///Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/ with options: {
2017-01-07 14:53:43:225 - [debug] [WebDriverAgent] Sim: CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
2017-01-07 14:53:43:226 - [debug] [WebDriverAgent] Sim: PackageType = Developer;
2017-01-07 14:53:43:227 - [debug] [WebDriverAgent] Sim: SimulatorRootPath = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk";
2017-01-07 14:53:43:227 - [debug] [WebDriverAgent] Sim: SimulatorUserPath = "/Users/learn/Library/Developer/CoreSimulator/Devices/14E62CB9-9D08-4C40-9A5E-6DF31729BA9F/data";
2017-01-07 14:53:43:228 - [debug] [WebDriverAgent] Sim: }
2017-01-07 14:53:48:184 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: Requesting launch of com.apple.test.WebDriverAgentRunner-Runner with options: {
2017-01-07 14:53:48:184 - [debug] [WebDriverAgent] Sim: arguments = (
2017-01-07 14:53:48:185 - [debug] [WebDriverAgent] Sim: "-NSTreatUnknownArgumentsAsOpen",
2017-01-07 14:53:48:186 - [debug] [WebDriverAgent] Sim: NO,
2017-01-07 14:53:48:186 - [debug] [WebDriverAgent] Sim: "-ApplePersistenceIgnoreState",
2017-01-07 14:53:48:186 - [debug] [WebDriverAgent] Sim: YES
2017-01-07 14:53:48:186 - [debug] [WebDriverAgent] Sim: );
2017-01-07 14:53:48:186 - [debug] [WebDriverAgent] Sim: environment = {
2017-01-07 14:53:48:187 - [debug] [WebDriverAgent] Sim: "DTX_CONNECTION_SERVICES_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Library/PrivateFrameworks/DTXConnectionServices.framework";
2017-01-07 14:53:48:187 - [debug] [WebDriverAgent] Sim: "DYLD_FRAMEWORK_PATH" = "/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator:/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
2017-01-07 14:53:48:188 - [debug] [WebDriverAgent] Sim: "DYLD_LIBRARY_PATH" = "/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator:/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
2017-01-07 14:53:48:188 - [debug] [WebDriverAgent] Sim: NSUnbufferedIO = YES;
2017-01-07 14:53:48:188 - [debug] [WebDriverAgent] Sim: "OS_ACTIVITY_DT_MODE" = YES;
2017-01-07 14:53:48:189 - [debug] [WebDriverAgent] Sim: "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
2017-01-07 14:53:48:189 - [debug] [WebDriverAgent] Sim: XCTestConfigurationFilePath = "/var/folders/gt/2s9bfjp12fq7cq11xzsgbhf00000gn/T/com.apple.dt.XCTest/792138B1-83D2-4430-80DF-E9840651930D/remote-container/tmp/WebDriverAgentRunner-792138B1-83D2-4430-80DF-E9840651930D.xctestconfiguration";
2017-01-07 14:53:48:189 - [debug] [WebDriverAgent] Sim: "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator";
2017-01-07 14:53:48:190 - [debug] [WebDriverAgent] Sim: "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator";
2017-01-07 14:53:48:190 - [debug] [WebDriverAgent] Sim: "__XPC_DYLD_LIBRARY_PATH" = "/Users/learn/Library/Developer/Xcode/DerivedData/WebDriverAgent-dsgwseoetjgzukbnsyfobmsidntr/Build/Products/Debug-iphonesimulator";
2017-01-07 14:53:48:190 - [debug] [WebDriverAgent] Sim: };
2017-01-07 14:53:48:191 - [debug] [WebDriverAgent] Sim: stderr = "/dev/ttys003";
2017-01-07 14:53:48:191 - [debug] [WebDriverAgent] Sim: stdout = "/dev/ttys003";
2017-01-07 14:53:48:191 - [debug] [WebDriverAgent] Sim: "wait_for_debugger" = 0;
2017-01-07 14:53:48:191 - [debug] [WebDriverAgent] Sim: }
2017-01-07 14:53:48:192 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: Beginning launch sequence for bundle 'com.apple.test.WebDriverAgentRunner-Runner'
2017-01-07 14:53:48:192 - [debug] [WebDriverAgent] Sim: retryTimeout: 120.000000 (default write com.apple.CoreSimulatorBridge LaunchRetryTimeout <value>)
2017-01-07 14:53:48:192 - [debug] [WebDriverAgent] Sim: bootTimeout: 300.000000 (default write com.apple.CoreSimulatorBridge BootRetryTimeout <value>)
2017-01-07 14:53:48:193 - [debug] [WebDriverAgent] Sim: bootLeeway: 120.000000 (default write com.apple.CoreSimulatorBridge BootLeeway <value>)
2017-01-07 14:53:48:194 - [debug] [WebDriverAgent] Sim: Note: Use 'xcrun simctl spawn booted defaults write <domain> <key> <value>' to modify defaults in the booted Simulator device.
2017-01-07 14:53:48:194 - [debug] [WebDriverAgent] Sim: Simulator booted at: 2017-01-07 06:41:37 +0000
2017-01-07 14:53:48:195 - [debug] [WebDriverAgent] Sim: Current time: 2017-01-07 14:53:48 +0000
2017-01-07 14:53:48:195 - [debug] [WebDriverAgent] Sim: Within boot leeway: NO
2017-01-07 14:53:48:198 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: Launch attempt #0 for bundle 'com.apple.test.WebDriverAgentRunner-Runner', have been trying to launch for 0 seconds. Modern launch services = YES
2017-01-07 14:53:48:199 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: Got LSBundleProxy for 'com.apple.test.WebDriverAgentRunner-Runner', sequenceNumber 316, cacheGUID 48645E83-50EA-495C-B321-0E2D8EB813A3
2017-01-07 14:53:48:199 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: [Common] [FBSSystemService][0x381a] Sending request to open "com.apple.test.WebDriverAgentRunner-Runner"
2017-01-07 14:53:48:201 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: [Common] [FBSSystemService][0x381a] Request successful: <FBSProcessHandle: 0x7f9071f14150; XCTRunner:52952; valid: YES>
2017-01-07 14:53:48:201 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa CoreSimulatorBridge[41789]: Launch successful for 'com.apple.test.WebDriverAgentRunner-Runner'
2017-01-07 14:53:48:311 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa XCTRunner[52952]: assertion failed: 15G1108 14C89: libxpc.dylib + 62677 [0339A402-6531-30E9-8BC2-589C463CD6D6]: 0x7d
2017-01-07 14:53:48:394 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:48 mbd-ios-qa XCTRunner[52952]: Running tests...
2017-01-07 14:53:49:179 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:49 --- last message repeated 3 times ---
2017-01-07 14:53:49:179 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:49 mbd-ios-qa XCTRunner[52952]: Continuing to run tests in the background with task ID 1
2017-01-07 14:53:49:729 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:49 --- last message repeated 9 times ---
2017-01-07 14:53:49:730 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:49 mbd-ios-qa XCTRunner[52952]: Built at Jan 3 2017 17:31:38
2017-01-07 14:53:49:750 - [XCUITest] Detected that WebDriverAgent is running at url 'http://172.20.146.13:8100'
2017-01-07 14:53:49:751 - [debug] [WebDriverAgent] Sim: Jan 7 22:53:49 mbd-ios-qa XCTRunner[52952]: ServerURLHere->http://172.20.146.13:8100<-ServerURLHere
2017-01-07 14:53:49:752 - [XCUITest] WebDriverAgent started at url 'http://172.20.146.13:8100'
2017-01-07 14:53:49:756 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.test.TestAppiumApp","arguments":[],"environment":{},"shouldWaitForQuiescence":true}}
2017-01-07 14:53:54:061 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","capabilities":{"device":"iphone","browserName":"手百DEV","sdkVersion":"10.2","CFBundleIdentifier":"com.test.TestAppiumApp"}},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 14:53:54:064 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-01-07 14:53:54:064 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/orientation] with body: {"orientation":"PORTRAIT"}
2017-01-07 14:53:55:986 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 14:53:55:987 - [Appium] New XCUITestDriver session created successfully, session f254763e-494c-4b35-a837-e8dc619c0692 added to master session list
2017-01-07 14:53:55:988 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"deviceName":"iPhone 6","udid":"14E62CB9-9D08-4C40-9A5E-6DF31729BA9F","platformName":"iOS","app":"/Users/learn/Documents/test_tools/app/TestAppiumApp.app","noReset":true,"newCommandTimeout":1800,"platformVersion":"10.2","autoAcceptAlerts":true,"automationName":"XCUITest","bundleId":"com.test.TestAppiumApp"}
2017-01-07 14:53:55:993 - [HTTP] <-- POST /wd/hub/session 200 26045 ms - 591
2017-01-07 14:53:56:014 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/window/current/size {}
2017-01-07 14:53:56:018 - [debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:53:56:019 - [debug] [XCUITest] Executing command 'getWindowSize'
2017-01-07 14:53:56:020 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/window/current/size] with no body
2017-01-07 14:53:57:009 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:53:57:026 - [debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"width":375,"height":667}
2017-01-07 14:53:57:029 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/window/current/size 200 1013 ms - 98
2017-01-07 14:53:57:033 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/window/current/size {}
2017-01-07 14:53:57:034 - [debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:53:57:034 - [debug] [XCUITest] Executing command 'getWindowSize'
2017-01-07 14:53:57:035 - [debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/window/current/size] with no body
2017-01-07 14:53:58:047 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:53:58:048 - [debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"width":375,"height":667}
2017-01-07 14:53:58:050 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/window/current/size 200 1016 ms - 98
2017-01-07 14:53:58:053 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:53:58:054 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:53:58:054 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:53:58:056 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:54:03:234 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:03 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:03:240 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:03 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:04:647 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:04 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:04:648 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:04 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:04:719 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:04 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:04:722 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:04 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:08:008 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:08 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:08:010 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:08 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:08:016 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:08 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:08:017 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:08 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:09:122 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:09:128 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:09:130 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:09:134 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:09:759 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:09:759 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:09:760 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:09:761 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:09 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:11:808 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:11 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:11:809 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:11 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:11:810 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:11 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:11:810 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:11 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:12:169 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:12 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:12:171 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:12 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:12:197 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:12 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:12:205 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:12 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:19:309 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:19:312 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:19:340 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:19:343 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:19:393 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:19:396 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:19 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:25:308 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 --- last message repeated 1 time ---
2017-01-07 14:54:25:309 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:25:310 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:25:358 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:25:363 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:25:367 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:25:368 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:25 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:33:338 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:33:342 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:33:343 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:33:344 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:33:406 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:33:407 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:33:408 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:33:409 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:33 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:34:577 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:34 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:34:577 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:34 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:34:578 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:34 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:34:580 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:34 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:48:957 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:48 --- last message repeated 1 time ---
2017-01-07 14:54:48:958 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:48 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:48:964 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:48 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:48:964 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:48 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:48:966 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:48 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:035 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 --- last message repeated 1 time ---
2017-01-07 14:54:52:036 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:041 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:042 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:046 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:352 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:355 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:356 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:358 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:955 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:957 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:52:958 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:52:960 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:53:522 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:53 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:53:524 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:53 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:53:525 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:53 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:53:526 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:53 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:59:509 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:59 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:59:520 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:59 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:54:59:524 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:59 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:54:59:529 - [debug] [WebDriverAgent] Sim: Jan 7 22:54:59 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:13:784 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:13 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:13:786 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:13 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:13:791 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:13 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:13:802 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:13 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:22:122 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 --- last message repeated 1 time ---
2017-01-07 14:55:22:125 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:22:132 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:22:132 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:22:135 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:22:419 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:22:429 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:22:431 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:22:433 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:22 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:23:261 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:23 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:23:264 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:23 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:23:265 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:23 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:23:266 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:23 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:25:013 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:24 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:25:017 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:25 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:25:027 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:25 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:25:027 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:25 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:27:811 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:27 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:27:815 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:27 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:27:817 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:27 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:27:819 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:27 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:31:701 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:31 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:31:704 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:31 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:31:704 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:31 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:31:705 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:31 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:34:429 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:55:34:491 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:55:34:500 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 96441 ms - 192722
2017-01-07 14:55:34:510 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:55:34:511 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:55:34:512 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:55:34:513 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:55:34:800 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:34 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:34:803 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:34 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:34:848 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:34 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:34:848 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:34 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:35:105 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:35:108 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:35:111 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:35:115 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:35:656 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:35:657 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:35:709 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:35:713 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:35 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:37:044 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:37 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:37:045 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:37 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:55:37:046 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:37 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:55:37:048 - [debug] [WebDriverAgent] Sim: Jan 7 22:55:37 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:28:341 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:56:28:389 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:56:28:393 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 53880 ms - 192423
2017-01-07 14:56:28:401 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:56:28:402 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:56:28:402 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:56:28:403 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:56:40:657 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:40 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:40:687 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:40 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:40:853 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:40 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:40:855 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:40 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:41:810 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:41 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:41:811 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:41 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:41:863 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:41 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:41:864 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:41 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:43:406 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:43 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:43:408 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:43 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:43:411 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:43 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:43:412 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:43 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:52:269 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:52 --- last message repeated 1 time ---
2017-01-07 14:56:52:269 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:52:270 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:52:305 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:52 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:52:306 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:52 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:57:452 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:57 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:57:462 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:57 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:56:57:516 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:57 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:56:57:517 - [debug] [WebDriverAgent] Sim: Jan 7 22:56:57 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:02:300 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:02 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:02:302 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:02 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:02:302 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:02 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:02:303 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:02 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:07:352 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 --- last message repeated 1 time ---
2017-01-07 14:57:07:362 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:07:365 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:07:366 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:07:366 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:07:653 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:07:656 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:07:657 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:07:658 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:07 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:08:259 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:08 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:08:262 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:08 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:08:262 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:08 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:08:263 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:08 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:10:287 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:10 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:10:291 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:10 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:10:293 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:10 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:10:293 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:10 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:13:868 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:13 --- last message repeated 1 time ---
2017-01-07 14:57:13:868 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:13 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:13:869 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:13 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:13:869 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:13 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:13:870 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:13 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:14:398 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:14 --- last message repeated 1 time ---
2017-01-07 14:57:14:400 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:14 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:14:402 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:14 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:14:403 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:14 mbd-ios-qa CoreSimulatorBridge[41789]: Switching to keyboard: zh-Hans
2017-01-07 14:57:14:404 - [debug] [WebDriverAgent] Sim: Jan 7 22:57:14 mbd-ios-qa CoreSimulatorBridge[41789]: KEYMAP: Failed to determine iOS keyboard layout for language zh-Hans.
2017-01-07 14:57:36:767 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:57:36:818 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:57:36:822 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 68417 ms - 192423
2017-01-07 14:57:36:847 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[11]/XCUIElementTypeOther[1]/XCUIElementTypeImage[1]"}
2017-01-07 14:57:36:849 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[11]/XCUIElementTypeOther[1]/XCUIElementTypeImage[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:57:36:849 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 14:57:36:850 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 14:57:36:852 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 14:57:36:855 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[11]/XCUIElementTypeOther[1]/XCUIElementTypeImage[1]"}
2017-01-07 14:58:34:140 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"5F57F752-F0F1-41A0-BCA0-833B2835A2B1","type":"XCUIElementTypeImage","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 14:58:34:141 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5F57F752-F0F1-41A0-BCA0-833B2835A2B1","type":"XCUIElementTypeImage","label":null}
2017-01-07 14:58:34:143 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 57292 ms - 165
2017-01-07 14:58:34:147 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/name {}
2017-01-07 14:58:34:148 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:58:34:148 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:58:34:149 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/name] with body: {}
2017-01-07 14:58:35:317 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeImage\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:58:35:318 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:58:35:321 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/name 200 1172 ms - 94
2017-01-07 14:58:35:328 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/size {}
2017-01-07 14:58:35:331 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["5F57F752-F0F1-41A0-BCA0-833B2835A2B1","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:58:35:331 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 14:58:35:332 - [debug] [JSONWP Proxy] Proxying [GET /element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] with no body
2017-01-07 14:58:36:417 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 187,\n \"x\" : 51,\n \"width\" : 273,\n \"height\" : 248\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:58:36:418 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":273,"height":248}
2017-01-07 14:58:36:419 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/size 200 1091 ms - 98
2017-01-07 14:58:36:422 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/location {}
2017-01-07 14:58:36:423 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["5F57F752-F0F1-41A0-BCA0-833B2835A2B1","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:58:36:423 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:58:36:424 - [debug] [JSONWP Proxy] Proxying [GET /element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] with no body
2017-01-07 14:58:37:579 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 187,\n \"x\" : 51,\n \"width\" : 273,\n \"height\" : 248\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:58:37:580 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":51,"y":187}
2017-01-07 14:58:37:582 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/location 200 1159 ms - 88
2017-01-07 14:58:37:585 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/location {}
2017-01-07 14:58:37:586 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["5F57F752-F0F1-41A0-BCA0-833B2835A2B1","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:58:37:586 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:58:37:587 - [debug] [JSONWP Proxy] Proxying [GET /element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/rect] with no body
2017-01-07 14:58:38:780 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 187,\n \"x\" : 51,\n \"width\" : 273,\n \"height\" : 248\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:58:38:781 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":51,"y":187}
2017-01-07 14:58:38:782 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/location 200 1196 ms - 88
2017-01-07 14:58:38:784 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 14:58:38:784 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:58:38:785 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:58:38:786 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 14:58:38:888 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAnRmOiD9WoAAEAASURBVHgB\\r\\n7F0HuBRF1gUEXgREf3fXNZBzkgwKAiaCigq6ZjGBOa5xdc05hzWAoggqomIAUYyY\\r\\nEFFRQBQJgoBZUBHJyP3vmcd91OvXM9Pz3oSe9059X0\\/1dFdXVZ863X3q9q3qKuvX\\r\\nrxcuxIAcIAfIAXKAHCAHyAFygBwINweqsIHC3UBsH7YPOUAOkAPkADlADpAD5AA4\\r\\nQOHONw5840IOkAPkADlADpAD5AA5kAUcoHDPgkZiL5u9bHKAHCAHyAFygBwgB8gB\\r\\nCncKd\\/awyQFygBwgB8gBcoAcIAeygAMU7lnQSOxhs4dNDpAD5AA5QA6QA+QAOUDh\\r\\nTuHOHjY5QA6QA+QAOUAOkAPkQBZwgMI9CxqJPWz2sMkBcoAcIAfIAXKAHCAHKNwp\\r\\n3NnDJgfIAXKAHCAHyAFygBzIAg5QuGdBI7GHzR42OUAOkAPkADlADpAD5ACFO4U7\\r\\ne9jkADlADpAD5AA5QA6QA1nAgaQK999\\/\\/13efffdyPLTTz+FmgDffPONtG7dWrp1\\r\\n6yaod9h7satXr5ZJkybJhRdeKHvvvbfUq1dP6tSpI1WrVo3E+I\\/t2I90SB\\/2c2L9\\r\\naDmoaBxYuHBh5PrD\\/SVM57Zu3TpZtGiRvP766\\/LKK6\\/IV199JWvWrAlVHcOEF+vC\\r\\nexM5kF0cGD16tHTs2DGiiaCLwrigfqhnebmVFOF+++23S4sWLWSbbbYpAVbTpk3l\\r\\nySefLHcly3uSfsc\\/9thjxXV96623QllH1BtC4JxzzpH\\/+7\\/\\/K66vS8gqVar4bkd6\...
2017-01-07 14:58:38:895 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:58:38:913 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 128 ms - 1412666
2017-01-07 14:58:38:947 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"5F57F752-F0F1-41A0-BCA0-833B2835A2B1"}
2017-01-07 14:58:38:948 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:58:38:948 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:58:38:949 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"5F57F752-F0F1-41A0-BCA0-833B2835A2B1"}
2017-01-07 14:58:42:661 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"5F57F752-F0F1-41A0-BCA0-833B2835A2B1","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 14:58:42:661 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:58:42:663 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/5F57F752-F0F1-41A0-BCA0-833B2835A2B1/click 200 3714 ms - 118
2017-01-07 14:58:42:665 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:58:42:666 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:58:42:666 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:58:42:669 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:37:425 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:37:472 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:37:478 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 54809 ms - 192423
2017-01-07 14:59:37:485 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:37:485 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:37:485 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:37:486 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:39:021 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:39:028 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:39:030 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1544 ms - 23781
2017-01-07 14:59:39:033 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:39:034 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:39:034 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:39:035 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:40:925 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:40:934 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:40:936 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1902 ms - 23781
2017-01-07 14:59:40:942 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 14:59:40:943 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:40:943 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 14:59:40:944 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 14:59:40:945 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 14:59:40:947 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 14:59:43:148 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","type":"XCUIElementTypeButton","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 14:59:43:150 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","type":"XCUIElementTypeButton","label":null}
2017-01-07 14:59:43:152 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2209 ms - 166
2017-01-07 14:59:43:155 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/name {}
2017-01-07 14:59:43:156 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:43:157 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:43:157 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/name] with body: {}
2017-01-07 14:59:43:337 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:43:338 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:43:339 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/name 200 183 ms - 95
2017-01-07 14:59:43:342 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/size {}
2017-01-07 14:59:43:343 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:43:343 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 14:59:43:345 - [debug] [JSONWP Proxy] Proxying [GET /element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] with no body
2017-01-07 14:59:43:574 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 622,\n \"x\" : 125,\n \"width\" : 125,\n \"height\" : 40\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:43:574 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":125,"height":40}
2017-01-07 14:59:43:576 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/size 200 233 ms - 97
2017-01-07 14:59:43:578 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/location {}
2017-01-07 14:59:43:579 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:43:579 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:59:43:581 - [debug] [JSONWP Proxy] Proxying [GET /element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] with no body
2017-01-07 14:59:43:769 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 622,\n \"x\" : 125,\n \"width\" : 125,\n \"height\" : 40\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:43:770 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":125,"y":622}
2017-01-07 14:59:43:770 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/location 200 192 ms - 89
2017-01-07 14:59:43:773 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/location {}
2017-01-07 14:59:43:773 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:43:774 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:59:43:774 - [debug] [JSONWP Proxy] Proxying [GET /element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/rect] with no body
2017-01-07 14:59:43:976 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 622,\n \"x\" : 125,\n \"width\" : 125,\n \"height\" : 40\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:43:977 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":125,"y":622}
2017-01-07 14:59:43:978 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/location 200 205 ms - 89
2017-01-07 14:59:43:981 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 14:59:43:981 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:43:982 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:43:982 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 14:59:44:116 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgnYvbPwmQAAEAASURBVHgB\\r\\n7L0HvCxFmb\\/v7\\/8Lm3Xd4ObkGta0rtndRcGIYs4gIAZAVJLkKEElZ1ByFhOwqBhQ\\r\\niZKjJIELFy4ZJCMCgqH+\\/cy579w6fbtneubMmTN9z9OfT52e011dVf3W093feruq\\r\\n+ilPPPFEMmgDGZABGZABGZABGZABGZhsBp5iBU12BVk\\/1o8MyIAMyIAMyIAMyAAM\\r\\nKNx94+AbFxmQARmQARmQARmQgRYwoHBvQSXZyraVLQMyIAMyIAMyIAMyoHBXuNvC\\r\\nlgEZkAEZkAEZkAEZaAEDCvcWVJItbFvYMiADMiADMiADMiADCneFuy1sGZABGZAB\\r\\nGZABGZCBFjCgcG9BJdnCtoUtAzIgAzIgAzIgAzKgcFe428KWARmQARmQARmQARlo\\r\\nAQMK9xZUki1sW9gyIAMyIAMyIAMyIAMKd4W7LWwZkAEZkAEZkAEZkIEWMDBS4f7Q\\r\\nQw+ln\\/zkJ53w85\\/\\/fKIBuPnmm9MLX\\/jC9OpXvzpR7klvxT766KPpe9\\/7Xtp0003T\\r\\nG97whvRP\\/\\/RP6WlPe1r6X\\/\\/rf3XW\\/M929hOP+JN+TpZPz8GyxsDChQs71x\\/3l0k7\\r\\ntyjbaaedlm699daJK9+k2cvyeH+SgfYwcMwxx6SXvexlHU2ELprEQPko50y5Golw\\r\\n33PPPdPznve89L\\/\\/9\\/+eZqznPOc56atf\\/eqMCznTk6w6\\/uijj+6W9fTTT5\\/IMlJu\\r\\nHrYbbLBB+ou\\/+ItueXMgn\\/KUp1RuJz7HcXzV+butPTck6...
2017-01-07 14:59:44:128 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:44:144 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 162 ms - 1786542
2017-01-07 14:59:44:202 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"50BC26EE-1642-4563-ABE0-BF05D7CD4E4F"}
2017-01-07 14:59:44:203 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:44:203 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:44:204 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"50BC26EE-1642-4563-ABE0-BF05D7CD4E4F"}
2017-01-07 14:59:45:095 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"50BC26EE-1642-4563-ABE0-BF05D7CD4E4F","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 14:59:45:095 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:45:096 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/50BC26EE-1642-4563-ABE0-BF05D7CD4E4F/click 200 895 ms - 118
2017-01-07 14:59:45:099 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:45:100 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:45:100 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:45:101 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:48:360 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:48:369 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:48:371 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 3271 ms - 24094
2017-01-07 14:59:48:374 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:48:375 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:48:375 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:48:376 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:49:926 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:49:932 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:49:933 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1558 ms - 23781
2017-01-07 14:59:49:936 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:49:937 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:49:937 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:49:938 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:51:840 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:51:846 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:51:848 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1911 ms - 23781
2017-01-07 14:59:51:854 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[3]/XCUIElementTypeImage[1]"}
2017-01-07 14:59:51:855 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[3]/XCUIElementTypeImage[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:51:855 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 14:59:51:856 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 14:59:51:856 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 14:59:51:857 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[3]/XCUIElementTypeImage[1]"}
2017-01-07 14:59:54:034 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"37817DAB-F24F-441F-8051-F688F3CFEFAB","type":"XCUIElementTypeImage","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 14:59:54:035 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"37817DAB-F24F-441F-8051-F688F3CFEFAB","type":"XCUIElementTypeImage","label":null}
2017-01-07 14:59:54:036 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2182 ms - 165
2017-01-07 14:59:54:039 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/name {}
2017-01-07 14:59:54:040 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:54:040 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:54:041 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/name] with body: {}
2017-01-07 14:59:54:232 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeImage\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:54:233 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:54:234 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/name 200 194 ms - 94
2017-01-07 14:59:54:237 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/size {}
2017-01-07 14:59:54:238 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["37817DAB-F24F-441F-8051-F688F3CFEFAB","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:54:238 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 14:59:54:239 - [debug] [JSONWP Proxy] Proxying [GET /element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] with no body
2017-01-07 14:59:54:474 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 179,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 341\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:54:488 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":375,"height":341}
2017-01-07 14:59:54:491 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/size 200 252 ms - 98
2017-01-07 14:59:54:493 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/location {}
2017-01-07 14:59:54:494 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["37817DAB-F24F-441F-8051-F688F3CFEFAB","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:54:494 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:59:54:495 - [debug] [JSONWP Proxy] Proxying [GET /element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] with no body
2017-01-07 14:59:54:707 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 179,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 341\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:54:708 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":179}
2017-01-07 14:59:54:710 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/location 200 215 ms - 87
2017-01-07 14:59:54:714 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/location {}
2017-01-07 14:59:54:716 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["37817DAB-F24F-441F-8051-F688F3CFEFAB","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:54:717 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 14:59:54:718 - [debug] [JSONWP Proxy] Proxying [GET /element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/rect] with no body
2017-01-07 14:59:54:925 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 179,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 341\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 14:59:54:925 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":179}
2017-01-07 14:59:54:926 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/location 200 212 ms - 87
2017-01-07 14:59:54:929 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 14:59:54:929 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:54:929 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:54:931 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 14:59:55:108 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgnYvbPwmQAAEAASURBVHgB\\r\\n7L0HvCxFmb\\/v7\\/8Lm3Xd4ObkGta0rtndRcGIYs4gIAZAVJLkKEElZ1ByFhOwqBhQ\\r\\niZKjJIELFy4ZJCMCgqH+\\/cy579w6fbtneubMmTN9z9OfT52e011dVf3W093feruq\\r\\n+ilPPPFEMmgDGZABGZABGZABGZABGZhsBp5iBU12BVk\\/1o8MyIAMyIAMyIAMyAAM\\r\\nKNx94+AbFxmQARmQARmQARmQgRYwoHBvQSXZyraVLQMyIAMyIAMyIAMyoHBXuNvC\\r\\nlgEZkAEZkAEZkAEZaAEDCvcWVJItbFvYMiADMiADMiADMiADCneFuy1sGZABGZAB\\r\\nGZABGZCBFjCgcG9BJdnCtoUtAzIgAzIgAzIgAzKgcFe428KWARmQARmQARmQARlo\\r\\nAQMK9xZUki1sW9gyIAMyIAMyIAMyIAMKd4W7LWwZkAEZkAEZkAEZkIEWMDBS4f7Q\\r\\nQw+ln\\/zkJ53w85\\/\\/fKIBuPnmm9MLX\\/jC9OpXvzpR7klvxT766KPpe9\\/7Xtp0003T\\r\\nG97whvRP\\/\\/RP6WlPe1r6X\\/\\/rf3XW\\/M929hOP+JN+TpZPz8GyxsDChQs71x\\/3l0k7\\r\\ntyjbaaedlm699daJK9+k2cvyeH+SgfYwcMwxx6SXvexlHU2ELprEQPko50y5Golw\\r\\n33PPPdPznve89L\\/\\/9\\/+eZqznPOc56atf\\/eqMCznTk6w6\\/uijj+6W9fTTT5\\/IMlJu\\r\\nHrYbbLBB+ou\\/+ItueXMgn\\/KUp1RuJz7HcXzV+butPTck6...
2017-01-07 14:59:55:128 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:55:155 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 224 ms - 1786542
2017-01-07 14:59:55:192 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"37817DAB-F24F-441F-8051-F688F3CFEFAB"}
2017-01-07 14:59:55:192 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 14:59:55:193 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 14:59:55:193 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"37817DAB-F24F-441F-8051-F688F3CFEFAB"}
2017-01-07 14:59:56:109 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"37817DAB-F24F-441F-8051-F688F3CFEFAB","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 14:59:56:111 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 14:59:56:114 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/37817DAB-F24F-441F-8051-F688F3CFEFAB/click 200 920 ms - 118
2017-01-07 14:59:56:117 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:56:118 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:56:118 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:56:120 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:57:961 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:57:971 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:57:972 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1855 ms - 23781
2017-01-07 14:59:57:975 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:57:975 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:57:975 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:57:976 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 14:59:59:553 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 14:59:59:563 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 14:59:59:565 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1590 ms - 23781
2017-01-07 14:59:59:568 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 14:59:59:569 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 14:59:59:569 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 14:59:59:569 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:01:470 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:01:475 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:01:477 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1908 ms - 23781
2017-01-07 15:00:01:482 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeTextField[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:01:483 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeTextField[1]/XCUIElementTypeButton[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:01:483 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:01:484 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:01:484 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:01:485 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeTextField[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:03:523 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","type":"XCUIElementTypeButton","label":"image search"},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:03:524 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","type":"XCUIElementTypeButton","label":"image search"}
2017-01-07 15:00:03:526 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2042 ms - 176
2017-01-07 15:00:03:528 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/name {}
2017-01-07 15:00:03:529 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:03:529 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:03:530 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/name] with body: {}
2017-01-07 15:00:03:759 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:03:760 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:03:762 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/name 200 233 ms - 95
2017-01-07 15:00:03:768 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/size {}
2017-01-07 15:00:03:769 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:03:769 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:03:770 - [debug] [JSONWP Proxy] Proxying [GET /element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] with no body
2017-01-07 15:00:03:950 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 28,\n \"x\" : 309,\n \"width\" : 49,\n \"height\" : 49\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:03:950 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":49,"height":49}
2017-01-07 15:00:03:952 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/size 200 183 ms - 96
2017-01-07 15:00:03:954 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/location {}
2017-01-07 15:00:03:955 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:03:956 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:03:956 - [debug] [JSONWP Proxy] Proxying [GET /element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] with no body
2017-01-07 15:00:04:152 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 28,\n \"x\" : 309,\n \"width\" : 49,\n \"height\" : 49\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:04:153 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":309,"y":28}
2017-01-07 15:00:04:153 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/location 200 199 ms - 88
2017-01-07 15:00:04:156 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/location {}
2017-01-07 15:00:04:157 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:04:157 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:04:158 - [debug] [JSONWP Proxy] Proxying [GET /element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/rect] with no body
2017-01-07 15:00:04:343 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 28,\n \"x\" : 309,\n \"width\" : 49,\n \"height\" : 49\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:04:344 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":309,"y":28}
2017-01-07 15:00:04:345 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/location 200 188 ms - 88
2017-01-07 15:00:04:348 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:04:348 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:04:348 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:04:349 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:04:466 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgPZ9v4mEEAAEAASURBVHgB\\r\\n7J0HvNzUlf\\/Z3rObLdndbN9NoaX3hAAJLT2bTi+h9w4G03vHmA7GNpjyT0g2CSUh\\r\\nhd5LCtXdxsZg427ApnP\\/5yfNmbmjJ82beUVPwl99PvfdGelK9+rc38x8z9GR3hov\\r\\nv\\/xyoGADNIAG0AAaQANoAA2gATRQbQ2swQRVe4KYH+YHDaABNIAG0AAaQANoQBoA\\r\\n3LniwBUXNIAG0AAaQANoAA2ggRpoAHCvwSThZeNlowE0gAbQABpAA2gADQDugDse\\r\\nNhpAA2gADaABNIAG0EANNAC412CS8LDxsNEAGkADaAANoAE0gAYAd8AdDxsNoAE0\\r\\ngAbQABpAA2igBhoA3GswSXjYeNhoAA2gATSABtAAGkADgDvgjoeNBtAAGkADaAAN\\r\\noAE0UAMNAO41mCQ8bDxsNIAG0AAaQANoAA2gAcAdcMfDRgNoAA2gATSABtAAGqiB\\r\\nBoYU3JcvXx7uuOOOpDz77LOVFsCTTz4Z1l133fDxj388aNxV92JXrlwZbrzxxnDw\\r\\nwQeHjTbaKPzHf\\/xH+Ou\\/\\/uvwe7\\/3e0mt91qv7Wqn9lU\\/J8ZH5AANdKeBGTNmJJ9r\\r\\nfW8NxGaD3X8gfbJPd3OLnbATGhi8Bq644orwoQ99KGEicVEVi8ancQ52vocE3M88\\r\\n88yw1lprhT\\/4gz9oM9a73vWucPXVVw96kIM9ybz9L7\\/88uZYb7nllkqOUePWD+6+\\r\\n++4b\\/v7v\\/7453liQa6yxRu56tdd+2j\\/v\\/Fk3+C8KbPjmt+GCBQvCt7\\/97fC2t...
2017-01-07 15:00:04:476 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:04:497 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 149 ms - 1770946
2017-01-07 15:00:04:553 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"846060B0-8ADD-4B5C-AD87-1F3683ECEA6C"}
2017-01-07 15:00:04:555 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:04:557 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:04:561 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"846060B0-8ADD-4B5C-AD87-1F3683ECEA6C"}
2017-01-07 15:00:05:470 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"846060B0-8ADD-4B5C-AD87-1F3683ECEA6C","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:05:480 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:05:484 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/846060B0-8ADD-4B5C-AD87-1F3683ECEA6C/click 200 930 ms - 118
2017-01-07 15:00:05:491 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:05:492 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:05:493 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:05:493 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:07:093 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:07:098 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:07:099 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1608 ms - 17389
2017-01-07 15:00:07:102 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:07:103 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:07:103 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:07:104 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:08:129 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:08:133 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:08:134 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1031 ms - 17389
2017-01-07 15:00:08:137 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:08:137 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:08:138 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:08:138 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:09:327 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:09:334 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:09:340 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1200 ms - 17389
2017-01-07 15:00:09:348 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:09:348 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:09:348 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:09:349 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:09:350 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:09:351 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:11:141 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"23FB7A9F-9BCF-4D73-9308-F75C9467A304","type":"XCUIElementTypeButton","label":"顶部工具条 更多"},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:11:142 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"23FB7A9F-9BCF-4D73-9308-F75C9467A304","type":"XCUIElementTypeButton","label":"顶部工具条 更多"}
2017-01-07 15:00:11:143 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 1795 ms - 186
2017-01-07 15:00:11:145 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/name {}
2017-01-07 15:00:11:147 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:11:147 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:11:148 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/name] with body: {}
2017-01-07 15:00:11:314 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:11:315 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:11:316 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/name 200 170 ms - 95
2017-01-07 15:00:11:319 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/size {}
2017-01-07 15:00:11:319 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["23FB7A9F-9BCF-4D73-9308-F75C9467A304","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:11:319 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:11:320 - [debug] [JSONWP Proxy] Proxying [GET /element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] with no body
2017-01-07 15:00:11:482 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 15,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:11:483 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":35,"height":35}
2017-01-07 15:00:11:484 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/size 200 165 ms - 96
2017-01-07 15:00:11:486 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/location {}
2017-01-07 15:00:11:487 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["23FB7A9F-9BCF-4D73-9308-F75C9467A304","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:11:487 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:11:488 - [debug] [JSONWP Proxy] Proxying [GET /element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] with no body
2017-01-07 15:00:11:652 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 15,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:11:653 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":15,"y":10}
2017-01-07 15:00:11:654 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/location 200 167 ms - 87
2017-01-07 15:00:11:657 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/location {}
2017-01-07 15:00:11:657 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["23FB7A9F-9BCF-4D73-9308-F75C9467A304","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:11:658 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:11:658 - [debug] [JSONWP Proxy] Proxying [GET /element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/rect] with no body
2017-01-07 15:00:11:806 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 15,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:11:806 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":15,"y":10}
2017-01-07 15:00:11:807 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/location 200 150 ms - 87
2017-01-07 15:00:11:810 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:11:811 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:11:811 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:11:812 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:11:841 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAABJqpYdn3cAAEAASURBVHgB\\r\\n7N0JkGxndR9wngA9SUiPJwRil1HYMcYEL4ARmwFhrJCAMZSpLAaiECjKGPCS2Bib\\r\\nImCMwDjlxGAI2Bi8ia0ghMUOEBazeIHEZhNV8CTAGFFgjKgCShhz874Wd+g3mp7u\\r\\ne+d2n3NmflMFM6+nl2\\/O+X13\\/ueqp\\/sa17jGNTr\\/UwMGGGCAAQYYYIABBtIbSL9A\\r\\ng4XhigEGGGCAAQYYYIABk5XBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEGGGCAAQYY\\r\\nOOgGBHcTJgMMMMAAAwwwwAADBQxoUoEmHfTp0s\\/vDAsDDDDAAAMMMCC0GlwYYIAB\\r\\nBhhggAEGGChhoMQiTVimbAYYYIABBhhggIGDbkBwN2EywAADDDDAAAMMMFDAgCYV\\r\\naNJBny79\\/M6wMMAAAwwwwAADQqvBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEGGGCA\\r\\nAQYYOOgGBHcTJgMMMMAAAwwwwAADBQxoUoEmHfTp0s\\/vDAsDDDDAAAMMMCC0GlwY\\r\\nYIABBhhggAEGGChhoMQiTVimbAYYYIABBhhggIGDbkBwN2EywAADDDDAAAMMMFDA\\r\\ngCYVaNJBny79\\/M6wMMAAAwwwwAADQqvBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEG\\r\\nGGCAAQYYOOgG9n9wv+a1rtUdPuXU7tTrnNGdfuTM7siZ1++OXu\\/s7syzbthd7\\/o3\\r\\nmv2vfd0ua99r12nXbbdptzWB7n8jepy3x\\/Zv3t5k3De88JLRpTWt5tL+XalOK12p\\r\\...
2017-01-07 15:00:11:842 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:11:844 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 33 ms - 79186
2017-01-07 15:00:11:848 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"23FB7A9F-9BCF-4D73-9308-F75C9467A304"}
2017-01-07 15:00:11:850 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:11:850 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:11:851 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"23FB7A9F-9BCF-4D73-9308-F75C9467A304"}
2017-01-07 15:00:12:643 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"23FB7A9F-9BCF-4D73-9308-F75C9467A304","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:12:644 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:12:645 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/23FB7A9F-9BCF-4D73-9308-F75C9467A304/click 200 796 ms - 118
2017-01-07 15:00:12:647 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:12:648 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:12:648 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:12:649 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:13:958 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:13:968 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:13:970 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1322 ms - 17695
2017-01-07 15:00:13:973 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:13:973 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:13:973 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:13:974 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:15:032 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:15:040 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:15:041 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1068 ms - 17695
2017-01-07 15:00:15:044 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:15:044 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:15:044 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:15:045 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:16:224 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:16:233 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:16:236 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1191 ms - 17695
2017-01-07 15:00:16:242 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:16:243 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:16:243 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:16:245 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:16:246 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:16:247 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeButton[1]"}
2017-01-07 15:00:17:820 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E409307C-393A-46E3-8772-D648FAA9F843","type":"XCUIElementTypeButton","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:17:821 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E409307C-393A-46E3-8772-D648FAA9F843","type":"XCUIElementTypeButton","label":null}
2017-01-07 15:00:17:822 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 1579 ms - 166
2017-01-07 15:00:17:825 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/name {}
2017-01-07 15:00:17:826 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:17:826 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:17:827 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/E409307C-393A-46E3-8772-D648FAA9F843/name] with body: {}
2017-01-07 15:00:17:988 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:17:988 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:17:989 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/name 200 164 ms - 95
2017-01-07 15:00:17:992 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/size {}
2017-01-07 15:00:17:993 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["E409307C-393A-46E3-8772-D648FAA9F843","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:17:993 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:17:994 - [debug] [JSONWP Proxy] Proxying [GET /element/E409307C-393A-46E3-8772-D648FAA9F843/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/E409307C-393A-46E3-8772-D648FAA9F843/rect] with no body
2017-01-07 15:00:18:189 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 0,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:18:190 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":375,"height":667}
2017-01-07 15:00:18:202 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/size 200 209 ms - 98
2017-01-07 15:00:18:207 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/location {}
2017-01-07 15:00:18:207 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["E409307C-393A-46E3-8772-D648FAA9F843","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:18:208 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:18:209 - [debug] [JSONWP Proxy] Proxying [GET /element/E409307C-393A-46E3-8772-D648FAA9F843/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/E409307C-393A-46E3-8772-D648FAA9F843/rect] with no body
2017-01-07 15:00:18:362 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 0,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:18:362 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":0}
2017-01-07 15:00:18:364 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/location 200 157 ms - 85
2017-01-07 15:00:18:368 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/location {}
2017-01-07 15:00:18:369 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["E409307C-393A-46E3-8772-D648FAA9F843","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:18:370 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:18:370 - [debug] [JSONWP Proxy] Proxying [GET /element/E409307C-393A-46E3-8772-D648FAA9F843/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/E409307C-393A-46E3-8772-D648FAA9F843/rect] with no body
2017-01-07 15:00:18:532 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 0,\n \"x\" : 0,\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:18:533 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":0}
2017-01-07 15:00:18:534 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/location 200 165 ms - 85
2017-01-07 15:00:18:536 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:18:537 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:18:537 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:18:538 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:18:572 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAACDSOkMI+cAAEAASURBVHgB\\r\\n7J0H3NzEnfcDJEByhED65e5ylzfJXS5vLpf3anKXnkAgDr2bZsCYYjBgusH0ZooJ\\r\\nJRhIIFSD6YQaBxNKqDG9E7CpppliCAbT9O5vzGz06JF2pV39V6Pdrz6ffbSPNJr5\\r\\n6z\\/fmfnN7Gj0gQ984AMRH3wAAzAAAzAAAzAAAzAAA8EzELyBdCzoXMEADMAADMAA\\r\\nDMAADMAAPSs6LjAAAzAAAzAAAzAAAzBQCwZqYSQ9LHrZMAADMAADMAADMAADg84A\\r\\nwp0eJgzAAAzAAAzAAAzAAAzUgAEyqQaZNOi9S+6fERYYgAEYgAEYgAEYQLTScYEB\\r\\nGIABGIABGIABGICBWjBQCyPpYdHLhgEYgAEYgAEYgAEYGHQGEO70MGEABmAABmAA\\r\\nBmAABmCgBgyQSTXIpEHvXXL\\/jLDAAAzAAAzAAAzAAKKVjgsMwAAMwAAMwAAMwAAM\\r\\n1IKBWhhJD4teNgzAAAzAAAzAAAzAwKAzgHCnhwkDMAADMAADMAADMAADNWCATKpB\\r\\nJg1675L7Z4QFBmAABmAABmAABhCtdFxgAAZgAAZgAAZgAAZgoBYM1MJIelj0smEA\\r\\nBmAABmAABmAABgadAYQ7PUwYgAEYgAEYgAEYgAEYqAEDZFINMmnQe5fcPyMsMAAD\\r\\nMAADMAADMIBopeMCAzAAAzAAAzAAAzAAA7VgoBZG0sOilw0DMAADMAADMAADMDDo\\r\\nDPS\\/cF\\/sgx+Mlljyw9GH\\/+qj0VJLLxstvewno2U+\\/ulo2U98Jvr4Jz\\/rPvquYzqn\\r\\nMAqra3Q...
2017-01-07 15:00:18:573 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:18:575 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 38 ms - 100082
2017-01-07 15:00:18:579 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"E409307C-393A-46E3-8772-D648FAA9F843"}
2017-01-07 15:00:18:580 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:18:580 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:18:581 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/E409307C-393A-46E3-8772-D648FAA9F843/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"E409307C-393A-46E3-8772-D648FAA9F843"}
2017-01-07 15:00:19:423 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"E409307C-393A-46E3-8772-D648FAA9F843","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:19:423 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:19:424 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/E409307C-393A-46E3-8772-D648FAA9F843/click 200 844 ms - 118
2017-01-07 15:00:19:426 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:19:427 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:19:427 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:19:428 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:20:846 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:20:849 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:20:850 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1423 ms - 17389
2017-01-07 15:00:20:853 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:20:853 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:20:854 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:20:855 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:21:844 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:21:848 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:21:851 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 996 ms - 17389
2017-01-07 15:00:21:857 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:21:857 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:21:858 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:21:859 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:22:887 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:22:895 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:22:897 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1040 ms - 17389
2017-01-07 15:00:22:906 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[2]"}
2017-01-07 15:00:22:906 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[2]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:22:907 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:22:908 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:22:909 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:22:911 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeButton[2]"}
2017-01-07 15:00:24:386 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"DF141DBB-8D0E-4951-B47D-ACC228A0FED0","type":"XCUIElementTypeButton","label":"顶部工具条 关闭"},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:24:386 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"DF141DBB-8D0E-4951-B47D-ACC228A0FED0","type":"XCUIElementTypeButton","label":"顶部工具条 关闭"}
2017-01-07 15:00:24:388 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 1481 ms - 186
2017-01-07 15:00:24:391 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/name {}
2017-01-07 15:00:24:391 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:24:391 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:24:392 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/name] with body: {}
2017-01-07 15:00:24:536 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:24:537 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:24:537 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/name 200 146 ms - 95
2017-01-07 15:00:24:540 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/size {}
2017-01-07 15:00:24:540 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["DF141DBB-8D0E-4951-B47D-ACC228A0FED0","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:24:541 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:24:541 - [debug] [JSONWP Proxy] Proxying [GET /element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] with no body
2017-01-07 15:00:24:718 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 325,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:24:718 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":35,"height":35}
2017-01-07 15:00:24:719 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/size 200 179 ms - 96
2017-01-07 15:00:24:721 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/location {}
2017-01-07 15:00:24:722 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["DF141DBB-8D0E-4951-B47D-ACC228A0FED0","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:24:722 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:24:723 - [debug] [JSONWP Proxy] Proxying [GET /element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] with no body
2017-01-07 15:00:24:886 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 325,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:24:886 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":325,"y":10}
2017-01-07 15:00:24:887 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/location 200 165 ms - 88
2017-01-07 15:00:24:890 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/location {}
2017-01-07 15:00:24:890 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["DF141DBB-8D0E-4951-B47D-ACC228A0FED0","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:24:890 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:24:891 - [debug] [JSONWP Proxy] Proxying [GET /element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/rect] with no body
2017-01-07 15:00:25:059 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 10,\n \"x\" : 325,\n \"width\" : 35,\n \"height\" : 35\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:25:060 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":325,"y":10}
2017-01-07 15:00:25:061 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/location 200 171 ms - 88
2017-01-07 15:00:25:065 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:25:065 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:25:066 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:25:066 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:25:099 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAABJqpYdn3cAAEAASURBVHgB\\r\\n7N0JkGxndR9wngA9SUiPJwRil1HYMcYEL4ARmwFhrJCAMZSpLAaiECjKGPCS2Bib\\r\\nImCMwDjlxGAI2Bi8ia0ghMUOEBazeIHEZhNV8CTAGFFgjKgCShhz874Wd+g3mp7u\\r\\ne+d2n3NmflMFM6+nl2\\/O+X13\\/ueqp\\/sa17jGNTr\\/UwMGGGCAAQYYYIABBtIbSL9A\\r\\ng4XhigEGGGCAAQYYYIABk5XBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEGGGCAAQYY\\r\\nOOgGBHcTJgMMMMAAAwwwwAADBQxoUoEmHfTp0s\\/vDAsDDDDAAAMMMCC0GlwYYIAB\\r\\nBhhggAEGGChhoMQiTVimbAYYYIABBhhggIGDbkBwN2EywAADDDDAAAMMMFDAgCYV\\r\\naNJBny79\\/M6wMMAAAwwwwAADQqvBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEGGGCA\\r\\nAQYYOOgGBHcTJgMMMMAAAwwwwAADBQxoUoEmHfTp0s\\/vDAsDDDDAAAMMMCC0GlwY\\r\\nYIABBhhggAEGGChhoMQiTVimbAYYYIABBhhggIGDbkBwN2EywAADDDDAAAMMMFDA\\r\\ngCYVaNJBny79\\/M6wMMAAAwwwwAADQqvBhQEGGGCAAQYYYICBEgZKLNKEZcpmgAEG\\r\\nGGCAAQYYOOgG9n9wv+a1rtUdPuXU7tTrnNGdfuTM7siZ1++OXu\\/s7syzbthd7\\/o3\\r\\nmv2vfd0ua99r12nXbbdptzWB7n8jepy3x\\/Zv3t5k3De88JLRpTWt5tL+XalOK12p\\r\\...
2017-01-07 15:00:25:099 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:25:101 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 36 ms - 79186
2017-01-07 15:00:25:106 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"DF141DBB-8D0E-4951-B47D-ACC228A0FED0"}
2017-01-07 15:00:25:107 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:25:107 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:25:108 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"DF141DBB-8D0E-4951-B47D-ACC228A0FED0"}
2017-01-07 15:00:25:955 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"DF141DBB-8D0E-4951-B47D-ACC228A0FED0","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:25:955 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:25:957 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/DF141DBB-8D0E-4951-B47D-ACC228A0FED0/click 200 850 ms - 118
2017-01-07 15:00:25:960 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:25:962 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:25:962 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:25:963 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:27:697 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:27:707 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:27:709 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1749 ms - 23781
2017-01-07 15:00:27:714 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:27:714 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:27:715 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:27:715 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:29:233 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:29:240 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:29:242 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1527 ms - 23781
2017-01-07 15:00:29:245 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:29:246 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:29:246 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:29:247 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:31:025 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:31:032 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:31:033 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1788 ms - 23781
2017-01-07 15:00:31:038 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeImage[2]"}
2017-01-07 15:00:31:039 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeImage[2]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:31:039 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:31:039 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:31:040 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:31:040 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeImage[2]"}
2017-01-07 15:00:33:287 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"35D475B4-6520-4042-B59E-8CBBC7D4DB68","type":"XCUIElementTypeImage","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:33:288 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"35D475B4-6520-4042-B59E-8CBBC7D4DB68","type":"XCUIElementTypeImage","label":null}
2017-01-07 15:00:33:289 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2251 ms - 165
2017-01-07 15:00:33:292 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/name {}
2017-01-07 15:00:33:292 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:33:292 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:33:293 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/name] with body: {}
2017-01-07 15:00:33:486 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeImage\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:33:486 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:33:487 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/name 200 195 ms - 94
2017-01-07 15:00:33:490 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/size {}
2017-01-07 15:00:33:491 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["35D475B4-6520-4042-B59E-8CBBC7D4DB68","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:33:491 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:33:492 - [debug] [JSONWP Proxy] Proxying [GET /element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] with no body
2017-01-07 15:00:33:736 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 634,\n \"x\" : 143,\n \"width\" : 12,\n \"height\" : 16\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:33:737 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":12,"height":16}
2017-01-07 15:00:33:738 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/size 200 247 ms - 96
2017-01-07 15:00:33:740 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/location {}
2017-01-07 15:00:33:741 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["35D475B4-6520-4042-B59E-8CBBC7D4DB68","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:33:741 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:33:742 - [debug] [JSONWP Proxy] Proxying [GET /element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] with no body
2017-01-07 15:00:33:943 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 634,\n \"x\" : 143,\n \"width\" : 12,\n \"height\" : 16\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:33:944 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":143,"y":634}
2017-01-07 15:00:33:945 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/location 200 204 ms - 89
2017-01-07 15:00:33:948 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/location {}
2017-01-07 15:00:33:948 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["35D475B4-6520-4042-B59E-8CBBC7D4DB68","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:33:948 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:33:949 - [debug] [JSONWP Proxy] Proxying [GET /element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/rect] with no body
2017-01-07 15:00:34:152 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 634,\n \"x\" : 143,\n \"width\" : 12,\n \"height\" : 16\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:34:152 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":143,"y":634}
2017-01-07 15:00:34:153 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/location 200 205 ms - 89
2017-01-07 15:00:34:156 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:34:157 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:34:157 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:34:159 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:34:317 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgPZ9v4mEEAAEAASURBVHgB\\r\\n7J0HvNzUlf\\/Z3rObLdndbN9NoaX3hAAJLT2bTi+h9w4G03vHmA7GNpjyT0g2CSUh\\r\\nhd5LCtXdxsZg427ApnP\\/5yfNmbmjJ82beUVPwl99PvfdGelK9+rc38x8z9GR3hov\\r\\nv\\/xyoGADNIAG0AAaQANoAA2gATRQbQ2swQRVe4KYH+YHDaABNIAG0AAaQANoQBoA\\r\\n3LniwBUXNIAG0AAaQANoAA2ggRpoAHCvwSThZeNlowE0gAbQABpAA2gADQDugDse\\r\\nNhpAA2gADaABNIAG0EANNAC412CS8LDxsNEAGkADaAANoAE0gAYAd8AdDxsNoAE0\\r\\ngAbQABpAA2igBhoA3GswSXjYeNhoAA2gATSABtAAGkADgDvgjoeNBtAAGkADaAAN\\r\\noAE0UAMNAO41mCQ8bDxsNIAG0AAaQANoAA2gAcAdcMfDRgNoAA2gATSABtAAGqiB\\r\\nBoYU3JcvXx7uuOOOpDz77LOVFsCTTz4Z1l133fDxj388aNxV92JXrlwZbrzxxnDw\\r\\nwQeHjTbaKPzHf\\/xH+Ou\\/\\/uvwe7\\/3e0mt91qv7Wqn9lU\\/J8ZH5AANdKeBGTNmJJ9r\\r\\nfW8NxGaD3X8gfbJPd3OLnbATGhi8Bq644orwoQ99KGEicVEVi8ancQ52vocE3M88\\r\\n88yw1lprhT\\/4gz9oM9a73vWucPXVVw96kIM9ybz9L7\\/88uZYb7nllkqOUePWD+6+\\r\\n++4b\\/v7v\\/7453liQa6yxRu56tdd+2j\\/v\\/Fk3+C8KbPjmt+GCBQvCt7\\/97fC2t...
2017-01-07 15:00:34:341 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:34:395 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 238 ms - 1770946
2017-01-07 15:00:34:432 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"35D475B4-6520-4042-B59E-8CBBC7D4DB68"}
2017-01-07 15:00:34:432 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:34:433 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:34:434 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"35D475B4-6520-4042-B59E-8CBBC7D4DB68"}
2017-01-07 15:00:35:321 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"35D475B4-6520-4042-B59E-8CBBC7D4DB68","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:35:322 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:35:323 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/35D475B4-6520-4042-B59E-8CBBC7D4DB68/click 200 890 ms - 118
2017-01-07 15:00:35:325 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:35:326 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:35:326 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:35:327 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:37:011 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:37:018 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:37:020 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1694 ms - 23781
2017-01-07 15:00:37:023 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:37:023 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:37:024 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:37:024 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:38:522 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:38:531 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:38:533 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1509 ms - 23781
2017-01-07 15:00:38:536 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:38:537 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:38:537 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:38:539 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:40:217 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:40:228 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:40:230 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1693 ms - 23781
2017-01-07 15:00:40:237 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeImage[1]"}
2017-01-07 15:00:40:237 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeImage[1]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:40:238 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:40:239 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:40:240 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:40:241 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[2]/XCUIElementTypeImage[1]"}
2017-01-07 15:00:42:588 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","type":"XCUIElementTypeImage","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:42:589 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","type":"XCUIElementTypeImage","label":null}
2017-01-07 15:00:42:591 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2354 ms - 165
2017-01-07 15:00:42:594 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/name {}
2017-01-07 15:00:42:594 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:42:595 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:42:596 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/name] with body: {}
2017-01-07 15:00:42:770 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeImage\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:42:771 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:42:772 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/name 200 178 ms - 94
2017-01-07 15:00:42:782 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/size {}
2017-01-07 15:00:42:783 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:42:784 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:42:786 - [debug] [JSONWP Proxy] Proxying [GET /element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] with no body
2017-01-07 15:00:43:002 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 199,\n \"x\" : 0,\n \"width\" : 87,\n \"height\" : 300\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:43:004 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":87,"height":300}
2017-01-07 15:00:43:005 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/size 200 222 ms - 97
2017-01-07 15:00:43:008 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/location {}
2017-01-07 15:00:43:009 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:43:010 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:43:011 - [debug] [JSONWP Proxy] Proxying [GET /element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] with no body
2017-01-07 15:00:43:213 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 199,\n \"x\" : 0,\n \"width\" : 87,\n \"height\" : 300\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:43:214 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":199}
2017-01-07 15:00:43:215 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/location 200 207 ms - 87
2017-01-07 15:00:43:218 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/location {}
2017-01-07 15:00:43:219 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:43:219 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:43:220 - [debug] [JSONWP Proxy] Proxying [GET /element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/rect] with no body
2017-01-07 15:00:43:421 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 199,\n \"x\" : 0,\n \"width\" : 87,\n \"height\" : 300\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:43:422 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":199}
2017-01-07 15:00:43:423 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/location 200 204 ms - 87
2017-01-07 15:00:43:426 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:43:427 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:43:427 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:43:428 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:43:578 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgPZ9v4mEEAAEAASURBVHgB\\r\\n7J0HvNzUlf\\/Z3rObLdndbN9NoaX3hAAJLT2bTi+h9w4G03vHmA7GNpjyT0g2CSUh\\r\\nhd5LCtXdxsZg427ApnP\\/5yfNmbmjJ82beUVPwl99PvfdGelK9+rc38x8z9GR3hov\\r\\nv\\/xyoGADNIAG0AAaQANoAA2gATRQbQ2swQRVe4KYH+YHDaABNIAG0AAaQANoQBoA\\r\\n3LniwBUXNIAG0AAaQANoAA2ggRpoAHCvwSThZeNlowE0gAbQABpAA2gADQDugDse\\r\\nNhpAA2gADaABNIAG0EANNAC412CS8LDxsNEAGkADaAANoAE0gAYAd8AdDxsNoAE0\\r\\ngAbQABpAA2igBhoA3GswSXjYeNhoAA2gATSABtAAGkADgDvgjoeNBtAAGkADaAAN\\r\\noAE0UAMNAO41mCQ8bDxsNIAG0AAaQANoAA2gAcAdcMfDRgNoAA2gATSABtAAGqiB\\r\\nBoYU3JcvXx7uuOOOpDz77LOVFsCTTz4Z1l133fDxj388aNxV92JXrlwZbrzxxnDw\\r\\nwQeHjTbaKPzHf\\/xH+Ou\\/\\/uvwe7\\/3e0mt91qv7Wqn9lU\\/J8ZH5AANdKeBGTNmJJ9r\\r\\nfW8NxGaD3X8gfbJPd3OLnbATGhi8Bq644orwoQ99KGEicVEVi8ancQ52vocE3M88\\r\\n88yw1lprhT\\/4gz9oM9a73vWucPXVVw96kIM9ybz9L7\\/88uZYb7nllkqOUePWD+6+\\r\\n++4b\\/v7v\\/7453liQa6yxRu56tdd+2j\\/v\\/Fk3+C8KbPjmt+GCBQvCt7\\/97fC2t...
2017-01-07 15:00:43:589 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:43:606 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 177 ms - 1770946
2017-01-07 15:00:43:664 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"221ADD0F-81CC-4E1E-8989-08CC3A20EFBE"}
2017-01-07 15:00:43:665 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:43:666 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:43:667 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"221ADD0F-81CC-4E1E-8989-08CC3A20EFBE"}
2017-01-07 15:00:44:555 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"221ADD0F-81CC-4E1E-8989-08CC3A20EFBE","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:44:556 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:44:558 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/221ADD0F-81CC-4E1E-8989-08CC3A20EFBE/click 200 893 ms - 118
2017-01-07 15:00:44:561 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:44:561 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:44:562 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:44:562 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:46:422 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:46:431 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:46:433 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1871 ms - 23781
2017-01-07 15:00:46:435 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:46:436 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:46:436 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:46:438 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:48:018 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:48:023 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:48:028 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1589 ms - 23781
2017-01-07 15:00:48:030 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source {}
2017-01-07 15:00:48:031 - [debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:48:031 - [debug] [XCUITest] Executing command 'getPageSource'
2017-01-07 15:00:48:032 - [debug] [JSONWP Proxy] Proxying [POST /source] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/source] with no body
2017-01-07 15:00:49:750 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"tree\" : {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVisible\" : \"1\",\n \"frame\" : \"{{0, 0}, {375, 667}}\",\n \"children\" : [\n {\n \"isEnabled\" : \"1\",\n \"isVi...
2017-01-07 15:00:49:755 - [debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication name=\"手百DEV\" label=\"手百DEV\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther name=\"\" label=\"\" value=\"\" dom=\"\" enabled=\"true\" valid=\"true\" visible=\"true\" hint=\"\" path=\"/0/0/0/0/0\" x=\"0\" ...
2017-01-07 15:00:49:757 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/source 200 1726 ms - 23781
2017-01-07 15:00:49:763 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element {"using":"xpath","sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeButton[3]"}
2017-01-07 15:00:49:763 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeButton[3]","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:49:764 - [debug] [XCUITest] Executing command 'findElement'
2017-01-07 15:00:49:764 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-01-07 15:00:49:765 - [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-01-07 15:00:49:765 - [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[1]/XCUIElementTypeWindow[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[1]/XCUIElementTypeOther[4]/XCUIElementTypeOther[1]/XCUIElementTypeButton[3]"}
2017-01-07 15:00:52:057 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"9DC7F57C-506C-4212-9402-C35BC1691364","type":"XCUIElementTypeButton","label":null},"sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127","status":0}
2017-01-07 15:00:52:058 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"9DC7F57C-506C-4212-9402-C35BC1691364","type":"XCUIElementTypeButton","label":null}
2017-01-07 15:00:52:060 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element 200 2296 ms - 166
2017-01-07 15:00:52:064 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/name {}
2017-01-07 15:00:52:064 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:52:065 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:52:065 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/name] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/9DC7F57C-506C-4212-9402-C35BC1691364/name] with body: {}
2017-01-07 15:00:52:246 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeButton\",\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:52:246 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:52:247 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/name 200 183 ms - 95
2017-01-07 15:00:52:249 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/size {}
2017-01-07 15:00:52:250 - [debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["9DC7F57C-506C-4212-9402-C35BC1691364","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:52:250 - [debug] [XCUITest] Executing command 'getSize'
2017-01-07 15:00:52:251 - [debug] [JSONWP Proxy] Proxying [GET /element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] with no body
2017-01-07 15:00:52:477 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 617,\n \"x\" : 263,\n \"width\" : 51,\n \"height\" : 50\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:52:478 - [debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":51,"height":50}
2017-01-07 15:00:52:479 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/size 200 229 ms - 96
2017-01-07 15:00:52:482 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/location {}
2017-01-07 15:00:52:483 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["9DC7F57C-506C-4212-9402-C35BC1691364","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:52:483 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:52:484 - [debug] [JSONWP Proxy] Proxying [GET /element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] with no body
2017-01-07 15:00:52:683 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 617,\n \"x\" : 263,\n \"width\" : 51,\n \"height\" : 50\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:52:683 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":263,"y":617}
2017-01-07 15:00:52:684 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/location 200 202 ms - 89
2017-01-07 15:00:52:686 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/location {}
2017-01-07 15:00:52:687 - [debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["9DC7F57C-506C-4212-9402-C35BC1691364","f254763e-494c-4b35-a837-e8dc619c0692"]
2017-01-07 15:00:52:687 - [debug] [XCUITest] Executing command 'getLocation'
2017-01-07 15:00:52:688 - [debug] [JSONWP Proxy] Proxying [GET /element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/9DC7F57C-506C-4212-9402-C35BC1691364/rect] with no body
2017-01-07 15:00:52:895 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"y\" : 617,\n \"x\" : 263,\n \"width\" : 51,\n \"height\" : 50\n },\n \"sessionId\" : \"09020B00-C3F5-4D95-95E5-89D4B6A01127\",\n \"status\" : 0\n}"
2017-01-07 15:00:52:896 - [debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":263,"y":617}
2017-01-07 15:00:52:896 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/location 200 210 ms - 89
2017-01-07 15:00:52:899 - [HTTP] --> GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot {}
2017-01-07 15:00:52:899 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:52:899 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:52:900 - [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot] to [GET http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/screenshot] with body: {}
2017-01-07 15:00:53:030 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAgly2vzu6oAAEAASURBVHgB\\r\\n7J0HvOVE+b\\/5\\/X\\/FXrD3itiwgAgWmlQFUVFROoj0LnXpTXrvLLssHURAkCKotKWX\\r\\npZctbKcsZSuwS1Gc\\/3xz9z13Tm6Sk5ya3Pvk85mbc5PJzOSdJ8l33sxMFnnjjTcc\\r\\nARvAAAzAAAzAAAzAAAzAQLkZWIQKKncFUT\\/UDwzAAAzAAAzAAAzAgBhAuPPGgTcu\\r\\nMAADMAADMAADMAADFWAA4V6BSqKVTSsbBmAABmAABmAABmAA4Y5wp4UNAzAAAzAA\\r\\nAzAAAzBQAQYQ7hWoJFrYtLBhAAZgAAZgAAZgAAYQ7gh3WtgwAAMwAAMwAAMwAAMV\\r\\nYADhXoFKooVNCxsGYAAGYAAGYAAGYADhjnCnhQ0DMAADMAADMAADMFABBhDuFagk\\r\\nWti0sGEABmAABmAABmAABhDuCHda2DAAAzAAAzAAAzAAAxVgoK3Cfe7cue62226L\\r\\nwgsvvFBqAKZOneqWWGIJ973vfc+p3GVvxc6fP99dd911bo899nCrrLKK++xnP+ve\\r\\n9773uf\\/6r\\/+K1vpf27Vf8RS\\/7OdE+fAcwEA+BiZOnBhd17pvNWOzVo9vJk+OyVe3\\r\\n2Ak7wUDrDJx\\/\\/vnuO9\\/5TqSJpIvKGFQ+lbPV+m6LcD\\/uuOPcV7\\/6Vfff\\/\\/3fdcZa\\r\\nfPHF3cUXX9xyIVs9yaTjzzvvvFpZb7755lKWUeXWA3fnnXd2H\\/rQh2rlDYFcZJFF\\r\\nErcrvo7T8Unnz7bWbxTYcPDb8Pnnn3e\\/+c1v3Ec+8pEoLLvsspnX02WXX...
2017-01-07 15:00:53:048 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:53:066 - [HTTP] <-- GET /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/screenshot 200 166 ms - 1785966
2017-01-07 15:00:53:130 - [HTTP] --> POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/click {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"9DC7F57C-506C-4212-9402-C35BC1691364"}
2017-01-07 15:00:53:131 - [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-01-07 15:00:53:131 - [debug] [XCUITest] Executing command 'proxyReqRes'
2017-01-07 15:00:53:132 - [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/click] to [POST http://localhost:8100/session/09020B00-C3F5-4D95-95E5-89D4B6A01127/element/9DC7F57C-506C-4212-9402-C35BC1691364/click] with body: {"sessionId":"f254763e-494c-4b35-a837-e8dc619c0692","id":"9DC7F57C-506C-4212-9402-C35BC1691364"}
2017-01-07 15:00:54:000 - [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"9DC7F57C-506C-4212-9402-C35BC1691364","value":"","sessionId":"09020B00-C3F5-4D95-95E5-89D4B6A01127"}
2017-01-07 15:00:54:000 - [JSONWP Proxy] Replacing sessionId 09020B00-C3F5-4D95-95E5-89D4B6A01127 with f254763e-494c-4b35-a837-e8dc619c0692
2017-01-07 15:00:54:002 - [HTTP] <-- POST /wd/hub/session/f254763e-494c-4b35-a837-e8dc619c0692/element/9DC7F57C-506C-4212-9402-C35BC1691364/click 200 871 ms - 118
@VTINFOJames
Copy link

I'm running Appium 1.7.1 and testing iOS 11. The command getPageSource() just hangs. The command was submitted over 10 minutes ago and Appium isn't updating at all. I can run the same test code on the same Appium server against iOS 10.3 and it works. Has anyone else had this issue with iOS 11?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment