-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Hey,
I would like to test my web application on iPad - real device not simulator.
I followed instructions on appium.io.
- I created valid provisioning profile for iOS
- installed
ideviceinstaller SafariLauncheris built and successfuly deployed to the deviceSafariLauncheralways opens default homepage (http://apple.com)? It doesn't matter what url I pass to the browser-perf command, it always open apple.com...- browser-perf never ends...
Before running browser-perf:
ios-webkit-debug-proxy is launched
./bin/ios-webkit-debug-proxy-launcher.js -c <myudid>:27753 -d
appium is launched
node lib/server/main.js -U <myudid>
Safari on the device is opened.
Safari has enabled Web inspector and in iOS - Settings - Developer - Enable UI Automation is turned on.
Trying to run browser-perf (config based on ios-safari-appiun.config.json)
browser-perf --config-file=configs/ipad.config.json 192.168.1.4:8000/admin/dashboard
I see that safarilauncher opens default starting page in Safari on iPad instead a page provided in command.
Logs of browser-perf
$ browser-perf --config-file=configs/ipad.config.json 192.168.1.4:8000/admin/dashboard --verbose
index: Selenium is on %s localhost
Metrics: Initializing Metrics
Probes: Registering probe RafBenchmarkingProbe
Probes: Registering probe NavTimingProbe
Probes: Registering probe ChromeTimelineProbe
Probes: Registering probe SafariTimelineProbe
Probes: Registering probe ChromeTracingProbe
AndroidTracingProbe: Initialize
Probes: Registering probe AndroidTracingProbe
Probes: Registering probe ChromeTimelineProbe
Probes: Registering probe SafariTimelineProbe
Probes: setup
Probes: ChromeTimelineProbe setup called
Probes: SafariTimelineProbe setup called
Probes: ChromeTracingProbe setup called
Probes: AndroidTracingProbe setup called
index: > CALL init({"platformName":"iOS","platformVersion":"8.1.2","browserName":"Sa
Logs of appium
info: --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"8.1.2","browserName":"Safari","deviceName":"Milosz's iPad","loggingPrefs":{"performance":"ALL"},"chromeOptions":{"args":["--disable-popup-blocking","--enable-gpu-benchmarking","--enable-thread-composting"]}}}
info: Client User-Agent string: undefined
info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : chromeOptions
info: [debug] Configuring Safari session
info: [debug] Using local .zip from command line: /Users/hinok/Desktop/Dev/appium/build/SafariLauncher/SafariLauncher.zip
info: [debug] Copying local zip to tmp dir
info: [debug] /Users/hinok/Desktop/Dev/appium/build/SafariLauncher/SafariLauncher.zip copied to /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/appium-app.zip
info: [debug] Unzipping /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/appium-app.zip
info: [debug] Testing zip archive: /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/appium-app.zip
info: [debug] Zip archive tested clean
info: [debug] Unzip successful
info: [debug] Using locally extracted app: /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/submodules/SafariLauncher/build/Release-iphoneos/SafariLauncher.app
info: [debug] Creating new appium session af59255b-3234-425a-a1b8-aa7316491d96
info: [debug] Removing any remaining instruments sockets
info: [debug] Cleaned up instruments socket /tmp/instruments_sock
info: [debug] Setting Xcode folder
info: [debug] Setting Xcode version
info: [debug] Setting iOS SDK Version
info: [debug] Getting sdk version from xcrun with a timeout
info: [debug] iOS SDK Version set to 8.1
info: [debug] Not checking whether simulator is available since we're on a real device
info: [debug] Detecting automation tracetemplate
info: [debug] Not auto-detecting udid, running on sim
info: [debug] Could not parse plist file (as binary) at /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/submodules/SafariLauncher/build/Release-iphoneos/SafariLauncher.app/en.lproj/Localizable.strings
info: Will try to parse the plist file as XML
info: [debug] Could not parse plist file (as XML) at /var/folders/qs/4zns5pb173v5yyy8hr_1grs40000gn/T/11512-14258-1wl6mpw/submodules/SafariLauncher/build/Release-iphoneos/SafariLauncher.app/en.lproj/Localizable.strings
warn: Could not parse app Localizable.strings assuming it doesn't exist
info: [debug] Getting bundle ID from app
info: [debug] Parsed app Info.plist (as binary)
info: [debug] Creating instruments
info: On some xcode 6 platforms, instruments-without-delay does not work. If you experience this, you will need to re-run appium with the --native-instruments-lib flag
info: [debug] Preparing uiauto bootstrap
info: [debug] Dynamic bootstrap dir: /Users/hinok/Library/Application Support/appium/bootstrap
info: [debug] Dynamic env: {"nodePath":"/usr/local/bin/node","commandProxyClientPath":"/Users/hinok/Desktop/Dev/appium/node_modules/appium-uiauto/bin/command-proxy-client.js","instrumentsSock":"/tmp/instruments_sock","interKeyDelay":null,"justLoopInfinitely":false,"autoAcceptAlerts":false,"autoDismissAlerts":false,"sendKeyStrategy":"grouped"}
...o: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!
info: [debug] Dynamic bootstrap path: /Users/hinok/Library/Application Support/appium/bootstrap/bootstrap-20992c5174a34647.js
info: [debug] Reusing dynamic bootstrap: /Users/hinok/Library/Application Support/appium/bootstrap/bootstrap-20992c5174a34647.js
info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"Milosz's iPad","platformVersion":"8.1.2"}
info: [debug] fixDevice is on
info: [debug] Final device string is: 'Milosz's iPad (8.1.2 Simulator)'
info: [debug] Not setting device type since we're on a real device
info: [debug] Checking whether we need to set app preferences
info: [debug] Not setting iOS and app preferences since we're on a real device
info: [debug] Running ios sim reset flow
info: [debug] Killing the simulator process
info: [debug] Killall iOS Simulator
info: [debug] Killing any other simulator daemons
info: [debug] On a real device; cannot clean device state
info: [debug] Not setting locale because we're using a real device
info: [debug] No iOS / app preferences to set
info: [debug] Starting iOS device log capture via deviceconsole
info: [debug] Not pre-launching simulator
info: [debug] Checking app install status using: /Users/hinok/Desktop/Dev/appium/build/fruitstrap/fruitstrap isInstalled --id <myudid> --bundle com.bytearc.SafariLauncher
info: [debug] Starting command proxy.
info: [debug] Instruments socket server started at /tmp/instruments_sock
info: [debug] Starting instruments
info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
info: Launching instruments
info: [debug] Attempting to run app on real device with UDID <myudid>
info: [debug] 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/appium-instruments/instrumentscli0.trace -w <myudid> com.bytearc.SafariLauncher -e UIASCRIPT "/Users/hinok/Library/Application Support/appium/bootstrap/bootstrap-20992c5174a34647.js" -e UIARESULTSPATH /tmp/appium-instruments
info: [debug] And extra without-delay env: {}
info: [debug] And launch timeouts (in ms): {"global":90000}
info: [debug] [INST STDERR] 2015-02-02 19:03:45.521 instruments[14372:84246] WebKit Threading Violation - initial use of WebKit from a secondary thread.
info: Instruments is ready to receive commands
info: [debug] Instruments launched. Starting poll loop for new commands.
info: [debug] Setting bootstrap config keys/values
info: [debug] Pushing command to appium work queue: "target = $.target();\nau = $;\n$.isVerbose = true;\n"
info: [debug] Socket data received (2 bytes)
info: [debug] Socket data being routed.
info: [debug] Sending command to instruments: target = $.target();
au = $;
$.isVerbose = true;
info: [debug] [INST] 2015-02-02 18:03:48 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-02-02 18:03:48 +0000 Debug: responding with:
info: [debug] [INST] 2015-02-02 18:03:48 +0000 Debug: Running system command #1: /usr/local/bin/node /Users/hinok/Desktop/Dev/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":true}...
info: [debug] Socket data received (27 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":true}
info: [debug] Setting initial orientation to PORTRAIT
info: [debug] Pushing command to appium work queue: "au.setScreenOrientation('PORTRAIT')"
info: [debug] Sending command to instruments: au.setScreenOrientation('PORTRAIT')
info: [debug] [INST] 2015-02-02 18:03:49 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation('PORTRAIT')
info: [debug] [INST] 2015-02-02 18:03:49 +0000 Debug: evaluating au.setScreenOrientation('PORTRAIT')
info: [debug] [INST] 2015-02-02 18:03:49 +0000 Debug: target.setDeviceOrientation("1")
info: [debug] [INST] 2015-02-02 18:03:50 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-02-02 18:03:50 +0000 Debug: responding with:
info: [debug] [INST] 2015-02-02 18:03:50 +0000 Debug: Running system command #2: /usr/local/bin/node /Users/hinok/Desktop/Dev/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":"PORTRAIT"}...
info: [debug] Socket data received (33 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":"PORTRAIT"}
info: [debug] Waiting for app source to contain elements
info: [debug] Pushing command to appium work queue: "au.mainApp().getTreeForXML()"
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()
info: [debug] [INST] 2015-02-02 18:03:51 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()
info: [debug] [INST] 2015-02-02 18:03:51 +0000 Debug: evaluating au.mainApp().getTreeForXML()
info: [debug] [INST] 2015-02-02 18:03:52 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-02-02 18:03:52 +0000 Debug: responding with:id":true,"visible":false,"hint":null,"path":"/0/0","x":0,"y":0,"width":768,"height":1024},">":[]}},{"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":768,"height":1024},">":[{"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":768,"height":97},">":[]}},{"UIAButton":{"@":{"name":"URL","label":"Address","value":"apple.com","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Edits the URL","path":"/0/1/1","x":180,"y":24.5,"width":408,"height":29},">":[{"UIAElement":{"@":{"name":"URL","label":"apple.com","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Edits the URL","path":"/0/1/1/0","x":182,"y":24.5,"width":404,"height":29},">":[]}},{"UIAButton":{"@":{"name":"ReloadButton","label":"reload","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/1/1","x":559,"y":24.5,"width":29,"height":29},">":[]}}]}},{"UIAToolbar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2","x":0,"y":24.5,"width":768,"height":29},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/0","x":0,"y":24.5,"width":768,"height":29},">":[]}},{"UIAButton":{"@":{"name":"Back","label":"Back","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/1","x":13.5,"y":19.5,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Forward","label":"Forward","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/2","x":67,"y":19.5,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Show Bookmarks","label":"Show Bookmarks","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/3","x":111.5,"y":20,"width":57,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Share","label":"Share","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/4","x":602.5,"y":18,"width":51,"height":40},">":[]}},{"UIAButton":{"@":{"name":"New tab","label":"New tab","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/5","x":655,"y":19,"width":53,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Pages","label":"Pages","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/2/6","x":707.5,"y":19,"width":57,"height":40},">":[]}}]}},{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/3","x":0,"y":20,"width":768,"height":1004},">":[{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/3/0","x":0,"y":0,"width":768,"height":1024},">":[{"UIAWebView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/3/0/0","x":0,"y":96.5,"width":768,"height":1147},">":[{"UIALink":{"@":{"name":"Apple","label":"Apple","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/0","x":10,"y":95,"width":44,"height":20},">":[{"UIALink":{"@":{"name":"Apple","label":"Apple","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/0/0","x":10,"y":95,"width":44,"height":20},">":[{"UIALink":{"@":{"name":"Apple","label":"Apple","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/0/0/0","x":10,"y":95,"width":44,"height":20},">":[{"UIAStaticText":{"@":{"name":"Apple","label":"Apple","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/0/0/0/0","x":10,"y":95,"width":44,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"Store","label":"Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/1","x":68,"y":95,"width":39,"height":20},">":[{"UIALink":{"@":{"name":"Store","label":"Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/1/0","x":68,"y":95,"width":39,"height":20},">":[{"UIALink":{"@":{"name":"Store","label":"Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/1/0/0","x":68,"y":95,"width":39,"height":20},">":[{"UIAStaticText":{"@":{"name":"Store","label":"Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/1/0/0/0","x":68,"y":95,"width":39,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"Mac","label":"Mac","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/2","x":145,"y":95,"width":32,"height":20},">":[{"UIALink":{"@":{"name":"Mac","label":"Mac","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/2/0","x":145,"y":95,"width":32,"height":20},">":[{"UIALink":{"@":{"name":"Mac","label":"Mac","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/2/0/0","x":145,"y":95,"width":32,"height":20},">":[{"UIAStaticText":{"@":{"name":"Mac","label":"Mac","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/2/0/0/0","x":145,"y":95,"width":32,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"iPhone","label":"iPhone","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/3","x":218,"y":95,"width":52,"height":20},">":[{"UIALink":{"@":{"name":"iPhone","label":"iPhone","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/3/0","x":218,"y":95,"width":52,"height":20},">":[{"UIALink":{"@":{"name":"iPhone","label":"iPhone","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/3/0/0","x":218,"y":95,"width":52,"height":20},">":[{"UIAStaticText":{"@":{"name":"iPhone","label":"iPhone","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/3/0/0/0","x":218,"y":95,"width":52,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"Watch","label":"Watch","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/4","x":310,"y":95,"width":47,"height":20},">":[{"UIALink":{"@":{"name":"Watch","label":"Watch","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/4/0","x":310,"y":95,"width":47,"height":20},">":[{"UIALink":{"@":{"name":"Watch","label":"Watch","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/4/0/0","x":310,"y":95,"width":47,"height":20},">":[{"UIAStaticText":{"@":{"name":"Watch","label":"Watch","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/4/0/0/0","x":310,"y":95,"width":47,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"iPad","label":"iPad","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/5","x":396,"y":95,"width":32,"height":20},">":[{"UIALink":{"@":{"name":"iPad","label":"iPad","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/5/0","x":396,"y":95,"width":32,"height":20},">":[{"UIALink":{"@":{"name":"iPad","label":"iPad","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/5/0/0","x":396,"y":95,"width":32,"height":20},">":[{"UIAStaticText":{"@":{"name":"iPad","label":"iPad","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/5/0/0/0","x":396,"y":95,"width":32,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"iPod","label":"iPod","value":"","dom":{"id":""
info: [debug] [INST] },"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/6","x":469,"y":95,"width":33,"height":20},">":[{"UIALink":{"@":{"name":"iPod","label":"iPod","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/6/0","x":469,"y":95,"width":33,"height":20},">":[{"UIALink":{"@":{"name":"iPod","label":"iPod","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/6/0/0","x":469,"y":95,"width":33,"height":20},">":[{"UIAStaticText":{"@":{"name":"iPod","label":"iPod","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/6/0/0/0","x":469,"y":95,"width":33,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"iTunes","label":"iTunes","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/7","x":541,"y":95,"width":48,"height":20},">":[{"UIALink":{"@":{"name":"iTunes","label":"iTunes","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/7/0","x":541,"y":95,"width":48,"height":20},">":[{"UIALink":{"@":{"name":"iTunes","label":"iTunes","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/7/0/0","x":541,"y":95,"width":48,"height":20},">":[{"UIAStaticText":{"@":{"name":"iTunes","label":"iTunes","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/7/0/0/0","x":541,"y":95,"width":48,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"Support","label":"Support","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/8","x":630,"y":95,"width":61,"height":20},">":[{"UIALink":{"@":{"name":"Support","label":"Support","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/8/0","x":630,"y":95,"width":61,"height":20},">":[{"UIALink":{"@":{"name":"Support","label":"Support","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/8/0/0","x":630,"y":95,"width":61,"height":20},">":[{"UIAStaticText":{"@":{"name":"Support","label":"Support","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/8/0/0/0","x":630,"y":95,"width":61,"height":20},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":"Search apple.com","label":"Search apple.com","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/9","x":729,"y":95,"width":77,"height":38},">":[{"UIALink":{"@":{"name":"Search apple.com","label":"Search apple.com","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/9/0","x":729,"y":95,"width":77,"height":38},">":[{"UIAStaticText":{"@":{"name":"Search apple.com","label":"Search apple.com","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/9/0/0","x":729,"y":95,"width":77,"height":38},">":[]}}]}}]}},{"UIALink":{"@":{"name":"Start something new. When you start with amazing products, you can create amazing things.","label":"Start something new. When you start with amazing products, you can create amazing things.","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/10","x":0,"y":142,"width":768,"height":585},">":[{"UIALink":{"@":{"name":"Start something new.","label":"Start something new.","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/0","x":126,"y":240,"width":516,"height":70},">":[{"UIAStaticText":{"@":{"name":"Start something new.","label":"Start something new.","value":"1","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/0/0","x":126,"y":240,"width":516,"height":70},">":[]}}]}},{"UIALink":{"@":{"name":"When you start with amazing products, you can create amazing things.","label":"When you start with amazing products, you can create amazing things.","value":"2","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/1","x":124,"y":312,"width":520,"height":23},">":[{"UIAStaticText":{"@":{"name":"When you start with amazing products, you can create amazing things.","label":"When you start with amazing products, you can create amazing things.","value":"2","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/1/0","x":124,"y":312,"width":520,"height":23},">":[]}}]}},{"UIALink":{"@":{"name":"View the gallery, ","label":"View the gallery, ","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/2","x":316,"y":337,"width":137,"height":29},">":[{"UIALink":{"@":{"name":"View the gallery, ","label":"View the gallery, ","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/2/0","x":316,"y":337,"width":137,"height":29},">":[{"UIAStaticText":{"@":{"name":"View the gallery","label":"View the gallery","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/2/0/0","x":316,"y":340,"width":125,"height":23},">":[]}},{"UIALink":{"@":{"name":"","label":"","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/2/0/1","x":446,"y":338,"width":6,"height":25},">":[{"UIAStaticText":{"@":{"name":"","label":"","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":true,"hint":"","path":"/0/1/3/0/0/10/2/0/1/0","x":446,"y":338,"width":6,"height":25},">":[]}}]}}]}}]}},{"UIALink":{"@":{"name":null,"label":null,"value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/10/3","x":0,"y":365,"width":768,"height":250},">":[]}}]}},{"UIALink":{"@":{"name":"iPad Air 2 Watch the film “Change” >","label":"iPad Air 2 Watch the film “Change” >","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/11","x":0,"y":96,"width":0,"height":1},">":[{"UIAStaticText":{"@":{"name":"iPad Air 2 Watch the film “Change” >","label":"iPad Air 2 Watch the film “Change” >","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/11/0","x":0,"y":96,"width":0,"height":1},">":[]}}]}},{"UIALink":{"@":{"name":"iPhone 6 Bigger than bigger","label":"iPhone 6 Bigger than bigger","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/12","x":0,"y":96,"width":0,"height":1},">":[{"UIAStaticText":{"@":{"name":"iPhone 6 Bigger than bigger","label":"iPhone 6 Bigger than bigger","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/12/0","x":0,"y":96,"width":0,"height":1},">":[]}}]}},{"UIALink":{"@":{"name":"Apple Watch Our most personal device yet.","label":"Apple Watch Our most personal device yet.","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/13","x":0,"y":96,"width":0,"height":1},">":[{"UIAStaticText":{"@":{"name":"Apple Watch Our most personal device yet.","label":"Apple Watch Our most personal device yet.","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/13/0","x":0,"y":96,"width":0,"height":1},">":[]}}]}},{"UIALink":{"@":{"name":"iMac with Retina 5K Display","label":"iMac with Retina 5K Display","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/14","x":0,"y":96,"width":0,"height":1},">":[{"UIAStaticText":{"@":{"name":"iMac with Retina 5K Display","label":"iMac with Retina 5K Display","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/14/0","x":0,"y":96,"width":0,"height":1},">":[]}}]}},{"UIAStaticText":{"@":{"name":"Shop the","label":"Shop the","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/15","x":22,"y":1157,"width":48,"height":14},">":[]}},{"UIALink":{
info: [debug] [INST] "@":{"name":"Apple Online Store","label":"Apple Online Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/16","x":69,"y":1157,"width":93,"height":14},">":[{"UIAStaticText":{"@":{"name":"Apple Online Store","label":"Apple Online Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/16/0","x":69,"y":1157,"width":93,"height":14},">":[]}}]}},{"UIAStaticText":{"@":{"name":"(","label":"(","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/17","x":161,"y":1157,"width":7,"height":14},">":[]}},{"UIALink":{"@":{"name":"1-800-MY-APPLE","label":"1-800-MY-APPLE","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/18","x":167,"y":1157,"width":82,"height":14},">":[{"UIAStaticText":{"@":{"name":"1-800-MY-APPLE","label":"1-800-MY-APPLE","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/18/0","x":167,"y":1157,"width":82,"height":14},">":[]}}]}},{"UIAStaticText":{"@":{"name":"),","label":"),","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/19","x":248,"y":1157,"width":7,"height":14},">":[]}},{"UIAStaticText":{"@":{"name":"visit an","label":"visit an","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/20","x":254,"y":1157,"width":41,"height":14},">":[]}},{"UIALink":{"@":{"name":"Apple Retail Store","label":"Apple Retail Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/21","x":294,"y":1157,"width":88,"height":14},">":[{"UIAStaticText":{"@":{"name":"Apple Retail Store","label":"Apple Retail Store","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/21/0","x":294,"y":1157,"width":88,"height":14},">":[]}}]}},{"UIAStaticText":{"@":{"name":", or find a","label":", or find a","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/22","x":381,"y":1157,"width":49,"height":14},">":[]}},{"UIALink":{"@":{"name":"reseller","label":"reseller","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/23","x":429,"y":1157,"width":36,"height":14},">":[{"UIAStaticText":{"@":{"name":"reseller","label":"reseller","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/23/0","x":429,"y":1157,"width":36,"height":14},">":[]}}]}},{"UIAStaticText":{"@":{"name":".","label":".","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/24","x":464,"y":1157,"width":4,"height":14},">":[]}},{"UIALink":{"@":{"name":"Apple Info","label":"Apple Info","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/25","x":22,"y":1180,"width":51,"height":14},">":[{"UIAStaticText":{"@":{"name":"Apple Info","label":"Apple Info","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/25/0","x":22,"y":1180,"width":51,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Site Map","label":"Site Map","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/26","x":86,"y":1180,"width":44,"height":14},">":[{"UIAStaticText":{"@":{"name":"Site Map","label":"Site Map","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/26/0","x":86,"y":1180,"width":44,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Hot News","label":"Hot News","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/27","x":142,"y":1180,"width":49,"height":14},">":[{"UIAStaticText":{"@":{"name":"Hot News","label":"Hot News","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/27/0","x":142,"y":1180,"width":49,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"RSS Feeds","label":"RSS Feeds","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/28","x":204,"y":1180,"width":50,"height":14},">":[{"UIAStaticText":{"@":{"name":"RSS Feeds","label":"RSS Feeds","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/28/0","x":204,"y":1180,"width":50,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Jobs","label":"Jobs","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/29","x":266,"y":1180,"width":23,"height":14},">":[{"UIAStaticText":{"@":{"name":"Jobs","label":"Jobs","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/29/0","x":266,"y":1180,"width":23,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Contact Us","label":"Contact Us","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/30","x":302,"y":1180,"width":54,"height":14},">":[{"UIAStaticText":{"@":{"name":"Contact Us","label":"Contact Us","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/30/0","x":302,"y":1180,"width":54,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Choose your country or region","label":"Choose your country or region","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/31","x":370,"y":1177,"width":17,"height":17},">":[{"UIAImage":{"@":{"name":"Choose your country or region","label":"Choose your country or region","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/31/0","x":370,"y":1177,"width":17,"height":17},">":[]}}]}},{"UIAStaticText":{"@":{"name":"Copyright © 2015 Apple Inc. All rights reserved.","label":"Copyright © 2015 Apple Inc. All rights reserved.","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/32","x":22,"y":1203,"width":228,"height":14},">":[]}},{"UIALink":{"@":{"name":"Terms of Use","label":"Terms of Use","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/33","x":258,"y":1203,"width":63,"height":14},">":[{"UIAStaticText":{"@":{"name":"Terms of Use","label":"Terms of Use","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/33/0","x":258,"y":1203,"width":63,"height":14},">":[]}}]}},{"UIALink":{"@":{"name":"Updated Privacy Policy","label":"Updated Privacy Policy","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/34","x":334,"y":1203,"width":112,"height":14},">":[{"UIAStaticText":{"@":{"name":"Updated Privacy Policy","label":"Updated Privacy Policy","value":"","dom":{"id":""},"enabled":true,"valid":true,"visible":false,"hint":"","path":"/0/1/3/0/0/34/0","x":334,"y":1203,"width":112,"height":14},">":[]}}]}}]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/3/0/1","x":765.5,"y":1049.5,"width":2.5,"height":7},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/3/0/2","x":761,"y":1118,"width":7,"height":2.5},">":[]}}]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/3/1","x":761,"y":1021.5,"width":7,"height":2.5},">":[]}}]}},{"UIAStaticText":{"@":{"name":"Apple - iPhone, Tab","label":"Apple - iPhone, Tab","value":"Apple - iPhone, Tab","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap and hold, then move left or right to re-order.","path":"/0/1/4","x":0,"y":64,"width":384,"height":32.5},">":[]}},{"UIAStaticText":{"@":{"name":"Apple - iPhone","label":"Apple - iPhone","value":"Apple - iPhone","dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/5","x":150,"y":73,"width":84,"height":14.5},">":[]}},{
info: [debug] [INST] "UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/6","x":0,"y":64,"width":768,"height":32.5},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/6/0","x":765.5,"y":28,"width":2.5,"height":36},">":[]}}]}},{"UIAStaticText":{"@":{"name":"Apple, Tab","label":"Apple, Tab","value":"Apple, Tab","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap and hold, then move left or right to re-order.","path":"/0/1/7","x":411,"y":64,"width":357,"height":32.5},">":[]}},{"UIAStaticText":{"@":{"name":"Apple","label":"Apple","value":"Apple","dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/8","x":559.5,"y":73,"width":33,"height":14.5},">":[]}},{"UIAButton":{"@":{"name":"Close Tab","label":"Close Tab","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/9","x":384,"y":64,"width":27,"height":32.5},">":[]}},{"UIAStaticText":{"@":{"name":"Apple - iPhone, Tab","label":"Apple - iPhone, Tab","value":"Apple - iPhone, Tab","dom":null,"enabled":true,"valid":true,"visible":false,"hint":"Double tap and hold, then move left or right to re-order.","path":"/0/1/10","x":0,"y":64,"width":384,"height":32.5},">":[]}},{"UIAStaticText":{"@":{"name":"Apple - iPhone","label":"Apple - iPhone","value":"Apple - iPhone","dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/11","x":150,"y":73,"width":84,"height":14.5},">":[]}}]}},{"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":768,"height":1024},">":[]}},{"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":768,"height":1024},">":[{"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":768,"height":20},">":[{"UIAElement":{"@":{"name":"iPad","label":"iPad","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":25,"height":20},">":[]}},{"UIAElement":{"@":{"name":"3 of 3 Wi-Fi bars","label":"3 of 3 Wi-Fi bars","value":"krzychu kadetem tera","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/1","x":36,"y":0,"width":13,"height":20},">":[]}},{"UIAElement":{"@":{"name":"19:03","label":"19:03","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":369,"y":0,"width":30,"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/3","x":696,"y":0,"width":67,"height":20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2015-02-02 18:03:52 +0000 Debug: Running system command #3: /usr/local/bin/node /Users/hinok/Desktop/Dev/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":{"UIAApplication":{"@":{"name":"Safari","label":"Safari","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0","...
info: [debug] Socket data received (8188 bytes)
info: [debug] Socket data received (8106 bytes)
info: [debug] Socket data received (8190 bytes)
info: [debug] Socket data received (3875 bytes)
info: [debug] Socket data being routed.
info: [debug] 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":20,"width":768,"height":1004},">":[{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"val
info: [debug] Navigating to most recently opened webview
info: [debug] [REMOTE] Getting WebKitRemoteDebugger pageArray
info: [debug] Picking webview WEBVIEW_1
info: [debug] Attempting to set context to 'WEBVIEW_1'
info: [debug] [REMOTE] Debugger web socket connected to url [ws://localhost:27753/devtools/page/1]
info: [debug] Starting performance log on 1
info: [debug] Starting to capture timeline logs
info: [debug] [REMOTE] Starting to record the timeline
info: [debug] [REMOTE] Remote debugger data sent [{"method":"Timeline.start","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true},"id":1}...]
Debugger web socket received data : {"method":"Timeline.recordingStarted"}
info: [debug] [REMOTE] Debugger got a message for 'Timeline.recordingStarted' and have no handler, doing nothing.
Debugger web socket received data : {"result":{},"id":1}
info: [debug] [REMOTE] Debugger got a message for 'Timeline.start' and have no handler, doing nothing.
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900248908.915,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900248908.9604,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900248.909204,"totalTime":0.003640890121459961}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900248.909707,"totalTime":0.003134012222290039}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900248.909735,"totalTime":0.0030989646911621094}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900248.909965,"totalTime":0.0006868839263916016}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900248.910372,"totalTime":0.0002760887145996094}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900248.910531,"totalTime":0.00002002716064453125},{"startTime":1422900248.910555,"totalTime":0.0000040531158447265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900248.910561,"totalTime":0.00008392333984375}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900248.910655,"totalTime":0.0003299713134765625}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900248.910829,"totalTime":0.00004887580871582031}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900248.910881,"totalTime":0.00004887580871582031}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900248.910934,"totalTime":0.00004696846008300781}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900248.910988,"totalTime":0.00023698806762695313}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900248.911163,"totalTime":0.000008821487426757813}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900248.911173,"totalTime":0.00005078315734863281}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900248.911229,"totalTime":0.0016040802001953125}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900248.911794,"totalTime":0.00003314018249511719}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900248.911798,"totalTime":0.000027894973754882813}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900248.911805,"totalTime":0.000008106231689453125},{"startTime":1422900248.911815,"totalTime":0.0000030994415283203125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900248.911819,"totalTime":0.0000050067901611328125}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900248.91184,"totalTime":0.00017905235290527344}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900248.911925,"totalTime":0.00009298324584960938}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900248.912022,"totalTime":0.000016927719116210938}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900248.91203,"totalTime":0.0000030994415283203125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900248.912034,"totalTime":0.0000040531158447265625}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900248.912043,"totalTime":0.00009679794311523438}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900248.912097,"totalTime":0.000041961669921875}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900248.912149,"totalTime":0.0006811618804931641}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900248.912286,"totalTime":0.00000286102294921875}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900248.912291,"totalTime":0.0005190372467041016}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900248.912416,"totalTime":0.00038909912109375}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900248.912813,"totalTime":0.000015974044799804688}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900248.91282,"totalTime":0.00000286102294921875}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900248.912824,"totalTime":0.0000040531158447265625}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.000049114227294921875}},"children":[],"endTime":1422900248913.1462,"type":"FunctionCall"}],"endTime":1422900248913.161,"type":"TimerFire"}}}
info: [debug] Flushing Timeline events
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900258914.086,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900258914.1174,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900258.914321,"totalTime":0.0002911090850830078}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900258.91433,"totalTime":0.0002779960632324219}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900258.914348,"totalTime":0.0002582073211669922}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900258.914356,"totalTime":0.00006794929504394531}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900258.914362,"totalTime":0.00006008148193359375}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900258.914377,"totalTime":0.0000209808349609375},{"startTime":1422900258.914402,"totalTime":0.0000040531158447265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900258.914408,"totalTime":0.000013113021850585938}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900258.914428,"totalTime":0.00002288818359375}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900258.914432,"totalTime":0.00000286102294921875}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900258.914439,"totalTime":0.0000021457672119140625}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900258.914445,"totalTime":0.0000030994415283203125}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900258.914454,"totalTime":0.000031948089599609375}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900258.914465,"totalTime":0.000008106231689453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900258.914474,"totalTime":0.000010967254638671875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900258.91449,"totalTime":0.00011396408081054688}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900258.914493,"totalTime":0.00002002716064453125}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900258.914495,"totalTime":0.000016927719116210938}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900258.914498,"totalTime":0.000003814697265625},{"startTime":1422900258.914504,"totalTime":0.0000019073486328125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900258.914508,"totalTime":0.00000286102294921875}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900258.914518,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900258.914523,"totalTime":0.0000050067901611328125}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900258.914532,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900258.914535,"totalTime":0.00000286102294921875}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900258.914539,"totalTime":0.00000286102294921875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900258.914547,"totalTime":0.0000059604644775390625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900258.91455,"totalTime":0.00000286102294921875}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900258.914559,"totalTime":0.00004410743713378906}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900258.914564,"totalTime":0.0000030994415283203125}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900258.914568,"totalTime":0.0000209808349609375}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900258.914579,"totalTime":0.000007152557373046875}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900258.914591,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900258.914595,"totalTime":0.0000021457672119140625}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900258.914598,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003170967102050781}},"children":[],"endTime":1422900258914.877,"type":"FunctionCall"}],"endTime":1422900258914.89,"type":"TimerFire"}}}
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900268919.2268,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900268919.2593,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900268.919464,"totalTime":0.00029277801513671875}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900268.919472,"totalTime":0.0002810955047607422}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900268.91949,"totalTime":0.0002608299255371094}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900268.919499,"totalTime":0.00006818771362304688}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900268.919505,"totalTime":0.00006008148193359375}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900268.919519,"totalTime":0.00002193450927734375},{"startTime":1422900268.919544,"totalTime":0.0000050067901611328125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900268.91955,"totalTime":0.000014066696166992188}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900268.919571,"totalTime":0.000024080276489257813}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900268.919576,"totalTime":0.0000030994415283203125}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900268.919583,"totalTime":0.0000019073486328125}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900268.919589,"totalTime":0.0000019073486328125}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900268.919598,"totalTime":0.000031948089599609375}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900268.919609,"totalTime":0.0000069141387939453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900268.919617,"totalTime":0.000010967254638671875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900268.919634,"totalTime":0.00011587142944335938}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900268.919638,"totalTime":0.00002002716064453125}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900268.91964,"totalTime":0.000016927719116210938}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900268.919643,"totalTime":0.0000040531158447265625},{"startTime":1422900268.919649,"totalTime":0.0000030994415283203125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900268.919653,"totalTime":0.0000030994415283203125}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900268.919663,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900268.919668,"totalTime":0.0000050067901611328125}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900268.919676,"totalTime":0.000011920928955078125}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900268.91968,"totalTime":0.00000286102294921875}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900268.919684,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900268.919692,"totalTime":0.0000059604644775390625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900268.919695,"totalTime":0.0000021457672119140625}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900268.919705,"totalTime":0.00004315376281738281}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900268.91971,"totalTime":0.0000021457672119140625}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900268.919713,"totalTime":0.0000209808349609375}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900268.919724,"totalTime":0.000008106231689453125}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900268.919736,"totalTime":0.000011205673217773438}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900268.91974,"totalTime":0.0000021457672119140625}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900268.919743,"totalTime":0.00000286102294921875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003218650817871094}},"children":[],"endTime":1422900268920.0244,"type":"FunctionCall"}],"endTime":1422900268920.0369,"type":"TimerFire"}}}
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900278924.4292,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900278924.4617,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900278.924666,"totalTime":0.00029015541076660156}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900278.924675,"totalTime":0.0002779960632324219}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900278.924692,"totalTime":0.0002579689025878906}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900278.9247,"totalTime":0.00006794929504394531}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900278.924706,"totalTime":0.00006008148193359375}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900278.924721,"totalTime":0.0000209808349609375},{"startTime":1422900278.924746,"totalTime":0.0000040531158447265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900278.924752,"totalTime":0.000013113021850585938}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900278.924772,"totalTime":0.00002288818359375}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900278.924777,"totalTime":0.00000286102294921875}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900278.924783,"totalTime":0.0000019073486328125}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900278.924789,"totalTime":0.0000021457672119140625}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900278.924799,"totalTime":0.000030994415283203125}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900278.924809,"totalTime":0.000008106231689453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900278.924818,"totalTime":0.000010967254638671875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900278.924834,"totalTime":0.00011491775512695313}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900278.924837,"totalTime":0.00002193450927734375}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900278.924839,"totalTime":0.000017881393432617188}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900278.924843,"totalTime":0.000003814697265625},{"startTime":1422900278.924848,"totalTime":0.000003814697265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900278.924853,"totalTime":0.00000286102294921875}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900278.924864,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900278.924868,"totalTime":0.0000059604644775390625}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900278.924877,"totalTime":0.000010013580322265625}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900278.924881,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900278.924884,"totalTime":0.0000019073486328125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900278.924892,"totalTime":0.0000059604644775390625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900278.924895,"totalTime":0.0000019073486328125}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900278.924903,"totalTime":0.00004506111145019531}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900278.924908,"totalTime":0.0000030994415283203125}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900278.924912,"totalTime":0.00002193450927734375}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900278.924923,"totalTime":0.000008106231689453125}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900278.924936,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900278.92494,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900278.924943,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003170967102050781}},"children":[],"endTime":1422900278925.2256,"type":"FunctionCall"}],"endTime":1422900278925.2383,"type":"TimerFire"}}}
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900288929.5525,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900288929.5852,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900288.929793,"totalTime":0.0002942085266113281}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900288.929802,"totalTime":0.0002810955047607422}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900288.92982,"totalTime":0.0002608299255371094}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900288.929829,"totalTime":0.00006818771362304688}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900288.929835,"totalTime":0.00005984306335449219}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900288.92985,"totalTime":0.0000209808349609375},{"startTime":1422900288.929875,"totalTime":0.0000040531158447265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900288.929881,"totalTime":0.000012874603271484375}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900288.929901,"totalTime":0.000022172927856445313}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900288.929905,"totalTime":0.0000030994415283203125}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900288.929912,"totalTime":0.0000019073486328125}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900288.929918,"totalTime":0.0000019073486328125}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900288.929926,"totalTime":0.00003314018249511719}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900288.929938,"totalTime":0.0000069141387939453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900288.929947,"totalTime":0.000010013580322265625}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900288.929963,"totalTime":0.00011682510375976563}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900288.929966,"totalTime":0.00002193450927734375}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900288.929969,"totalTime":0.000017881393432617188}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900288.929973,"totalTime":0.0000040531158447265625},{"startTime":1422900288.929978,"totalTime":0.0000040531158447265625}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900288.929983,"totalTime":0.0000030994415283203125}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900288.929993,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900288.929997,"totalTime":0.0000059604644775390625}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900288.930006,"totalTime":0.000011920928955078125}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900288.93001,"totalTime":0.00000286102294921875}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900288.930014,"totalTime":0.0000021457672119140625}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900288.930022,"totalTime":0.0000059604644775390625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900288.930025,"totalTime":0.0000019073486328125}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900288.930034,"totalTime":0.00004506111145019531}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900288.930039,"totalTime":0.0000021457672119140625}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900288.930042,"totalTime":0.00002288818359375}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900288.930054,"totalTime":0.000008106231689453125}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900288.930067,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900288.930071,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900288.930074,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003361701965332031}},"children":[],"endTime":1422900288930.358,"type":"FunctionCall"}],"endTime":1422900288930.37,"type":"TimerFire"}}}
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900298934.7588,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900298934.792,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900298.934995,"totalTime":0.0002911090850830078}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900298.935005,"totalTime":0.0002770423889160156}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900298.935022,"totalTime":0.0002579689025878906}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900298.93503,"totalTime":0.00006699562072753906}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900298.935036,"totalTime":0.0000591278076171875}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900298.93505,"totalTime":0.0000209808349609375},{"startTime":1422900298.935074,"totalTime":0.0000050067901611328125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900298.93508,"totalTime":0.000014066696166992188}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900298.935101,"totalTime":0.000024080276489257813}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900298.935106,"totalTime":0.00000286102294921875}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900298.935113,"totalTime":0.0000021457672119140625}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900298.935119,"totalTime":0.0000030994415283203125}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900298.935129,"totalTime":0.00003218650817871094}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900298.935139,"totalTime":0.000008106231689453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900298.935149,"totalTime":0.000010013580322265625}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900298.935164,"totalTime":0.00011396408081054688}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900298.935167,"totalTime":0.00002193450927734375}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900298.93517,"totalTime":0.0000171661376953125}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900298.935173,"totalTime":0.0000040531158447265625},{"startTime":1422900298.935179,"totalTime":0.0000030994415283203125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900298.935183,"totalTime":0.00000286102294921875}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900298.935193,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900298.935197,"totalTime":0.0000059604644775390625}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900298.935206,"totalTime":0.000012159347534179688}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900298.93521,"totalTime":0.0000030994415283203125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900298.935214,"totalTime":0.00000286102294921875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900298.935222,"totalTime":0.000006198883056640625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900298.935225,"totalTime":0.0000030994415283203125}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900298.935234,"totalTime":0.00004291534423828125}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900298.935239,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900298.935243,"totalTime":0.000021219253540039063}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900298.935254,"totalTime":0.000007867813110351563}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900298.935266,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900298.93527,"totalTime":0.00000095367431640625}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900298.935273,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003170967102050781}},"children":[],"endTime":1422900298935.5532,"type":"FunctionCall"}],"endTime":1422900298935.5657,"type":"TimerFire"}}}
Debugger web socket received data : {"method":"Timeline.eventRecorded","params":{"record":{"startTime":1422900308938.2883,"frameId":"0.1","data":{"timerId":5},"children":[{"startTime":1422900308938.3188,"frameId":"0.1","data":{"scriptName":"undefined","scriptLine":1,"profile":{"rootNodes":[{"id":12970251,"calls":[{"startTime":1422900308.938524,"totalTime":0.0002899169921875}],"functionName":"(anonymous function)","children":[{"id":15250026,"calls":[{"startTime":1422900308.938533,"totalTime":0.0002770423889160156}],"functionName":"(anonymous function)","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":977,"columnNumber":120,"children":[{"id":7361310,"calls":[{"startTime":1422900308.93855,"totalTime":0.0002570152282714844}],"functionName":"showNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":665,"columnNumber":25,"children":[{"id":3040487,"calls":[{"startTime":1422900308.938559,"totalTime":0.00006794929504394531}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900308.938565,"totalTime":0.00006008148193359375}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900308.938579,"totalTime":0.00002193450927734375},{"startTime":1422900308.938604,"totalTime":0.00000476837158203125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900308.938611,"totalTime":0.000012874603271484375}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":9265625,"calls":[{"startTime":1422900308.938631,"totalTime":0.00002193450927734375}],"functionName":"getNext","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":661,"columnNumber":37,"children":[{"id":12803190,"calls":[{"startTime":1422900308.938635,"totalTime":0.00000286102294921875}],"functionName":"getSelectedIndex","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":664,"columnNumber":65},{"id":15114518,"calls":[{"startTime":1422900308.938641,"totalTime":0.00000286102294921875}],"functionName":"isEndless","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":45},{"id":1567471,"calls":[{"startTime":1422900308.938647,"totalTime":0.00000286102294921875}],"functionName":"numKeyframes","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":660,"columnNumber":28}]},{"id":4294787,"calls":[{"startTime":1422900308.938657,"totalTime":0.000030994415283203125}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900308.938668,"totalTime":0.0000069141387939453125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900308.938676,"totalTime":0.000010967254638671875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":1983879,"calls":[{"startTime":1422900308.938692,"totalTime":0.00011396408081054688}],"functionName":"show","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":678,"columnNumber":95,"children":[{"id":3040487,"calls":[{"startTime":1422900308.938695,"totalTime":0.00002002716064453125}],"functionName":"j","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":186,"columnNumber":13,"children":[{"id":8017675,"calls":[{"startTime":1422900308.938697,"totalTime":0.000016927719116210938}],"functionName":"o","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":166,"columnNumber":72,"children":[{"id":9534345,"calls":[{"startTime":1422900308.938701,"totalTime":0.0000030994415283203125},{"startTime":1422900308.938706,"totalTime":0.0000030994415283203125}],"functionName":"bind"},{"id":5642184,"calls":[{"startTime":1422900308.93871,"totalTime":0.0000030994415283203125}],"functionName":"p","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":162,"columnNumber":55}]}]},{"id":11039771,"calls":[{"startTime":1422900308.93872,"totalTime":0.000010967254638671875}],"functionName":"create","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":892,"columnNumber":84,"children":[{"id":8646418,"calls":[{"startTime":1422900308.938725,"totalTime":0.0000050067901611328125}],"functionName":"n","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":879,"columnNumber":65}]},{"id":4294787,"calls":[{"startTime":1422900308.938733,"totalTime":0.000011920928955078125}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900308.938738,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900308.938741,"totalTime":0.0000030994415283203125}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]},{"id":10145964,"calls":[{"startTime":1422900308.93875,"totalTime":0.0000059604644775390625}],"functionName":"isLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":676,"columnNumber":24,"children":[{"id":15957860,"calls":[{"startTime":1422900308.938753,"totalTime":0.0000021457672119140625}],"functionName":"getLocked","url":"http://images.apple.com/v/home/bm/scripts/home.built.js","lineNumber":675,"columnNumber":96}]},{"id":13328983,"calls":[{"startTime":1422900308.938762,"totalTime":0.00004315376281738281}],"functionName":"m","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":179,"columnNumber":133,"children":[{"id":11026160,"calls":[{"startTime":1422900308.938767,"totalTime":0.0000021457672119140625}],"functionName":"slice"},{"id":1932237,"calls":[{"startTime":1422900308.938771,"totalTime":0.00002002716064453125}],"functionName":"resolve","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":169,"columnNumber":91,"children":[{"id":11281676,"calls":[{"startTime":1422900308.938781,"totalTime":0.000007867813110351563}],"functionName":"c","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":157,"columnNumber":78}]},{"id":4294787,"calls":[{"startTime":1422900308.938793,"totalTime":0.000010967254638671875}],"functionName":"l","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":184,"columnNumber":44,"children":[{"id":11026160,"calls":[{"startTime":1422900308.938797,"totalTime":0.0000019073486328125}],"functionName":"slice"},{"id":9528906,"calls":[{"startTime":1422900308.9388,"totalTime":0.00000286102294921875}],"functionName":"promise","url":"http://images.apple.com/v/home/bm/scripts/head.built.js","lineNumber":168,"columnNumber":76}]}]}]}]}]}]}],"idleTime":0.00003409385681152344}},"children":[],"endTime":1422900308939.0867,"type":"FunctionCall"}],"endTime":1422900308939.0989,"type":"TimerFire"}}}
Additional information
- Yosemite 10.10.2
- Node 0.10.28
- appium 1.3.4
- ios_webkit_debug_proxy 1.4
- iPad Air (iOS 8.1.2)
I upgraded to browser-perf 1.1.2 - still have the same issue.
I feel that I am so close to run tests on real device but to be honest I don't know what I could do now.