Hi guys, I am having an issue with my code giving me: “org.openqa.selenium.WebDriver.Exception: Method is not implemented (WARNING: The server did not provide any stacktrace information)”
On this line: “driver.get(“https://www.google.com”);”
Versions:
- iPhone 6S 9.3.4
- Appium 1.6
- java-client 4.1.2
- selenium java 3.0.1
I am able to launch Safari-launcher and it will launch Safari browser after a couple seconds delay, I also tried 30 seconds delay.
appium --default-capabilities "{\"udid\":\"536cbf70e3de97153e935e45f6b658ab0ff90456\"}" --port 1234 --bootstrap-port 1236 --webkit-debug-proxy-port 1238 --tmp /tmp/ios/
(node:983) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
[Appium] Welcome to Appium v1.6.0
[Appium] Non-default server args:
[Appium] port: 1234
[Appium] bootstrapPort: 1236
[Appium] tmpDir: '/tmp/ios/'
[Appium] webkitDebugProxyPort: 1238
[Appium] defaultCapabilities: { udid: '536cbf70e3de97153e935e45f6b658ab0ff90456' }
[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
[Appium] udid: '536cbf70e3de97153e935e45f6b658ab0ff90456'
[Appium] Appium REST http interface listener started on 0.0.0.0:1234
[HTTP] --> POST /wd/hub/session {"capabilities":{"desiredCapabilities":{"safariIgnoreFraudWarning":true,"platformVersion":"9.3","safariAllowPopups":false,"automationName":"Appium","bundleId":"com.byterac.SafariLauncher","platformName":"iOS","udid":"536cbf70e3de97153e935e45f6b658ab0ff90456","deviceName":"iPhone"},"requiredCapabilities":{}},"desiredCapabilities":{"safariIgnoreFraudWarning":true,"platformVersion":"9.3","safariAllowPopups":false,"automationName":"Appium","bundleId":"com.byterac.SafariLauncher","platformName":"iOS","udid":"536cbf70e3de97153e935e45f6b658ab0ff90456","deviceName":"iPhone"},"requiredCapabilities":{}}
[debug] [MJSONWP] Bad parameters: BadParametersError: Parameters were incorrect. We wanted {"required":["desiredCapabilities"],"optional":["requiredCapabilities","sessionId","id"]} and you sent ["capabilities","desiredCapabilities","requiredCapabilities"]
[HTTP] <-- POST /wd/hub/session 400 15 ms - 201
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"safariIgnoreFraudWarning":true,"platformVersion":"9.3","safariAllowPopups":false,"automationName":"Appium","bundleId":"com.byterac.SafariLauncher","platformName":"iOS","udid":"536cbf70e3de97153e935e45f6b658ab0ff90456","deviceName":"iPhone"},"requiredCapabilities":{}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"safariIgnoreFraudWarning...
[Appium] Creating new IosDriver session
[Appium] Capabilities:
[Appium] safariIgnoreFraudWarning: true
[Appium] platformVersion: '9.3'
[Appium] safariAllowPopups: false
[Appium] automationName: 'Appium'
[Appium] bundleId: 'com.byterac.SafariLauncher'
[Appium] platformName: 'iOS'
[Appium] udid: '536cbf70e3de97153e935e45f6b658ab0ff90456'
[Appium] deviceName: 'iPhone'
[BaseDriver] Session created with session id: 490e0a56-c00a-4e0a-91ec-e4d2e4e4d913
[debug] [iOS] Xcode version set to 7.3.1
[debug] [iOS] Not auto-detecting udid.
[debug] [iOS] Removing any remaining instruments sockets
[debug] [iOS] Cleaned up instruments socket /tmp/ios/instruments_sock
[debug] [iOS] Localizable.strings is not currently supported when using real devices.
[debug] [iOS] Creating instruments
[debug] [UIAuto] Preparing bootstrap code
[debug] [UIAuto] Dynamic bootstrap dir: /Users/jnguyen/Library/Application Support/appium/bootstrap
[debug] [UIAuto] Dynamic env: {"nodePath":"/usr/local/Cellar/node/7.0.0/bin/node","commandProxyClientPath":"/usr/local/lib/node_modules/appium/node_modules/appium-uiauto/build/lib/bin/command-proxy-client.js","instrumentsSock":"/tmp/ios/instruments_sock","interKeyDelay":null,"justLoopInfinitely":false,"autoAcceptAlerts":false,"autoDismissAlerts":false,"sendKeyStrategy":"grouped"}
[debug] [UIAuto] Dynamic bootstrap code: // This file is automatically generated...o not manually modify!
[debug] [UIAuto] Dynamic bootstrap path: /Users/jnguyen/Library/Application Support/appium/bootstrap/bootstrap-255a129bcd484b2b.js
[debug] [UIAuto] Reusing dynamic bootstrap: /Users/jnguyen/Library/Application Support/appium/bootstrap/bootstrap-255a129bcd484b2b.js
[debug] [iOS] Creating iDevice object with udid 536cbf70e3de97153e935e45f6b658ab0ff90456
[debug] [iOS] Running ios real device reset flow
[debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
[debug] [iOS] App is not installed. Will try to install.
[debug] [iOS] Real device specified but no ipa or app path, assuming bundle ID is on device
[debug] [iOS] Starting UIAutoClient, and launching Instruments.
[debug] [UIAuto] Instruments socket server started at /tmp/ios/instruments_sock
[debug] [Instruments] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
[debug] [Instruments] Attempting to launch instruments, this is try #1
[Instruments] Launching instruments
[debug] [Instruments] Attempting to run app on real device with UDID '536cbf70e3de97153e935e45f6b658ab0ff90456'
[debug] [Instruments] Found Insruments-Without-Delay: /usr/local/lib/node_modules/appium/node_modules/appium-instruments/thirdparty/iwd7
[debug] [Instruments] Spawning instruments with command: '/Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/ios/appium-instruments/instrumentscli0.trace -w 536cbf70e3de97153e935e45f6b658ab0ff90456 com.byterac.SafariLauncher -e UIASCRIPT "/Users/jnguyen/Library/Application Support/appium/bootstrap/bootstrap-255a129bcd484b2b.js" -e UIARESULTSPATH /tmp/ios/appium-instruments'
[debug] [Instruments] And extra without-delay env: {}
[debug] [Instruments] And launch timeouts (in ms): {"global":90000}
[debug] [Instruments] [INST STDERR] 2016-11-03 16:59:02.574 instruments[997:30978] WebKit Threading Violation - initial use of WebKit from a secondary thread.
[UIAuto] Instruments is ready to receive commands
[debug] [UIAuto] Socket data received (2 bytes)
[debug] [iOS] Instruments launched. Starting poll loop for new commands.
[debug] [iOS] Setting bootstrap config keys/values
[debug] [UIAuto] Got a result when we were not expecting one! Ignoring it
[debug] [UIAuto] Sending command to instruments: target = $.target();
au = $;
$.isVerbose = true;
[debug] [UIAuto] Socket data received (27 bytes)
[debug] [UIAuto] Got result from instruments: {"status":0,"value":true}
[debug] [iOS] Setting initial orientation to PORTRAIT
[debug] [UIAuto] Sending command to instruments: au.setScreenOrientation('PORTRAIT')
[debug] [Instruments] [INST] 2016-11-03 23:59:05 +0000 Debug: evaluation finished
[debug] [Instruments] [INST] 2016-11-03 23:59:05 +0000 Debug: responding with:
[debug] [Instruments] [INST] 2016-11-03 23:59:05 +0000 Debug: Running system command #1: /usr/local/Cellar/node/7.0.0/bin/node /usr/local/lib/node_modules/appium/node_modules/appium-uiauto/build/lib/bin/command-proxy-client.js /tmp/ios/instruments_sock 2,{"status":0,"value":true}...
[debug] [Instruments] [INST] 2016-11-03 23:59:06 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation('PORTRAIT')
[debug] [Instruments] [INST] 2016-11-03 23:59:06 +0000 Debug: evaluating au.setScreenOrientation('PORTRAIT')
[debug] [Instruments] [INST] 2016-11-03 23:59:06 +0000 Debug: target.setDeviceOrientation("1")
[debug] [Instruments] [INST] 2016-11-03 23:59:07 +0000 Debug: evaluation finished
[debug] [Instruments] [INST] 2016-11-03 23:59:07 +0000 Debug: responding with:
[debug] [Instruments] [INST] 2016-11-03 23:59:07 +0000 Debug: Running system command #2: /usr/local/Cellar/node/7.0.0/bin/node /usr/local/lib/node_modules/appium/node_modules/appium-uiauto/build/lib/bin/command-proxy-client.js /tmp/ios/instruments_sock 2,{"status":0,"value":"PORTRAIT"}...
[debug] [UIAuto] Socket data received (33 bytes)
[debug] [UIAuto] Got result from instruments: {"status":0,"value":"PORTRAIT"}
[debug] [iOS] Waiting for app source to contain elements
[debug] [UIAuto] Sending command to instruments: au.mainApp().getTreeForXML()
[debug] [Instruments] [INST] 2016-11-03 23:59:08 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()
[debug] [Instruments] [INST] 2016-11-03 23:59:08 +0000 Debug: evaluating au.mainApp().getTreeForXML()
[debug] [Instruments] [INST] 2016-11-03 23:59:08 +0000 Debug: evaluation finished
[debug] [Instruments] [INST] 2016-11-03 23:59:08 +0000 Debug: responding with:":true,"visible":false,"hint":null,"path":"/0/0","x":0,"y":0,"width":375,"height":667},">":[]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1","x":0,"y":0,"width":375,"height":667},">":[{"UIAButton":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":false,"valid":true,"visible":false,"hint":null,"path":"/0/1/0","x":0,"y":0,"width":375,"height":64.5},">":[]}},{"UIAButton":{"@":{"name":"URL","label":"Address","value":"broadband.boingohotspot.net, secure and validated connection","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap to show controls","path":"/0/1/1","x":9.5,"y":24.5,"width":356,"height":29},">":[{"UIAElement":{"@":{"name":"URL","label":"Address","value":"42%","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap to show controls","path":"/0/1/1/0","x":11.5,"y":24.5,"width":352,"height":29},">":[]}},{"UIAButton":{"@":{"name":"StopButton","label":"stop","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/1/1","x":336.5,"y":24.5,"width":29,"height":29},">":[]}}]}},{"UIAButton":{"@":{"name":"Cancel","label":"Cancel","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/2","x":379.5,"y":24.5,"width":56,"height":29},">":[{"UIAStaticText":{"@":{"name":"Cancel","label":"Cancel","value":"Cancel","dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/2/0","x":379.5,"y":28,"width":56,"height":21.5},">":[]}}]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/3","x":0,"y":61.5,"width":375,"height":2.5},">":[]}},{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/4","x":0,"y":0,"width":375,"height":667},">":[{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/4/0","x":0,"y":0,"width":375,"height":667},">":[{"UIAWebView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/4/0/0","x":0,"y":64,"width":375,"height":705},">":[{"UIALink":{"@":{"name":null,"label":"","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/0","x":15,"y":77,"width":76,"height":37},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/0/0","x":15,"y":77,"width":76,"height":37},">":[]}}]}},{"UIALink":{"@":{"name":"Log In","label":"Log In","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/1","x":205,"y":89,"width":46,"height":21},">":[{"UIALink":{"@":{"name":"Log In","label":"Log In","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/1/0","x":205,"y":89,"width":46,"height":21},">":[{"UIAStaticText":{"@":{"name":"Log In","label":"Log In","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/1/0/0","x":205,"y":89,"width":46,"height":21},">":[]}}]}}]}},{"UIALink":{"@":{"name":null,"label":null,"value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/2","x":305,"y":76,"width":56,"height":42},">":[]}},{"UIAStaticText":{"@":{"name":"Internet","label":"Internet","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/3","x":25,"y":139,"width":73,"height":26},">":[]}},{"UIALink":{"@":{"name":"TV","label":"TV","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/4","x":172,"y":139,"width":26,"height":26},">":[{"UIAStaticText":{"@":{"name":"TV","label":"TV","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/4/0","x":172,"y":139,"width":26,"height":26},">":[]}}]}},{"UIALink":{"@":{"name":"Combo","label":"Combo","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/5","x":276,"y":139,"width":71,"height":26},">":[{"UIAStaticText":{"@":{"name":"Combo","label":"Combo","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/5/0","x":276,"y":139,"width":71,"height":26},">":[]}}]}},{"UIAStaticText":{"@":{"name":"Expanded Broadband Internet","label":"Expanded Broadband Internet","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/6","x":36,"y":199,"width":243,"height":57},">":[]}},{"UIAStaticText":{"@":{"name":"only $49.95","label":"only $49.95","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/7","x":41,"y":255,"width":120,"height":29},">":[]}},{"UIAStaticText":{"@":{"name":"/mo","label":"/mo","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/4/0/0/8","x":160,"y":255,"width":46,"height":29},">":[]}},{"UIAStaticText":{"@":{"name":"Standard Broadband Internet","label":"Standard Broadband Internet","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/9","x":36,"y":343,"width":235,"height":57},">":[]}},{"UIAStaticText":{"@":{"name":"only $29.95","label":"only $29.95","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/10","x":41,"y":399,"width":120,"height":29},">":[]}},{"UIAStaticText":{"@":{"name":"/mo","label":"/mo","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/4/0/0/11","x":160,"y":399,"width":46,"height":29},">":[]}},{"UIAStaticText":{"@":{"name":"*Please note: Not all channels are available in all areas.","label":"*Please note: Not all channels are available in all areas.","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/12","x":15,"y":467,"width":329,"height":45},">":[]}},{"UIALink":{"@":{"name":"Terms & Conditions |","label":"Terms & Conditions |","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/13","x":91,"y":597,"width":113,"height":18},">":[]}},{"UIALink":{"@":{"name":"Privacy Policy","label":"Privacy Policy","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/14","x":206,"y":597,"width":75,"height":17},">":[{"UIAStaticText":{"@":{"name":"Privacy Policy","label":"Privacy Policy","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/4/0/0/14/0","x":206,"y":597,"width":75,"height":17},">":[]}}]}}]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/4/0/1","x":369.5,"y":67,"width":2.5,"height":453.5},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/4/0/2","x":3,"y":617.5,"width":369,"height":2.5},">":[]}}]}}]}},{"UIAToolbar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/5","x":0,"y":623,"width":375,"height":44},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/5/0","x":0,"y":623,"width":375,"height":44},">":[]}},{"UIAButton":{"@":{"name":"back","label":"Back","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap and hold to open history","path":"/0/1/5/1","x":0.5,"y":625,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Forward","label":"Forward","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":null,"path":"/0/1/5/2","x":85,"y":625,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Share","label":"Share","value":null,"dom":null,"enabled":
[debug] [Instruments] [INST] true,"valid":true,"visible":true,"hint":null,"path":"/0/1/5/3","x":161.5,"y":624,"width":51,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Show Bookmarks","label":"Show Bookmarks","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/5/4","x":239,"y":625,"width":57,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Pages","label":"Pages","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/5/5","x":318.5,"y":625,"width":57,"height":40},">":[]}}]}}]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/2","x":0,"y":0,"width":375,"height":667},">":[]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/3","x":0,"y":0,"width":375,"height":667},">":[{"UIAStatusBar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/3/0","x":0,"y":0,"width":375,"height":20},">":[{"UIAButton":{"@":{"name":"Back to SafariLauncher","label":"Back to SafariLauncher","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/0","x":6,"y":0,"width":141,"height":20},">":[]}},{"UIAElement":{"@":{"name":"No SIM","label":"No SIM","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/1","x":153,"y":0,"width":41,"height":20},">":[]}},{"UIAElement":{"@":{"name":"4:59 PM","label":"4:59 PM","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/2","x":164,"y":0,"width":50,"height":20},">":[]}},{"UIAElement":{"@":{"name":"3 of 3 Wi-Fi bars","label":"3 of 3 Wi-Fi bars","value":"SSID","dom":null,"enabled":true,"valid":true,"visible":false,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/3","x":199,"y":0,"width":13,"height":20},">":[]}},{"UIAElement":{"@":{"name":"Network connection in progress","label":"Network connection in progress","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/4","x":218,"y":0,"width":10,"height":20},">":[]}},{"UIAElement":{"@":{"name":"Network connection in progress","label":"Network connection in progress","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/5","x":303,"y":0,"width":10,"height":20},">":[]}},{"UIAElement":{"@":{"name":"Orientation Locked","label":"Orientation Locked","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/6","x":319,"y":0,"width":12,"height":20},">":[]}},{"UIAElement":{"@":{"name":"100% battery power, On AC Power","label":"100% battery power, On AC Power","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/7","x":337,"y":0,"width":33,"height":20},">":[]}}]}}]}}]}}}
[debug] [Instruments] [INST] 2016-11-03 23:59:08 +0000 Debug: Running system command #3: /usr/local/Cellar/node/7.0.0/bin/node /usr/local/lib/node_modules/appium/node_modules/appium-uiauto/build/lib/bin/command-proxy-client.js /tmp/ios/instruments_sock 2,{"status":0,"value":{"UIAApplication":{"@":{"name":"Safari","label":"Safari","value":null,"dom":null,"enabled":true,"valid":true,"visi...
[debug] [UIAuto] Socket data received (8190 bytes)
[debug] [UIAuto] Socket data received (4340 bytes)
[debug] [UIAuto] Got result from instruments: {"status":0,"value":{"UIAApplication":{"@":{"name":"Safari","label":"Safari","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0","x":0,"y":0,"width":375,"height":667},">":[{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid
[Appium] New IosDriver session created successfully, session 490e0a56-c00a-4e0a-91ec-e4d2e4e4d913 added to master session list
[MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,...
[HTTP] <-- POST /wd/hub/session 200 8118 ms - 763
[HTTP] --> POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/timeouts {"type":"implicit","ms":30000}
[MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",30000,"490e0a56...
[debug] [iOS] Executing iOS command 'timeouts'
[debug] [BaseDriver] Set implicit wait to 30000ms
[MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/timeouts 200 4 ms - 76
[HTTP] --> POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/timeouts {"type":"page load","ms":90000}
[MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",90000,"490e0a5...
[debug] [iOS] Executing iOS command 'timeouts'
[debug] [iOS] Set page load timeout to 90000ms
[MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/timeouts 200 5 ms - 76
[HTTP] --> POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/url {"url":"https://www.google.com"}
[MJSONWP] Calling AppiumDriver.setUrl() with args: ["https://www.google.com","...
[debug] [iOS] Executing iOS command 'setUrl'
[debug] [iOS] Attempting to set url 'https://www.google.com'
[HTTP] <-- POST /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913/url 501 11 ms - 112
[HTTP] --> DELETE /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913 {}
[MJSONWP] Calling AppiumDriver.deleteSession() with args: ["490e0a56-c00a-4e0a-91ec-e...
[debug] [iOS] Deleting ios session
[debug] [UIAuto] Destroying instruments client socket.
[debug] [UIAuto] Closing socket server.
[debug] [UIAuto] Instruments socket server was closed
[debug] [Instruments] Starting shutdown.
[debug] [Instruments] Kill instruments
[debug] [Instruments] Sending SIGTERM
[debug] [Instruments] [INST] 2016-11-03 23:59:09 +0000 Stopped: Script was stopped by the user
[debug] [Instruments] [INST STDERR] 2016-11-03 16:59:09.314 instruments[997:30978] Attempting to change event horizon while disengage
[debug] [Instruments] [INST] Instruments Trace Complete (Duration : 6.402076s; Output : /tmp/ios/appium-instruments/instrumentscli0.trace)
[debug] [Instruments] Instruments exited with code: 0
[debug] [iOSLog] Stopping iOS log capture
[debug] [iOS] Creating iDevice object with udid 536cbf70e3de97153e935e45f6b658ab0ff90456
[debug] [iOS] Running ios real device reset flow
[Appium] Removing session 490e0a56-c00a-4e0a-91ec-e4d2e4e4d913 from our master session list
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/490e0a56-c00a-4e0a-91ec-e4d2e4e4d913 200 313 ms - 76