An unknown server-side error occurred while processing the command. (Original error: connect ECONNREFUSED)

Hi guys ,
everything was working good for me and suddenly , after upgrading my Xcode and OS and i start getting error on click() event , this is the logs. and also i checked with another system it’s working fine.

Below is my code.
@BeforeMethod
public void setUp() throws MalformedURLException {
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability(“platformName”, “iOS”);
caps.setCapability(“platformVersion”, “9.3.1”); //Replace this with your iOS version
caps.setCapability(“deviceName”, “iPhone (2)”); //Replace this with your simulator/device version
caps.setCapability(“app”, “/Users/Qualitest/Downloads/tolino__160727.ipa”); //Replace this with app path in your system
driver = new IOSDriver(new URL(“http://0.0.0.0:4723/wd/hub”), caps);
}

@Test
public void testiOS() throws InterruptedException {
    driver.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]"));
    System.out.println("-----1----"+driver.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]")).getText());
    Assert.assertTrue(driver.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]")).isDisplayed(), "element is not displayed");
    System.out.println("-----2----");
    driver.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]")).click();
    System.out.println("-----3----");
}

Console output -
-----1----Start without the code
-----2----
FAILED: testiOS
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. (Original error: connect ECONNREFUSED) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 1.14 seconds
Build info: version: ‘2.53.0’, revision: ‘35ae25b1534ae328c771e0856c93e187490ca824’, time: ‘2016-03-15 10:43:46’
System info: host: ‘QualiTests-Mac-mini.local’, ip: ‘10.50.2.185’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.11.6’, java.version: ‘1.8.0_25’
Driver info: io.appium.java_client.ios.IOSDriver
Capabilities [{app=/Users/Qualitest/Downloads/tolino__160727.ipa, networkConnectionEnabled=false, warnings={}, databaseEnabled=false, deviceName=iPhone (2), platform=MAC, desired={app=/Users/Qualitest/Downloads/tolino__160727.ipa, platformVersion=9.3.1, platformName=iOS, deviceName=iPhone (2)}, platformVersion=9.3.1, webStorageEnabled=false, locationContextEnabled=false, browserName=iOS, takesScreenshot=true, javascriptEnabled=true, platformName=iOS}]
Session ID: 6516d445-aa91-4f42-a3f6-dfcc5debb7f7

Appium log -
Launching Appium with command: ‘/Applications/Appium.app/Contents/Resources/node/bin/node’ lib/server/main.js --command-timeout “7200” --session-override --debug-log-spacing --robot-address “0.0.0.0” --robot-port “4” --platform-version “9.2” --platform-name “iOS” --app “/Users/Qualitest/Downloads/tolino__160727.ipa” --udid “90c9f8065c3bf8ddfb0f2dd6aae042d26de58503” --show-ios-log --show-ios-log --device-name “Quali Test’s iPad”

info: Welcome to Appium v1.4.13 (REV c75d8adcb66a75818a542fe1891a34260c21f76a)

info: Appium REST http interface listener started on 0.0.0.0:4723

info: [debug] Non-default server args: {“app”:"/Users/Qualitest/Downloads/tolino__160727.ipa",“udid”:“90c9f8065c3bf8ddfb0f2dd6aae042d26de58503”,“sessionOverride”:true,“deviceName”:“Quali Test’s iPad”,“platformName”:“iOS”,“platformVersion”:“9.2”,“showIOSLog”:true,“robotPort”:4,“defaultCommandTimeout”:7200,“debugLogSpacing”:true}
info: Console LogLevel: debug

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”}}}

info: <-- GET /wd/hub/status 200 9.819 ms - 105 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”}}}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”}}}

info: <-- GET /wd/hub/status 200 3.440 ms - 105 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”}}}

info: --> POST /wd/hub/session {“desiredCapabilities”:{“app”:"/Users/Qualitest/Downloads/tolino__160727.ipa",“platformName”:“iOS”,“deviceName”:“iPhone (2)”,“platformVersion”:“9.3.1”}}

info: Client User-Agent string: Apache-HttpClient/4.5.2 (Java/1.8.0_25)

info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: **** NEW SESSION ***
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************
info: *************************************

info: [debug] Using local .ipa from desired caps: /Users/Qualitest/Downloads/tolino__160727.ipa
info: [debug] Copying local zip to tmp dir

info: [debug] /Users/Qualitest/Downloads/tolino__160727.ipa copied to /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/appium-app.zip

info: [debug] Unzipping /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/appium-app.zip

info: [debug] Testing zip archive: /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/appium-app.zip

info: [debug] Zip archive tested clean

info: [debug] Unzip successful
info: [debug] Using locally extracted app: /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/Payload/Thalia.dach.app
info: [debug] Creating new appium session 6516d445-aa91-4f42-a3f6-dfcc5debb7f7

info: [debug] Removing any remaining instruments sockets

info: [debug] Cleaned up instruments socket /tmp/instruments_sock

info: [debug] Auto-detecting iOS udid…
info: [debug] Not auto-detecting udid, running on sim

element parse error: Error: invalid tagName:#x
@#[line:126,col:36]

info: [debug] Could not parse plist file (as binary) at /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/Payload/Thalia.dach.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/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/Payload/Thalia.dach.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] Could not parse plist file (as binary) at /var/folders/5d/v462pb_d6yx3pg69k66zjy3h0000gn/T/116711-3439-1uwjwj0/Payload/Thalia.dach.app/Info.plist
info: Will try to parse the plist file as XML

element parse error: Error: invalid tagName:#y
@#[line:126,col:44]
element parse error: Error: invalid tagName:#x
@#[line:127,col:32]
element parse error: Error: invalid tagName:#y
@#[line:127,col:40]

info: [debug] Parsed app Info.plist (as XML)

info: [debug] Creating instruments
info: [debug] Preparing uiauto bootstrap
info: [debug] Dynamic bootstrap dir: /Users/Qualitest/Library/Application Support/appium/bootstrap
info: [debug] Dynamic env: {“nodePath”:"/Applications/Appium.app/Contents/Resources/node/bin/node",“commandProxyClientPath”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js",“instrumentsSock”:"/tmp/instruments_sock",“interKeyDelay”:null,“justLoopInfinitely”:false,“autoAcceptAlerts”:false,“autoDismissAlerts”:false,“sendKeyStrategy”:“grouped”}

info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!

info: [debug] Dynamic bootstrap path: /Users/Qualitest/Library/Application Support/appium/bootstrap/bootstrap-5923cadea0343e3f.js

info: [debug] Reusing dynamic bootstrap: /Users/Qualitest/Library/Application Support/appium/bootstrap/bootstrap-5923cadea0343e3f.js

info: [debug] Attempting iOS device log capture via libimobiledevice idevicesyslog

info: [debug] Creating iDevice object with udid 90c9f8065c3bf8ddfb0f2dd6aae042d26de58503

info: [debug] App is installed.

info: [debug] fullReset not requested. No need to install.
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 90c9f8065c3bf8ddfb0f2dd6aae042d26de58503

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 90c9f8065c3bf8ddfb0f2dd6aae042d26de58503 com.axxessio.thaliaDe -e UIASCRIPT “/Users/Qualitest/Library/Application Support/appium/bootstrap/bootstrap-5923cadea0343e3f.js” -e UIARESULTSPATH /tmp/appium-instruments
info: [debug] And extra without-delay env: {}
info: [debug] And launch timeouts (in ms): {“global”:90000}

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:10 Quali-Tests-iPad syslog_relay[687] : syslog_relay found the ASL prompt. Starting…

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad backboardd[63] : [HID] [MT] MTSimpleHIDManager::setPropertyInternal detection mode: 255->6 (deferring until bootloaded)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad SpringBoard[48] : [MPUSystemMediaControls] Enabling lock screen media controls updates for screen turning on.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad SpringBoard[48] : [MPUSystemMediaControls] Updating supported commands for now playing application.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad backboardd[63] : [HID] [MT] MTSimpleHIDManager::deviceDidBootload device bootloaded

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad backboardd[63] : [HID] [MT] MTSimpleHIDManager::setPropertyInternal detection mode: 6->6

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad wirelessproxd[50] : (Error) updateScanner - central is not powered on: 4

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:15 Quali-Tests-iPad SpringBoard[48] : -[UABestAppSuggestionManager notifyBestAppChanged:type:options:bundleIdentifier:activityType:dynamicIdentifier:when:confidence:deviceName:deviceIdentifier:deviceType:] (null) UASuggestedActionType=0 (null)/(null) opts=(null) when=2016-08-11 06:49:15 +0000 confidence=1 from=(null)/(null) (UABestAppSuggestionManager.m #319)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:16 Quali-Tests-iPad backboardd[63] : [HID] [MT] MTSimpleHIDManager::setPropertyInternal detection mode: 6->3

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad SpringBoard[48] : SBLockScreenNotificationListController: Attempting to remove a bulletin I don’t have

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad wifid[74] : WiFi:[492590957.637652]: Disable WoW requested by “IDSRemoteURLConn”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IDSRemoteURLConnectionAgent[797] : WiFi is associated YES

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IDSRemoteURLConnectionAgent[797] : WiFi is associated YES

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IDSRemoteURLConnectionAgent[797] : [Warning] Services all disappeared, removing all accounts

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IDSRemoteURLConnectionAgent[797] : [Warning] Services all disappeared, removing all enabled accounts
info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IDSRemoteURLConnectionAgent[797] : [Warning] Services all disappeared, removing all dependent devices

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad wifid[74] : WiFi:[492590957.736760]: Disable WoW requested by “IMRemoteURLConne”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IMRemoteURLConnectionAgent[798] : WiFi is associated YES

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:17 Quali-Tests-iPad IMRemoteURLConnectionAgent[798] : WiFi is associated YES

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:19 Quali-Tests-iPad AppleIDAuthAgent[783] : SERVER Didn’t succeed with .authenticate, and error is ERROR:“CSIdentityErrorDomain” #-100 kCSIdentityAppleIDUnknownError { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/AppleIDXMLServerCommunications.cpp", “function”=“copyAndHandleXMLErrorResponse”, “line”=517, “NSUnderlyingError”=ERROR:“CSIdentityErrorDomain” #-1 { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/XMLRPC/XMLRPCShim.mm", “function”=“xmlInvoke”, “line”=90, “NSLocalizedFailureReason”=“NULL response from server” } } so releasing session. (___Z31__AppleIDSessionDoCreateSessionPK10__CFStringS1_PK14__CFDictionaryPS1_PS4_PP9__CFError_block_invoke()/AppleIDXMLServerCommunications.cpp #792) queue.session.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:25 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:25 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:25 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:28 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:28 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:28 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:30 Quali-Tests-iPad AppleIDAuthAgent[783] : SERVER Didn’t succeed with .authenticate, and error is ERROR:“CSIdentityErrorDomain” #-100 kCSIdentityAppleIDUnknownError { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/AppleIDXMLServerCommunications.cpp", “function”=“copyAndHandleXMLErrorResponse”, “line”=517, “NSUnderlyingError”=ERROR:“CSIdentityErrorDomain” #-1 { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/XMLRPC/XMLRPCShim.mm", “function”=“xmlInvoke”, “line”=90, “NSLocalizedFailureReason”=“NULL response from server” } } so releasing session. (___Z31__AppleIDSessionDoCreateSessionPK10__CFStringS1_PK14__CFDictionaryPS1_PS4_PP9__CFError_block_invoke()/AppleIDXMLServerCommunications.cpp #792) queue.session.

info: [debug] [INST STDERR] 2016-08-11 12:19:31.584 instruments[3451:59470] WebKit Threading Violation - initial use of WebKit from a secondary thread.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:31 Quali-Tests-iPad timed[596] : (Note ) CoreTime: Received time 08/11/2016 06:49:31±0.03 from “NTP”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:32 Quali-Tests-iPad timed[596] : (Note ) CoreTime: Want active time in 24.45min. Need active time in 8316.12min. Remaining retry interval: 14.983333min.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:32 Quali-Tests-iPad UserEventAgent[23] : validateAndAddDefaults(com.apple.timed): End Time (inf) > now (492590972.1) + BACKGROUND_TASK_AGENT_JOB_WINDOW_MAX_TIME_FROM_NOW_SEC (3024000.0) + BACKGROUND_TASK_AGENT_JOB_TIME_ERROR_MARGIN (300.0)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:32 Quali-Tests-iPad timed[596] : (Error) CoreTime: Error requesting proactive time check job

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad SpringBoard[48] : SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad SpringBoard[48] : MIS: Using empty blacklist.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad SpringBoard[48] : SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad SpringBoard[48] : MIS: Using empty blacklist.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad kernel[0] : xpcproxy[800] Container: /private/var/mobile/Containers/Data/Application/6A50680F-898A-4D78-BD8F-B7A854F30995 (sandbox)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad DTServiceHub[690] : kernel symbolicator unable to open /mach.release.s5l8942x

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:34 Quali-Tests-iPad DTServiceHub[690] : Device Info Service was unable to create symbolicator for the kernel

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:35 Quali-Tests-iPad notification_proxy[650] : 0x1f115000 -[MNPLockdownConnection receiveMessage]: lockdown_receive_message error!

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:36 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:36 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:36 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:37 Quali-Tests-iPad kernel[0] : Sandbox: Thalia.dach(800) deny(1) file-read-data /private/var/mobile/Containers/Data/Application/6A50680F-898A-4D78-BD8F-B7A854F30995/Library/Caches/Snapshots

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:37 Quali-Tests-iPad Thalia.dach[800] : [Crashlytics] Version 3.1.0 (65)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:37 Quali-Tests-iPad Thalia.dach[800] : [Crashlytics:Crash] Warning: iOS 9 workaround for binary image loading issue in place.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:39 Quali-Tests-iPad Thalia.dach[800] : Unbalanced calls to begin/end appearance transitions for <PFBottomBarContainerViewController: 0x17de6b60>.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:39 Quali-Tests-iPad Thalia.dach[800] : [Crashlytics:Crash] Warning: NSUncaughtExceptionHandler is ‘unknown’ in ‘/var/mobile/Containers/Bundle/Application/171E1254-6B71-46A2-BD21-FDE44B2714F7/Thalia.dach.app/Thalia.dach’

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] 2016-08-11 06:49:40 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:40 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:40 +0000 Debug: Running system command #1: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/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: [IOS_SYSLOG_ROW ] Aug 11 12:19:40 Quali-Tests-iPad AppleIDAuthAgent[783] : SERVER Didn’t succeed with .authenticate, and error is ERROR:“CSIdentityErrorDomain” #-100 kCSIdentityAppleIDUnknownError { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/AppleIDXMLServerCommunications.cpp", “function”=“copyAndHandleXMLErrorResponse”, “line”=517, “NSUnderlyingError”=ERROR:“CSIdentityErrorDomain” #-1 { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/XMLRPC/XMLRPCShim.mm", “function”=“xmlInvoke”, “line”=90, “NSLocalizedFailureReason”=“NULL response from server” } } so releasing session. (___Z31__AppleIDSessionDoCreateSessionPK10__CFStringS1_PK14__CFDictionaryPS1_PS4_PP9__CFError_block_invoke()/AppleIDXMLServerCommunications.cpp #792) queue.session.

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:41 Quali-Tests-iPad gputoolsd[799] : schedule invalidation <DYTransport 0x14d21090, error: lost transport connection (31)>

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:41 Quali-Tests-iPad gputoolsd[799] : terminating daemon 0x14d20e40

info: [debug] [INST] 2016-08-11 06:49:41 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation(‘PORTRAIT’)

info: [debug] [INST] 2016-08-11 06:49:41 +0000 Debug: evaluating au.setScreenOrientation(‘PORTRAIT’)

info: [debug] [INST] 2016-08-11 06:49:41 +0000 Debug: target.setDeviceOrientation(“1”)

info: [debug] [INST] 2016-08-11 06:49:42 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:42 +0000 Debug: responding with:

info: [debug] [INST] 2016-08-11 06:49:42 +0000 Debug: Running system command #2: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/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] 2016-08-11 06:49:43 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:43 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:43 Quali-Tests-iPad kernel[0] : Sandbox: ScriptAgent(801) deny(1) file-read-data /Developer/Library/Daemons/PlugIns/UIAutomation.bundle

info: [debug] [INST] 2016-08-11 06:49:43 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:43 +0000 Debug: responding with:d":true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 2 of 2”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableGroup”:{"@":{“name”:“Ⓕ”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/0/0",“x”:0,“y”:0,“width”:768,“height”:433},">":[{“UIAStaticText”:{"@":{“name”:“Ⓕ”,“label”:“Ⓕ”,“value”:“Ⓕ”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/0",“x”:0,“y”:70,“width”:768,“height”:141},">":[]}},{“UIAStaticText”:{"@":{“name”:“Welcome”,“label”:“Welcome”,“value”:“Welcome”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/1",“x”:0,“y”:231,“width”:768,“height”:44},">":[]}},{“UIAStaticText”:{"@":{“name”:“Discover the ease of reading”,“label”:“Discover the ease of reading”,“value”:“Discover the ease of reading”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/2",“x”:0,“y”:283,“width”:768,“height”:20},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1",“x”:0,“y”:433,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/0",“x”:736,“y”:469,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a code”,“label”:“I have a code”,“value”:“I have a code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/1",“x”:16,“y”:458,“width”:96,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“label”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“value”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/2",“x”:16,“y”:494,“width”:709,“height”:17},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2",“x”:0,“y”:537,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/0",“x”:736,“y”:573,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“Start without the code”,“label”:“Start without the code”,“value”:“Start without the code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/1",“x”:16,“y”:562,“width”:164,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“label”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“value”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/2",“x”:16,“y”:598,“width”:709,“height”:17},">":[]}}]}}]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“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},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“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/1/0/0",“x”:6,“y”:0,“width”:42,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“SSID”,“dom”:null,“enabled”:true,“valid”:true,“visible”: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/1/0/1",“x”:53,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“12:19 PM”,“label”:“12:19 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/1/0/2",“x”:359,“y”:0,“width”:54,“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/1/0/3",“x”:694,“y”:0,“width”:69,“height”:20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-08-11 06:49:43 +0000 Debug: Running system command #3: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,…
info: [debug] Socket data received (6099 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“vali
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 7200 secs
info: [debug] Appium session started with sessionId 6516d445-aa91-4f42-a3f6-dfcc5debb7f7
info: <-- POST /wd/hub/session 303 37341.271 ms - 74
info: --> GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7 {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:“iOS”,“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“warnings”:{},“desired”:{“app”:”/Users/Qualitest/Downloads/tolino__160727.ipa",“platformName”:“iOS”,“deviceName”:“iPhone (2)”,“platformVersion”:“9.3.1”},“app”:"/Users/Qualitest/Downloads/tolino__160727.ipa",“platformName”:“iOS”,“deviceName”:“iPhone (2)”,“platformVersion”:“9.3.1”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7 200 2.947 ms - 552 {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:“iOS”,“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”
:false,“warnings”:{},“desired”:{“app”:"/Users/Qualitest/Downloads/tolino__160727.ipa",“platformName”:“iOS”,“deviceName”:“iPhone (2)”,“platformVersion”:“9.3.1”},“app”:"/Users/Qualitest/Downloads/tolino__160727.ipa",“platformName”:“iOS”,“deviceName”:“iPhone (2)”,“platformVersion”:“9.3.1”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:44 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:44 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago
info: --> POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]"}

info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:44 +0000 Debug: Got new command 3 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:44 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:45 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:45 +0000 Debug: responding with:d":true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 2 of 2”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableGroup”:{"@":{“name”:“Ⓕ”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/0/0",“x”:0,“y”:0,“width”:768,“height”:433},">":[{“UIAStaticText”:{"@":{“name”:“Ⓕ”,“label”:“Ⓕ”,“value”:“Ⓕ”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/0",“x”:0,“y”:70,“width”:768,“height”:141},">":[]}},{“UIAStaticText”:{"@":{“name”:“Welcome”,“label”:“Welcome”,“value”:“Welcome”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/1",“x”:0,“y”:231,“width”:768,“height”:44},">":[]}},{“UIAStaticText”:{"@":{“name”:“Discover the ease of reading”,“label”:“Discover the ease of reading”,“value”:“Discover the ease of reading”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/2",“x”:0,“y”:283,“width”:768,“height”:20},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1",“x”:0,“y”:433,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/0",“x”:736,“y”:469,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a code”,“label”:“I have a code”,“value”:“I have a code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/1",“x”:16,“y”:458,“width”:96,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“label”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“value”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/2",“x”:16,“y”:494,“width”:709,“height”:17},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2",“x”:0,“y”:537,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/0",“x”:736,“y”:573,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“Start without the code”,“label”:“Start without the code”,“value”:“Start without the code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/1",“x”:16,“y”:562,“width”:164,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“label”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“value”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/2",“x”:16,“y”:598,“width”:709,“height”:17},">":[]}}]}}]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“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},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“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/1/0/0",“x”:6,“y”:0,“width”:42,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“SSID”,“dom”:null,“enabled”:true,“valid”:true,“visible”: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/1/0/1",“x”:53,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“12:19 PM”,“label”:“12:19 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/1/0/2",“x”:359,“y”:0,“width”:54,“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/1/0/3",“x”:694,“y”:0,“width”:69,“height”:20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-08-11 06:49:45 +0000 Debug: Running system command #4: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,…

info: [debug] Socket data received (6099 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,"vali

info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/0/0/2/1’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: Got new command 4 from instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: evaluating au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: Lookup returned [object UIAStaticText] with the name “Start without the code” (id: 0).
info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: responding with:

info: [debug] [INST] 2016-08-11 06:49:46 +0000 Debug: Running system command #5: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“0”}}…

info: [debug] Socket data received (38 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“0”}}

info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“0”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element 200 2107.645 ms - 87 {“status”:0,“value”:{“ELEMENT”:“0”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: --> POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]"}
info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:47 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [debug] [INST] 2016-08-11 06:49:47 +0000 Debug: Got new command 5 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:47 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:47 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:47 +0000 Debug: responding with:d":true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 2 of 2”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableGroup”:{"@":{“name”:“Ⓕ”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/0/0",“x”:0,“y”:0,“width”:768,“height”:433},">":[{“UIAStaticText”:{"@":{“name”:“Ⓕ”,“label”:“Ⓕ”,“value”:“Ⓕ”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/0",“x”:0,“y”:70,“width”:768,“height”:141},">":[]}},{“UIAStaticText”:{"@":{“name”:“Welcome”,“label”:“Welcome”,“value”:“Welcome”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/1",“x”:0,“y”:231,“width”:768,“height”:44},">":[]}},{“UIAStaticText”:{"@":{“name”:“Discover the ease of reading”,“label”:“Discover the ease of reading”,“value”:“Discover the ease of reading”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/2",“x”:0,“y”:283,“width”:768,“height”:20},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1",“x”:0,“y”:433,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/0",“x”:736,“y”:469,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a code”,“label”:“I have a code”,“value”:“I have a code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/1",“x”:16,“y”:458,“width”:96,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“label”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“value”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/2",“x”:16,“y”:494,“width”:709,“height”:17},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2",“x”:0,“y”:537,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/0",“x”:736,“y”:573,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“Start without the code”,“label”:“Start without the code”,“value”:“Start without the code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/1",“x”:16,“y”:562,“width”:164,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“label”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“value”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/2",“x”:16,“y”:598,“width”:709,“height”:17},">":[]}}]}}]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“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},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“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/1/0/0",“x”:6,“y”:0,“width”:42,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“SSID”,“dom”:null,“enabled”:true,“valid”:true,“visible”: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/1/0/1",“x”:53,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“12:19 PM”,“label”:“12:19 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/1/0/2",“x”:359,“y”:0,“width”:54,“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/1/0/3",“x”:694,“y”:0,“width”:69,“height”:20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-08-11 06:49:47 +0000 Debug: Running system command #6: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,…

info: [debug] Socket data received (6099 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,"vali
info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/0/0/2/1’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:48 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:48 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:48 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: Got new command 6 from instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: evaluating au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: Lookup returned [object UIAStaticText] with the name “Start without the code” (id: 1).
info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:48 +0000 Debug: Running system command #7: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“1”}}…

info: [debug] Socket data received (38 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“1”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: <-- POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element 200 2294.790 ms - 87 {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: --> GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/1/text {}
info: [debug] Pushing command to appium work queue: “au.getElement(‘1’).text()”
info: [debug] Sending command to instruments: au.getElement(‘1’).text()

info: [debug] [INST] 2016-08-11 06:49:49 +0000 Debug: Got new command 7 from instruments: au.getElement(‘1’).text()

info: [debug] [INST] 2016-08-11 06:49:49 +0000 Debug: evaluating au.getElement(‘1’).text()

info: [debug] [INST] 2016-08-11 06:49:49 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-08-11 06:49:49 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:49 +0000 Debug: Running system command #8: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“Start without the code”}…

info: [debug] Socket data received (47 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:“Start without the code”}
info: [debug] Responding to client with success: {“status”:0,“value”:“Start without the code”,“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/1/text 200 1043.232 ms - 96 {“status”:0,“value”:“Start without the code”,“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: --> POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]"}
info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: <-- GET /wd/hub/status 200 1.525 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: [debug] [INST] 2016-08-11 06:49:50 +0000 Debug: Got new command 8 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:50 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:51 Quali-Tests-iPad AppleIDAuthAgent[783] : SERVER Didn’t succeed with .authenticate, and error is ERROR:“CSIdentityErrorDomain” #-100 kCSIdentityAppleIDUnknownError { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/AppleIDXMLServerCommunications.cpp", “function”=“copyAndHandleXMLErrorResponse”, “line”=517, “NSUnderlyingError”=ERROR:“CSIdentityErrorDomain” #-1 { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/XMLRPC/XMLRPCShim.mm", “function”=“xmlInvoke”, “line”=90, “NSLocalizedFailureReason”=“NULL response from server” } } so releasing session. (___Z31__AppleIDSessionDoCreateSessionPK10__CFStringS1_PK14__CFDictionaryPS1_PS4_PP9__CFError_block_invoke()/AppleIDXMLServerCommunications.cpp #792) queue.session.

info: [debug] [INST] 2016-08-11 06:49:51 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:51 +0000 Debug: responding with:d":true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 2 of 2”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableGroup”:{"@":{“name”:“Ⓕ”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/0/0",“x”:0,“y”:0,“width”:768,“height”:433},">":[{“UIAStaticText”:{"@":{“name”:“Ⓕ”,“label”:“Ⓕ”,“value”:“Ⓕ”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/0",“x”:0,“y”:70,“width”:768,“height”:141},">":[]}},{“UIAStaticText”:{"@":{“name”:“Welcome”,“label”:“Welcome”,“value”:“Welcome”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/1",“x”:0,“y”:231,“width”:768,“height”:44},">":[]}},{“UIAStaticText”:{"@":{“name”:“Discover the ease of reading”,“label”:“Discover the ease of reading”,“value”:“Discover the ease of reading”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/2",“x”:0,“y”:283,“width”:768,“height”:20},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1",“x”:0,“y”:433,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/0",“x”:736,“y”:469,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a code”,“label”:“I have a code”,“value”:“I have a code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/1",“x”:16,“y”:458,“width”:96,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“label”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“value”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/2",“x”:16,“y”:494,“width”:709,“height”:17},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2",“x”:0,“y”:537,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/0",“x”:736,“y”:573,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“Start without the code”,“label”:“Start without the code”,“value”:“Start without the code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/1",“x”:16,“y”:562,“width”:164,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“label”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“value”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/2",“x”:16,“y”:598,“width”:709,“height”:17},">":[]}}]}}]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“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},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“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/1/0/0",“x”:6,“y”:0,“width”:42,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“SSID”,“dom”:null,“enabled”:true,“valid”:true,“visible”: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/1/0/1",“x”:53,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“12:19 PM”,“label”:“12:19 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/1/0/2",“x”:359,“y”:0,“width”:54,“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/1/0/3",“x”:694,“y”:0,“width”:69,“height”:20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-08-11 06:49:51 +0000 Debug: Running system command #9: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,…

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:51 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

info: [debug] Socket data received (6099 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,"vali
info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/0/0/2/1’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: Got new command 9 from instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: evaluating au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: Lookup returned [object UIAStaticText] with the name “Start without the code” (id: 2).
info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:52 +0000 Debug: Running system command #10: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“2”}}…

info: [debug] Socket data received (38 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“2”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: <-- POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element 200 2376.410 ms - 87 {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: --> GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/2/displayed {}
info: [debug] Pushing command to appium work queue: “au.getElement(‘2’).isDisplayed()”
info: [debug] Sending command to instruments: au.getElement(‘2’).isDisplayed()

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:52 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:19:52 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago

info: [debug] [INST] 2016-08-11 06:49:53 +0000 Debug: Got new command 10 from instruments: au.getElement(‘2’).isDisplayed()

info: [debug] [INST] 2016-08-11 06:49:53 +0000 Debug: evaluating au.getElement(‘2’).isDisplayed()

info: [debug] [INST] 2016-08-11 06:49:53 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-08-11 06:49:53 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:53 +0000 Debug: Running system command #11: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/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] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- GET /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/2/displayed 200 1039.607 ms - 76 {“status”:0,“value”:true,“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: --> POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[1]/UIATableView[1]/UIATableCell[2]/UIAStaticText[2]"}
info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:54 +0000 Debug: Got new command 11 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:54 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-08-11 06:49:54 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:54 +0000 Debug: responding with:d":true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 2 of 2”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIATableGroup”:{"@":{“name”:“Ⓕ”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/0/0",“x”:0,“y”:0,“width”:768,“height”:433},">":[{“UIAStaticText”:{"@":{“name”:“Ⓕ”,“label”:“Ⓕ”,“value”:“Ⓕ”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/0",“x”:0,“y”:70,“width”:768,“height”:141},">":[]}},{“UIAStaticText”:{"@":{“name”:“Welcome”,“label”:“Welcome”,“value”:“Welcome”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/1",“x”:0,“y”:231,“width”:768,“height”:44},">":[]}},{“UIAStaticText”:{"@":{“name”:“Discover the ease of reading”,“label”:“Discover the ease of reading”,“value”:“Discover the ease of reading”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/0/2",“x”:0,“y”:283,“width”:768,“height”:20},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1",“x”:0,“y”:433,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/0",“x”:736,“y”:469,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a code”,“label”:“I have a code”,“value”:“I have a code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/1",“x”:16,“y”:458,“width”:96,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“label”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“value”:“You may have this code if you are switching from your branded bookseller’s app into tolino.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/1/2",“x”:16,“y”:494,“width”:709,“height”:17},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“˃”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2",“x”:0,“y”:537,“width”:768,“height”:104},">":[{“UIAStaticText”:{"@":{“name”:“˃”,“label”:“˃”,“value”:“˃”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/0",“x”:736,“y”:573,“width”:32,“height”:32},">":[]}},{“UIAStaticText”:{"@":{“name”:“Start without the code”,“label”:“Start without the code”,“value”:“Start without the code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/1",“x”:16,“y”:562,“width”:164,“height”:20},">":[]}},{“UIAStaticText”:{"@":{“name”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“label”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“value”:“Don’t have a code? No problem. In the next step you will be able to select your tolino bookseller from a list.”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0/2/2",“x”:16,“y”:598,“width”:709,“height”:17},">":[]}}]}}]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/1/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“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},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“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/1/0/0",“x”:6,“y”:0,“width”:42,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“SSID”,“dom”:null,“enabled”:true,“valid”:true,“visible”: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/1/0/1",“x”:53,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“12:19 PM”,“label”:“12:19 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/1/0/2",“x”:359,“y”:0,“width”:54,“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/1/0/3",“x”:694,“y”:0,“width”:69,“height”:20},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-08-11 06:49:54 +0000 Debug: Running system command #12: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,…

info: [debug] Socket data received (6099 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“tolino”,“label”:“tolino”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,"vali

info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/0/0/2/1’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: Got new command 12 from instruments: au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: evaluating au.getElementByIndexPath(’/0/0/0/2/1’)

info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: Lookup returned [object UIAStaticText] with the name “Start without the code” (id: 3).
info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:55 +0000 Debug: Running system command #13: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“3”}}…

info: [debug] Socket data received (38 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“3”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element 200 2478.676 ms - 87 {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}

info: --> POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/3/click {“id”:“3”}
info: [debug] Pushing command to appium work queue: “au.getElement(‘3’).rect()”
info: [debug] Sending command to instruments: au.getElement(‘3’).rect()

info: [debug] [INST] 2016-08-11 06:49:56 +0000 Debug: Got new command 13 from instruments: au.getElement(‘3’).rect()

info: [debug] [INST] 2016-08-11 06:49:56 +0000 Debug: evaluating au.getElement(‘3’).rect()

info: [debug] [INST] 2016-08-11 06:49:56 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-08-11 06:49:56 +0000 Debug: responding with:
info: [debug] [INST] 2016-08-11 06:49:56 +0000 Debug: Running system command #14: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“origin”:{“x”:16,“y”:562},“size”:{“width”:164,“height”:20}}}…

info: [debug] Socket data received (83 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“origin”:{“x”:16,“y”:562},“size”:{“width”:164,“height”:20}}}

info: [debug] Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command. (Original error: connect ECONNREFUSED)”,“code”:“ECONNREFUSED”,“errno”:“ECONNREFUSED”,“syscall”:“connect”,“origValue”:“connect ECONNREFUSED”},“sessionId”:“6516d445-aa91-4f42-a3f6-dfcc5debb7f7”}
info: <-- POST /wd/hub/session/6516d445-aa91-4f42-a3f6-dfcc5debb7f7/element/3/click 500 1134.587 ms - 293

info: [IOS_SYSLOG_ROW ] Aug 11 12:20:00 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.38 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:20:00 Quali-Tests-iPad securityd[82] : SecOCSPSingleResponseCalculateValidity OCSPSingleResponse: nextUpdate 15.61 days ago

info: [IOS_SYSLOG_ROW ] Aug 11 12:20:01 Quali-Tests-iPad AppleIDAuthAgent[783] : SERVER Didn’t succeed with .authenticate, and error is ERROR:“CSIdentityErrorDomain” #-100 kCSIdentityAppleIDUnknownError { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/AppleIDXMLServerCommunications.cpp", “function”=“copyAndHandleXMLErrorResponse”, “line”=517, “NSUnderlyingError”=ERROR:“CSIdentityErrorDomain” #-1 { “file”="/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreServicesSupport/CoreServices-727.6.2/OSServices.subprj/AppleIDAuthentication/XMLRPC/XMLRPCShim.mm", “function”=“xmlInvoke”, “line”=90, “NSLocalizedFailureReason”=“NULL response from server” } } so releasing session. (___Z31__AppleIDSessionDoCreateSessionPK10__CFStringS1_PK14__CFDictionaryPS1_PS4_PP9__CFError_block_invoke()/AppleIDXMLServerCommunications.cpp #792) queue.session.

info: [IOS_SYSLOG_ROW ] Aug 11 12:20:03 Quali-Tests-iPad networkd[88] : -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 “(null)”

Appium version - 1.4.3
xcode - 7.3.1

also tried with appium 1.5.2 same issue can some one please help me on this. Android is working fine.