Click Operation is not working on IOS Native app mobile elements

Hi Team,

I was using “Name” strategy to click on Mobile Native app element , appium log was shown “Name” strategy is deprecated , use accessibility id.

I have used “accessibility id” by providing text as value. I am able return , property value , isDispalyed method working without any issues , but able to click on mobile element. below is IOS Configuration
Appium 1.3.4,MAC 10.9.4 , Xcode 6.1.1 , real device IOS 8.1. Below is code
if (driver.findElementByAccessibilityId(“More”).isDisplayed()){

	  System.out.println("More is available");
	  System.out.println(driver.findElementByAccessibilityId("More").getAttribute("name"));
	  driver.findElementByAccessibilityId("More").click();
  }

control is going within the loop , executing first two statements and not clicking on “More” link.

Through Appium Inspector I am able to click on using name and XPath strategies , same are not working through code.
Please see below log and can anyone suggest me on this.
2015-02-23 13:30:46:290 - info: Welcome to Appium v1.3.4 (REV c8c79a85fbd6870cd6fc3d66d038a115ebe22efe)
2015-02-23 13:30:46:292 - info: Appium REST http interface listener started on 0.0.0.0:4723
2015-02-23 13:30:46:294 - info: [debug] Non-default server args: {“app”:“com.safeway.j4u”,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“noReset”:true,“log”:"/Kiran/appium.log",“deviceName”:“iPhone 6”,“platformName”:“iOS”,“platformVersion”:“8.1”,“showSimulatorLog”:true,“defaultCommandTimeout”:7200}
2015-02-23 13:30:46:295 - warn: Deprecated server args: {"–show-sim-log":“use instead: --show-ios-log”}
2015-02-23 13:30:46:295 - info: Console LogLevel: debug
2015-02-23 13:30:46:295 - info: File LogLevel: debug
2015-02-23 13:30:46:473 - info: --> GET /wd/hub/status {}
2015-02-23 13:30:46:475 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}
2015-02-23 13:30:46:479 - info: <-- GET /wd/hub/status 200 5.780 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}
2015-02-23 13:30:54:490 - info: --> POST /wd/hub/session {“desiredCapabilities”:{“automationName”:“Appium”,“platfromName”:“iOS”,“app”:“com.safeway.j4u”,“showIOSLog”:true,“platformName”:“iOS”,“deviceName”:“adurgam’s iPhone”,“browserName”:"",“autoLaunch”:true,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“platfromVersion”:“8.1”}}
2015-02-23 13:30:54:491 - info: Client User-Agent string: Apache-HttpClient/4.3.4 (java 1.5)
2015-02-23 13:30:54:492 - 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. : platfromName, platfromVersion
2015-02-23 13:30:54:494 - info: [debug] App is an iOS bundle, will attempt to run as pre-existing
2015-02-23 13:30:54:495 - info: [debug] Creating new appium session ffe96de7-c421-4bda-abbf-d75c45282bbe
2015-02-23 13:30:54:496 - info: [debug] Removing any remaining instruments sockets
2015-02-23 13:30:54:497 - info: [debug] Cleaned up instruments socket /tmp/instruments_sock
2015-02-23 13:30:54:497 - info: [debug] Setting Xcode folder
2015-02-23 13:30:54:506 - info: [debug] Setting Xcode version
2015-02-23 13:30:54:561 - info: [debug] Setting iOS SDK Version
2015-02-23 13:30:54:616 - info: [debug] Getting sdk version from xcrun with a timeout
2015-02-23 13:30:54:622 - info: [debug] iOS SDK Version set to 8.1
2015-02-23 13:30:54:622 - info: [debug] Not checking whether simulator is available since we’re on a real device
2015-02-23 13:30:54:623 - info: [debug] Detecting automation tracetemplate
2015-02-23 13:30:54:628 - info: [debug] Not auto-detecting udid, running on sim
2015-02-23 13:30:54:629 - info: [debug] Could not parse plist file (as binary) at /Applications/Appium.app/Contents/Resources/node_modules/appium/com.safeway.j4u/en.lproj/Localizable.strings
2015-02-23 13:30:54:629 - info: Will try to parse the plist file as XML
2015-02-23 13:30:54:629 - info: [debug] Could not parse plist file (as XML) at /Applications/Appium.app/Contents/Resources/node_modules/appium/com.safeway.j4u/en.lproj/Localizable.strings
2015-02-23 13:30:54:630 - warn: Could not parse app Localizable.strings; assuming it doesn’t exist
2015-02-23 13:30:54:630 - info: [debug] Creating instruments
2015-02-23 13:30:54:631 - 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
2015-02-23 13:30:54:631 - info: [debug] Preparing uiauto bootstrap
2015-02-23 13:30:54:631 - info: [debug] Dynamic bootstrap dir: /Users/admin/Library/Application Support/appium/bootstrap
2015-02-23 13:30:54:632 - info: [debug] Dynamic env: {“nodePath”:"/Applications/Appium.app/Contents/Resources/node/bin/node",“commandProxyClientPath”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js",“instrumentsSock”:"/tmp/instruments_sock",“interKeyDelay”:null,“justLoopInfinitely”:false,“autoAcceptAlerts”:false,“sendKeyStrategy”:“grouped”}
2015-02-23 13:30:54:638 - info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!

2015-02-23 13:30:54:638 - info: [debug] Dynamic bootstrap path: /Users/admin/Library/Application Support/appium/bootstrap/bootstrap-0943baae6b1d6f5b.js
2015-02-23 13:30:54:641 - info: [debug] Reusing dynamic bootstrap: /Users/admin/Library/Application Support/appium/bootstrap/bootstrap-0943baae6b1d6f5b.js
2015-02-23 13:30:54:642 - info: [debug] Getting device string from opts: {“forceIphone”:false,“forceIpad”:false,“xcodeVersion”:“6.1.1”,“iOSSDKVersion”:“8.1”,“deviceName”:“adurgam’s iPhone”,“platformVersion”:“8.1”}
2015-02-23 13:30:54:642 - info: [debug] fixDevice is on
2015-02-23 13:30:54:643 - info: [debug] Final device string is: ‘adurgam’s iPhone (8.1 Simulator)’
2015-02-23 13:30:54:643 - info: [debug] Not setting device type since we’re on a real device
2015-02-23 13:30:54:643 - info: [debug] Checking whether we need to set app preferences
2015-02-23 13:30:54:643 - info: [debug] Not setting iOS and app preferences since we’re on a real device
2015-02-23 13:30:54:644 - info: [debug] Reset not set, not ending sim or cleaning up app state
2015-02-23 13:30:54:644 - info: [debug] Not setting locale because we’re using a real device
2015-02-23 13:30:54:644 - info: [debug] No iOS / app preferences to set
2015-02-23 13:30:54:645 - info: [debug] Starting iOS device log capture via deviceconsole
2015-02-23 13:30:55:740 - info: [debug] Not pre-launching simulator
2015-02-23 13:30:55:741 - info: [debug] Creating iDevice object with udid e47ba3300ef7bcbb943db3240b5213813a5d3938
2015-02-23 13:30:55:742 - info: [debug] Checking app install status using: /Applications/Appium.app/Contents/Resources/node_modules/appium/build/fruitstrap/fruitstrap isInstalled --id e47ba3300ef7bcbb943db3240b5213813a5d3938 --bundle com.safeway.j4u
2015-02-23 13:30:56:120 - info: [debug] App is installed.
2015-02-23 13:30:56:120 - info: [debug] fullReset not requested. No need to install.
2015-02-23 13:30:56:120 - info: [debug] Starting command proxy.
2015-02-23 13:30:56:122 - info: [debug] Instruments socket server started at /tmp/instruments_sock
2015-02-23 13:30:56:122 - info: [debug] Starting instruments
2015-02-23 13:30:56:128 - info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
2015-02-23 13:30:56:128 - info: Launching instruments
2015-02-23 13:30:56:132 - info: [debug] Attempting to run app on real device with UDID e47ba3300ef7bcbb943db3240b5213813a5d3938
2015-02-23 13:30:56:132 - 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 e47ba3300ef7bcbb943db3240b5213813a5d3938 com.safeway.j4u -e UIASCRIPT “/Users/admin/Library/Application Support/appium/bootstrap/bootstrap-0943baae6b1d6f5b.js” -e UIARESULTSPATH /tmp/appium-instruments
2015-02-23 13:30:56:132 - info: [debug] And extra without-delay env: {}
2015-02-23 13:30:56:133 - info: [debug] And launch timeouts (in ms): {“global”:90000}
2015-02-23 13:30:56:808 - info: [debug] [INST STDERR] 2015-02-23 19:00:56.807 instruments[2452:6403] WebKit Threading Violation - initial use of WebKit from a secondary thread.
2015-02-23 13:30:57:483 - info: --> GET /wd/hub/status {}
2015-02-23 13:30:57:484 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”},“isShuttingDown”:false},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:30:57:485 - info: <-- GET /wd/hub/status 200 1.713 ms - 178 {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”},“isShuttingDown”:false},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:30:57:623 - info: Instruments is ready to receive commands
2015-02-23 13:30:57:624 - info: [debug] Instruments launched. Starting poll loop for new commands.
2015-02-23 13:30:57:624 - info: [debug] Setting bootstrap config keys/values
2015-02-23 13:30:57:625 - info: [debug] Pushing command to appium work queue: “target = $.target();\nau = $;\n$.isVerbose = true;\n”
2015-02-23 13:30:57:627 - info: [debug] Socket data received (2 bytes)
2015-02-23 13:30:57:628 - info: [debug] Socket data being routed.
2015-02-23 13:30:57:628 - info: [debug] Sending command to instruments: target = $.target();
au = $;
$.isVerbose = true;

2015-02-23 13:30:58:632 - info: [debug] [INST] 2015-02-23 13:29:33 +0000 Debug: evaluation finished
2015-02-23 13:30:58:633 - info: [debug] [INST] 2015-02-23 13:29:33 +0000 Debug: responding with:
2015-02-23 13:30:58:633 - info: [debug] [INST] 2015-02-23 13:29:33 +0000 Debug: Running system command #1: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:true}…
2015-02-23 13:30:58:684 - info: [debug] Socket data received (27 bytes)
2015-02-23 13:30:58:685 - info: [debug] Socket data being routed.
2015-02-23 13:30:58:685 - info: [debug] Got result from instruments: {“status”:0,“value”:true}
2015-02-23 13:30:58:685 - info: [debug] Setting initial orientation to PORTRAIT
2015-02-23 13:30:58:686 - info: [debug] Pushing command to appium work queue: “au.setScreenOrientation(‘PORTRAIT’)”
2015-02-23 13:30:58:686 - info: [debug] Sending command to instruments: au.setScreenOrientation(‘PORTRAIT’)
2015-02-23 13:30:59:586 - info: [debug] [INST] 2015-02-23 13:29:34 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation(‘PORTRAIT’)
2015-02-23 13:30:59:587 - info: [debug] [INST] 2015-02-23 13:29:34 +0000 Debug: evaluating au.setScreenOrientation(‘PORTRAIT’)
2015-02-23 13:30:59:615 - info: [debug] [INST] 2015-02-23 13:29:34 +0000 Debug: target.setDeviceOrientation(“1”)
2015-02-23 13:31:00:685 - info: [debug] [INST] 2015-02-23 13:29:35 +0000 Debug: evaluation finished
2015-02-23 13:31:00:686 - info: [debug] [INST] 2015-02-23 13:29:35 +0000 Debug: responding with:
2015-02-23 13:31:00:687 - info: [debug] [INST] 2015-02-23 13:29:35 +0000 Debug: Running system command #2: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“PORTRAIT”}…
2015-02-23 13:31:00:741 - info: [debug] Socket data received (33 bytes)
2015-02-23 13:31:00:741 - info: [debug] Socket data being routed.
2015-02-23 13:31:00:741 - info: [debug] Got result from instruments: {“status”:0,“value”:“PORTRAIT”}
2015-02-23 13:31:00:755 - info: [debug] Waiting for app source to contain elements
2015-02-23 13:31:00:755 - info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
2015-02-23 13:31:00:756 - info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()
2015-02-23 13:31:01:653 - info: [debug] [INST] 2015-02-23 13:29:36 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()
2015-02-23 13:31:01:654 - info: [debug] [INST] 2015-02-23 13:29:36 +0000 Debug: evaluating au.mainApp().getTreeForXML()
2015-02-23 13:31:02:203 - info: [debug] [INST] 2015-02-23 13:29:37 +0000 Debug: evaluation finished
2015-02-23 13:31:02:205 - info: [debug] [INST] 2015-02-23 13:29:37 +0000 Debug: responding with::true,“valid”:true,“visible”:true,“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.6875,“width”:375,“height”:665.625},">":[{“UIANavigationBar”:{"@":{“name”:“HomeView”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:24.125,“width”:375,“height”:51.5625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0/0",“x”:0,“y”:0.6875,“width”:375,“height”:75},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0/0/0",“x”:0,“y”:75.6875,“width”:375,“height”:0},">":[]}}]}},{“UIAButton”:{"@":{“name”:“Back”,“label”:“Back”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0/1",“x”:9.375,“y”:37.6015625,“width”:24.609375,“height”:24.609375},">":[]}},{“UIAButton”:{"@":{“name”:“Navigation Drawer”,“label”:“Navigation Drawer”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/2",“x”:18.75,“y”:37.015625,“width”:24.609375,“height”:24.609375},">":[]}},{“UIAButton”:{"@":{“name”:“Search”,“label”:“Search”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/3",“x”:318.75,“y”:31.15625,“width”:50.390625,“height”:35.15625},">":[]}}]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/1",“x”:135.9375,“y”:75.6875,“width”:104.296875,“height”:93.75},">":[]}},{“UIACollectionView”:{"@":{“name”:null,“label”:null,“value”:“page 1 of 1”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2",“x”:24.609375,“y”:202.25,“width”:328.125,“height”:380.859375},">":[{“UIACollectionCell”:{"@":{“name”:“Weekly Ad”,“label”:“Weekly Ad”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/0",“x”:24.609375,“y”:202.25,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“just for U”,“label”:“just for U”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/1",“x”:147.0703125,“y”:202.25,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“Locator”,“label”:“Locator”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/2",“x”:269.53125,“y”:202.25,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“My Card”,“label”:“My Card”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/3",“x”:24.609375,“y”:324.125,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“My List”,“label”:“My List”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/4",“x”:147.0703125,“y”:324.125,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“Scan”,“label”:“Scan”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/5",“x”:269.53125,“y”:324.125,“width”:83.203125,“height”:84.375},">":[]}},{“UIACollectionCell”:{"@":{“name”:“More”,“label”:“More”,“value”:0,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/2/6",“x”:24.609375,“y”:446,“width”:83.203125,“height”:84.375},">":[]}}]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/3",“x”:5.859375,“y”:566.703125,“width”:363.28125,“height”:105.46875},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4",“x”:9.375,“y”:566.703125,“width”:35.15625,“height”:35.15625},">":[]}},{“UIAStaticText”:{"@":{“name”:“Rewards Summary”,“label”:“Rewards Summary”,“value”:“Rewards Summary”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5",“x”:48.046875,“y”:563.1875,“width”:148.828125,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“as of 00/00/00 at 12:00 am”,“label”:“as of 00/00/00 at 12:00 am”,“value”:“as of 00/00/00 at 12:00 am”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/6",“x”:194.53125,“y”:564.359375,“width”:168.75,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Restrictions and exclusions apply. View program details.”,“label”:“Restrictions and exclusions apply. View program details.”,“value”:“Restrictions and exclusions apply. View program details.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/7",“x”:48.046875,“y”:579.59375,“width”:344.53125,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Rewards Summary”,“label”:“Rewards Summary”,“value”:“Rewards Summary”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/8",“x”:48.046875,“y”:570.21875,“width”:148.828125,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“as of 00/00/00 at 12:00 am”,“label”:“as of 00/00/00 at 12:00 am”,“value”:“as of 00/00/00 at 12:00 am”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/9",“x”:194.53125,“y”:571.390625,“width”:168.75,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“99”,“label”:“99”,“value”:“99”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/10",“x”:35.15625,“y”:593.65625,“width”:55.078125,“height”:43.359375},">":[]}},{“UIAStaticText”:{"@":{“name”:“99”,“label”:“99”,“value”:“99”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/11",“x”:159.375,“y”:593.65625,“width”:55.078125,“height”:43.359375},">":[]}},{“UIAStaticText”:{"@":{“name”:“99”,“label”:“99”,“value”:“99”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/12",“x”:284.765625,“y”:593.65625,“width”:55.078125,“height”:43.359375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Point Toward Next Reward”,“label”:“Point Toward Next Reward”,“value”:“Point Toward Next Reward”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13",“x”:17.578125,“y”:625.296875,“width”:90.234375,“height”:41.015625},">":[]}},{“UIAStaticText”:{"@":{“name”:“10¢ Gas Rewards Available”,“label”:“10¢ Gas Rewards Available”,“value”:“10¢ Gas Rewards Available”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14",“x”:130.078125,“y”:625.296875,“width”:114.84375,“height”:41.015625},">":[]}},{“UIAStaticText”:{"@":{“name”:“Rewards Expiring End of Month”,“label”:“Rewards Expiring End of Month”,“value”:“Rewards Expiring End of Month”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/15",“x”:254.296875,“y”:625.296875,“width”:114.84375,“height”:41.015625},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/16",“x”:5.859375,“y”:566.703125,“width”:363.28125,“height”:50.9765625},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/17",“x”:29.296875,“y”:590.140625,“width”:35.15625,“height”:35.15625},">":[]}},{“UIAStaticText”:{"@":{“name”:“Rewards Points”,“label”:“Rewards Points”,“value”:“Rewards Points”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/18",“x”:73.828125,“y”:590.140625,“width”:150,“height”:24.609375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Earn up to $1 per gallon in Rewards. More info.”,“label”:“Earn up to $1 per gallon in Rewards. More info.”,“value”:“Earn up to $1 per gallon in Rewards. More info.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/19",“x”:73.828125,“y”:606.546875,“width”:285.9375,“height”:24.609375},">":[]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid
2015-02-23 13:31:02:205 - info: [debug] [INST] “:true,“visible”:false,“hint”:null,“path”:”/0/1/20”,“x”:0,“y”:666.3125,“width”:375,“height”:51.5625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/20/0",“x”:0,“y”:665.7265625,“width”:375,“height”:0.5859375},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/20/1",“x”:0,“y”:666.3125,“width”:375,“height”:51.5625},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/2",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“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.6875,“width”:375,“height”:23.4375},">":[{“UIAElement”:{"@":{“name”:“No SIM”,“label”:“No SIM”,“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”:7.03125,“y”:0.6875,“width”:49.21875,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“2 of 3 Wi-Fi bars”,“label”:“2 of 3 Wi-Fi bars”,“value”:“Unibet-Wifi”,“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”:62.109375,“y”:0.6875,“width”:15.234375,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“6:59 PM”,“label”:“6: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”:160.546875,“y”:0.6875,“width”:55.078125,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“99% battery power, Charging”,“label”:“99% battery power, Charging”,“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”:296.484375,“y”:0.6875,“width”:72.65625,“height”:23.4375},">":[]}}]}}]}}]}}}
2015-02-23 13:31:02:206 - info: [debug] [INST] 2015-02-23 13:29:37 +0000 Debug: Running system command #3: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Safeway”,“label”:“Safeway”,“value”:null,“dom”:n…
2015-02-23 13:31:02:262 - info: [debug] Socket data received (8189 bytes)
2015-02-23 13:31:02:262 - info: [debug] Socket data received (2905 bytes)
2015-02-23 13:31:02:263 - info: [debug] Socket data being routed.
2015-02-23 13:31:02:263 - info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Safeway”,“label”:“Safeway”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:24.125,“width”:375,“height”:642.1875},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”
2015-02-23 13:31:02:267 - info: [debug] Device launched! Ready for commands
2015-02-23 13:31:02:267 - info: [debug] Setting command timeout to the default of 7200 secs
2015-02-23 13:31:02:268 - info: [debug] Appium session started with sessionId ffe96de7-c421-4bda-abbf-d75c45282bbe
2015-02-23 13:31:02:269 - info: <-- POST /wd/hub/session 303 7779.657 ms - 9
2015-02-23 13:31:02:286 - info: --> GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe {}
2015-02-23 13:31:02:287 - info: [debug] Responding to client with success: {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:"",“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“warnings”:{},“desired”:{“automationName”:“Appium”,“platfromName”:“iOS”,“app”:“com.safeway.j4u”,“showIOSLog”:true,“platformName”:“iOS”,“deviceName”:“adurgam’s iPhone”,“browserName”:"",“autoLaunch”:true,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“platfromVersion”:“8.1”},“automationName”:“Appium”,“platfromName”:“iOS”,“app”:“com.safeway.j4u”,“showIOSLog”:true,“platformName”:“iOS”,“deviceName”:“adurgam’s iPhone”,“autoLaunch”:true,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“platfromVersion”:“8.1”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:02:288 - info: <-- GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe 200 2.087 ms - 784 {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:"",“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“warnings”:{},“desired”:{“automationName”:“Appium”,“platfromName”:“iOS”,“app”:“com.safeway.j4u”,“showIOSLog”:true,“platformName”:“iOS”,“deviceName”:“adurgam’s iPhone”,“browserName”:"",“autoLaunch”:true,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“platfromVersion”:“8.1”},“automationName”:“Appium”,“platfromName”:“iOS”,“app”:“com.safeway.j4u”,“showIOSLog”:true,“platformName”:“iOS”,“deviceName”:“adurgam’s iPhone”,“autoLaunch”:true,“udid”:“e47ba3300ef7bcbb943db3240b5213813a5d3938”,“platfromVersion”:“8.1”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:02:316 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/timeouts/implicit_wait {“ms”:60000}
2015-02-23 13:31:02:318 - info: [debug] Set iOS implicit wait to 60000ms
2015-02-23 13:31:02:318 - info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:02:319 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/timeouts/implicit_wait 200 3.154 ms - 76 {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:02:325 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element {“using”:“accessibility id”,“value”:“More”}
2015-02-23 13:31:02:326 - info: [debug] Waiting up to 60000ms for condition
2015-02-23 13:31:02:327 - info: [debug] Pushing command to appium work queue: “au.getElementByAccessibilityId(‘More’)”
2015-02-23 13:31:02:327 - info: [debug] Sending command to instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:03:298 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: Got new command 3 from instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:03:299 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: evaluating au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:03:447 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: evaluation finished
2015-02-23 13:31:03:449 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: Lookup returned [object UIACollectionCell] with the name “More” (id: 0).
2015-02-23 13:31:03:450 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: responding with:
2015-02-23 13:31:03:451 - info: [debug] [INST] 2015-02-23 13:29:38 +0000 Debug: Running system command #4: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“0”}}…
2015-02-23 13:31:03:502 - info: [debug] Socket data received (38 bytes)
2015-02-23 13:31:03:502 - info: [debug] Socket data being routed.
2015-02-23 13:31:03:502 - info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“0”}}
2015-02-23 13:31:03:503 - info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“0”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:03:504 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element 200 1179.410 ms - 87 {“status”:0,“value”:{“ELEMENT”:“0”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:03:511 - info: --> GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/0/displayed {}
2015-02-23 13:31:03:512 - info: [debug] Pushing command to appium work queue: “au.getElement(‘0’).isDisplayed()”
2015-02-23 13:31:03:513 - info: [debug] Sending command to instruments: au.getElement(‘0’).isDisplayed()
2015-02-23 13:31:04:580 - info: [debug] [INST] 2015-02-23 13:29:39 +0000 Debug: Got new command 4 from instruments: au.getElement(‘0’).isDisplayed()
2015-02-23 13:31:04:613 - info: [debug] Socket data received (27 bytes)
2015-02-23 13:31:04:613 - info: [debug] Socket data being routed.
2015-02-23 13:31:04:614 - info: [debug] Got result from instruments: {“status”:0,“value”:true}
2015-02-23 13:31:04:614 - info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:04:615 - info: <-- GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/0/displayed 200 1103.404 ms - 76 {“status”:0,“value”:true,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:04:621 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element {“using”:“accessibility id”,“value”:“More”}
2015-02-23 13:31:04:621 - info: [debug] Waiting up to 60000ms for condition
2015-02-23 13:31:04:622 - info: [debug] Pushing command to appium work queue: “au.getElementByAccessibilityId(‘More’)”
2015-02-23 13:31:04:622 - info: [debug] Sending command to instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:04:936 - info: [debug] [INST] 2015-02-23 13:29:39 +0000 Debug: evaluating au.getElement(‘0’).isDisplayed()
2015-02-23 13:31:04:939 - info: [debug] [INST] 2015-02-23 13:29:39 +0000 Debug: evaluation finished
2015-02-23 13:31:04:966 - info: [debug] [INST] 2015-02-23 13:29:39 +0000 Debug: responding with:
2015-02-23 13:31:04:969 - info: [debug] [INST] 2015-02-23 13:29:39 +0000 Debug: Running system command #5: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:true}…
2015-02-23 13:31:05:522 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: Got new command 5 from instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:05:523 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: evaluating au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:05:828 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: evaluation finished
2015-02-23 13:31:05:831 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: Lookup returned [object UIACollectionCell] with the name “More” (id: 1).
2015-02-23 13:31:05:831 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: responding with:
2015-02-23 13:31:05:833 - info: [debug] [INST] 2015-02-23 13:29:40 +0000 Debug: Running system command #6: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“1”}}…
2015-02-23 13:31:05:888 - info: [debug] Socket data received (38 bytes)
2015-02-23 13:31:05:889 - info: [debug] Socket data being routed.
2015-02-23 13:31:05:889 - info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“1”}}
2015-02-23 13:31:05:890 - info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:05:891 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element 200 1270.110 ms - 87 {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:05:897 - info: --> GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/1/attribute/name {}
2015-02-23 13:31:05:898 - info: [debug] Pushing command to appium work queue: “au.getElement(‘1’).name()”
2015-02-23 13:31:05:898 - info: [debug] Sending command to instruments: au.getElement(‘1’).name()
2015-02-23 13:31:06:795 - info: [debug] [INST] 2015-02-23 13:29:41 +0000 Debug: Got new command 6 from instruments: au.getElement(‘1’).name()
2015-02-23 13:31:06:796 - info: [debug] [INST] 2015-02-23 13:29:41 +0000 Debug: evaluating au.getElement(‘1’).name()
2015-02-23 13:31:06:798 - info: [debug] [INST] 2015-02-23 13:29:41 +0000 Debug: evaluation finished
2015-02-23 13:31:06:799 - info: [debug] [INST] 2015-02-23 13:29:41 +0000 Debug: responding with:
2015-02-23 13:31:06:802 - info: [debug] [INST] 2015-02-23 13:29:41 +0000 Debug: Running system command #7: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“More”}…
2015-02-23 13:31:06:854 - info: [debug] Socket data received (29 bytes)
2015-02-23 13:31:06:854 - info: [debug] Socket data being routed.
2015-02-23 13:31:06:855 - info: [debug] Got result from instruments: {“status”:0,“value”:“More”}
2015-02-23 13:31:06:855 - info: [debug] Responding to client with success: {“status”:0,“value”:“More”,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:06:855 - info: <-- GET /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/1/attribute/name 200 958.882 ms - 78 {“status”:0,“value”:“More”,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:06:861 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element {“using”:“accessibility id”,“value”:“More”}
2015-02-23 13:31:06:872 - info: [debug] Waiting up to 60000ms for condition
2015-02-23 13:31:06:872 - info: [debug] Pushing command to appium work queue: “au.getElementByAccessibilityId(‘More’)”
2015-02-23 13:31:06:873 - info: [debug] Sending command to instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:07:763 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: Got new command 7 from instruments: au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:07:765 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: evaluating au.getElementByAccessibilityId(‘More’)
2015-02-23 13:31:08:050 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: evaluation finished
2015-02-23 13:31:08:052 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: Lookup returned [object UIACollectionCell] with the name “More” (id: 2).
2015-02-23 13:31:08:054 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: responding with:
2015-02-23 13:31:08:056 - info: [debug] [INST] 2015-02-23 13:29:42 +0000 Debug: Running system command #8: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“2”}}…
2015-02-23 13:31:08:105 - info: [debug] Socket data received (38 bytes)
2015-02-23 13:31:08:106 - info: [debug] Socket data being routed.
2015-02-23 13:31:08:106 - info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“2”}}
2015-02-23 13:31:08:106 - info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:08:107 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element 200 1245.318 ms - 87 {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:08:112 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/2/click {“id”:“2”}
2015-02-23 13:31:08:113 - info: [debug] Pushing command to appium work queue: “au.tapById(‘2’)”
2015-02-23 13:31:08:113 - info: [debug] Sending command to instruments: au.tapById(‘2’)
2015-02-23 13:31:09:147 - info: [debug] [INST] 2015-02-23 13:29:43 +0000 Debug: Got new command 8 from instruments: au.tapById(‘2’)
2015-02-23 13:31:09:149 - info: [debug] [INST] 2015-02-23 13:29:43 +0000 Debug: evaluating au.tapById(‘2’)
2015-02-23 13:31:09:151 - info: [debug] [INST] 2015-02-23 13:29:43 +0000 Debug: UIACollectionCell.tap()
2015-02-23 13:31:09:345 - info: [debug] Socket data received (25 bytes)
2015-02-23 13:31:09:345 - info: [debug] Socket data being routed.
2015-02-23 13:31:09:345 - info: [debug] Got result from instruments: {“status”:0,“value”:""}
2015-02-23 13:31:09:345 - info: [debug] Responding to client with success: {“status”:0,“value”:"",“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:09:346 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/element/2/click 200 1233.894 ms - 74 {“status”:0,“value”:"",“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:09:352 - info: --> POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/timeouts/implicit_wait {“ms”:180000}
2015-02-23 13:31:09:352 - info: [debug] Set iOS implicit wait to 180000ms
2015-02-23 13:31:09:352 - info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:09:353 - info: <-- POST /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe/timeouts/implicit_wait 200 1.055 ms - 76 {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:09:358 - info: --> DELETE /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe {}
2015-02-23 13:31:09:359 - info: Shutting down appium session
2015-02-23 13:31:09:359 - info: [debug] Stopping ios
2015-02-23 13:31:09:359 - info: [debug] Destroying instruments client socket.
2015-02-23 13:31:09:359 - info: [debug] Closing socket server.
2015-02-23 13:31:09:360 - info: [debug] Instruments socket server was closed
2015-02-23 13:31:09:360 - info: [debug] Sending sigterm to instruments
2015-02-23 13:31:09:363 - info: [debug] [INST] 2015-02-23 13:31:09 +0000 Stopped: Script was stopped by the user
2015-02-23 13:31:09:364 - info: [debug] [INST] 2015-02-23 13:29:44 +0000 Debug: evaluation finished
2015-02-23 13:31:09:364 - info: [debug] [INST] 2015-02-23 13:29:44 +0000 Debug: responding with:
2015-02-23 13:29:44 +0000 Debug: Running system command #9: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:""}…
2015-02-23 13:31:10:059 - info: [debug] [INST] Instruments Trace Complete (Duration : 13.155326s; Output : /tmp/appium-instruments/instrumentscli0.trace)
2015-02-23 13:31:10:073 - info: [debug] [INSTSERVER] Instruments exited with code 0
2015-02-23 13:31:10:073 - info: [debug] Cleaning up after instruments exit
2015-02-23 13:31:10:073 - info: [debug] Stopping iOS log capture
2015-02-23 13:31:10:074 - info: [debug] Reset not set, not ending sim or cleaning up app state
2015-02-23 13:31:10:074 - info: [debug] Cleaning up appium session
2015-02-23 13:31:10:074 - info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}
2015-02-23 13:31:10:075 - info: <-- DELETE /wd/hub/session/ffe96de7-c421-4bda-abbf-d75c45282bbe 200 716.961 ms - 76 {“status”:0,“value”:null,“sessionId”:“ffe96de7-c421-4bda-abbf-d75c45282bbe”}

Regards,
Kiran

This issue was resolved. No support required in this issue. Kiran