Real iOS device 10.3 open up WebDriverRunner App instead of my application to test

Hello ALL,

I am running automation test for ios device . But every time I run my appium server to start my app testing . It only installs webdriver runner app instead of my application to test. Can any one help me on this? .
PFB the desired capabilities:-
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(“browserName”, “Safari”);
capabilities.setCapability(“deviceName”, “iPhone 6”);
capabilities.setCapability(“nativeWebTap”, true);
capabilities.setCapability(“xcodeOrgId”, “XXXXXXXXXXXX”);
capabilities.setCapability(“xcodeSigningId”, “iPhone Developer”);
capabilities.setCapability(“udid”, “”);
capabilities.setCapability(“newCommandTimeout”, “120”);
capabilities.setCapability(“showXcodeLog”, true);
capabilities.setCapability(“automationName”, “XCUITest”);
capabilities.setCapability(CapabilityType.VERSION, “10.3”);
capabilities.setCapability(“platformName”, “iOS”);

    File app = new File("//<PATH TO THE IPA FILE >");
    capabilities.setCapability("app", app.getAbsolutePath());
    capabilities.setCapability("bundleId", "com.bundleid.app");
    adriver = new IOSDriver(new URL(CapabilitiesDefaultIos.localhost_URL), capabilities);
    adriver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); 

XCODE VERSION :- 8.3.3
Appium Version :- v1.6.5
Device :- iPhone 10.3

DONE STEPS :-
Changed webdriver.xcode projects bundle id to my company bundle ID then developer profile is also been changed and build my xcode.

LOGS:

The server is running
Start New SessionStop Server
[Appium] Welcome to Appium v1.6.5
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {“desiredCapabilities”:{“app”:"/Users/snehalgajbhiye/Downloads/Furlenco",“xcodeOrgId”:“XXXXXXXXX”,“bundleId”:“com.”,“deviceName”:“iPhone 6”,“version”:“10.3”,“nativeWebTap”:true,“xcodeSigningId”:“iPhone Developer”,“showXcodeLog”:true,“newCommandTimeout”:“120”,“automationName”:“XCUITest”,“browserName”:“Safari”,“udid”:“f81b287566fe57aa9f0819dccd18aeb829bf3b96”,“platformName”:“iOS”}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{“app”:"/Users/snehalgajbhiye/Downloads/Furlenco",“xcodeOrgId”:“xxxxxx”,“bundleId”:“com.”,“deviceName”:“iPhone 6”,“version”:“10.3”,“nativeWebTap”:true,“xcodeSigningId”:“iPhone Developer”,“showXcodeLog”:true,“newCommandTimeout”:“120”,“automationName”:“XCUITest”,“browserName”:“Safari”,“udid”:“XXXXXXXXXXXX”,“platformName”:“iOS”},null,null]
[BaseDriver] Event ‘newSessionRequested’ logged at 1501654405460 (11:43:25 GMT+0530 (IST))
[Appium] Creating new XCUITestDriver (v2.30.0) session
[Appium] Capabilities:
[Appium] app: ‘/Users/snehalgajbhiye/Downloads/Furlenco’
[Appium] xcodeOrgId: ‘xxxxx’
[Appium] bundleId: ‘com.’
[Appium] deviceName: ‘iPhone 6’
[Appium] version: ‘10.3’
[Appium] nativeWebTap: true
[Appium] xcodeSigningId: ‘iPhone Developer’
[Appium] showXcodeLog: true
[Appium] newCommandTimeout: ‘120’
[Appium] automationName: ‘XCUITest’
[Appium] browserName: ‘Safari’
[Appium] udid: ‘xxxxxxx’
[Appium] platformName: ‘iOS’
[XCUITest] XCUITestDriver version: 2.30.0
[BaseDriver] Capability ‘newCommandTimeout’ changed from string (‘120’) to integer (120). This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by appium: version.
[BaseDriver] Session created with session id: dcf4658d-ac95-4148-9596-2391ef4f4cd2
[XCUITest] Xcode version set to ‘8.3.3’ (tools v8.3.2.0.1.1492020469)
[XCUITest] iOS SDK Version set to ‘10.3’
[BaseDriver] Event ‘xcodeDetailsRetrieved’ logged at 1501654405531 (11:43:25 GMT+0530 (IST))
[XCUITest] Available devices:xxxxxxxxxxxxxx
[XCUITest] Creating iDevice object with udid ‘xxxxxxxxxxxxxx’
[XCUITest] Determining device to run tests on: udid: ‘f81b287566fe57aa9f0819dccd18aeb829bf3b96’, real device: true
[XCUITest] Safari test requested
[BaseDriver] Event ‘appConfigured’ logged at 1501654405742 (11:43:25 GMT+0530 (IST))
[BaseDriver] Event ‘resetStarted’ logged at 1501654405742 (11:43:25 GMT+0530 (IST))
[XCUITest] Reset: running ios real device reset flow
[BaseDriver] Event ‘resetComplete’ logged at 1501654405745 (11:43:25 GMT+0530 (IST))
[iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[iOSLog] Found idevicesyslog: ‘/usr/local/bin/idevicesyslog’
[BaseDriver] Event ‘logCaptureStarted’ logged at 1501654405922 (11:43:25 GMT+0530 (IST))
[XCUITest] Setting up real device
[BaseDriver] Event ‘wdaStartAttempted’ logged at 1501654405925 (11:43:25 GMT+0530 (IST))
[XCUITest] Using WDA path: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Using WDA agent: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
[XCUITest] Launching WebDriverAgent on the device
[XCUITest] Carthage found: ‘/usr/local/bin/carthage’
[XCUITest] Killing hanging processes
[XCUITest] Generating xcode config file for orgId ‘xxxxx’ and signingId ‘iPhone Developer’
[XCUITest] Writing xcode config file to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-lnkbst.tlq478pvi/appium-temp.xcconfig
[XCUITest] Cannot parse major and minor version numbers from platformVersion “undefined”. Will build for the default platform instead
[XCUITest] Using Xcode configuration file: ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-lnkbst.tlq478pvi/appium-temp.xcconfig’
[XCUITest] Beginning test with command ‘xcodebuild build-for-testing test-without-building -project /Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=f81b287566fe57aa9f0819dccd18aeb829bf3b96 -configuration Debug -xcconfig /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-lnkbst.tlq478pvi/appium-temp.xcconfig’ in directory ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Output from xcodebuild will be logged
[XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
[Xcode] Build settings from configuration file ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-lnkbst.tlq478pvi/appium-temp.xcconfig’:
[Xcode] CODE_SIGN_IDENTITY = iPhone Developer
[Xcode]
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] DEVELOPMENT_TEAM =xxxxxxxx
[Xcode]
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] ProcessInfoPlistFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist WebDriverAgentLib/Info.plist
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-infoPlistUtility /Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Info.plist -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist
[Xcode]
[Xcode]
[Xcode]
[Xcode] Touch /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /usr/bin/touch -c /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (”…")"
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework: replacing existing signature
[Xcode]
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET IntegrationApp OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode] Validate /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] export PRODUCT_TYPE=com.apple.product-type.application
[Xcode] builtin-validationUtility /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app -validate-for-store
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] Ld /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner normal arm64
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export IPHONEOS_DEPLOYMENT_TARGET=9.3
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk -L/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos -F/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos -F/Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -miphoneos-version-min=9.3 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -all_load -framework XCTest -framework WebDriverAgentLib -Xlinker -dependency_info -Xlinker /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner_dependency_info.dat -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] GenerateDSYMFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app//PlugIns/WebDriverAgentRunner.xctest.dSYM /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app//PlugIns/WebDriverAgentRunner.xctest.dSYM
[Xcode]
[Xcode]
[Xcode]
[Xcode] PBXCp /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks
[Xcode]
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer -r -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer
[Xcode]
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/WebDriverAgentLib -r -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/WebDriverAgentLib
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (”…")"
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework: replacing existing signature
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] Touch /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /usr/bin/touch -c /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (”…")"
[Xcode] Provisioning Profile: “iOS Team Provisioning Profile: com.”
[Xcode] (3bd50aa6-2cf2-4d44-872c-52d5fbe6ed4c)
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --entitlements /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (6CB789FQK9)”
[Xcode] Provisioning Profile: “iOS Team Provisioning Profile: com.furlenco.mobile”
[Xcode] (3bd50aa6-2cf2-4d44-872c-52d5fbe6ed4c)
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --entitlements /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app: replacing existing signature
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[XCUITest] Log file for xcodebuild test: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/2E5B97D3-43D5-442D-B7E4-09904005C826/Session-WebDriverAgentRunner-2017-08-02_114335-EwDHBM.log
[Xcode] 2017-08-02 11:43:35.117 xcodebuild[4382:219248] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/2E5B97D3-43D5-442D-B7E4-09904005C826/Session-WebDriverAgentRunner-2017-08-02_114335-EwDHBM.log
[Xcode] 2017-08-02 11:43:35.118 xcodebuild[4382:219228] [MT] IDETestOperationsObserverDebug: (DD235842-EE58-4401-AF92-6E30F3A5EF9E) Beginning test session WebDriverAgentRunner-DD235842-EE58-4401-AF92-6E30F3A5EF9E at 2017-08-02 11:43:35.117 with Xcode 8E3004b on target {
[Xcode] deviceSerialNumber: xxxxxxxxxx
[Xcode] identifier: xxxxxxxxxxxx
[Xcode] deviceClass: iPhone
[Xcode] deviceName: iPhone
[Xcode] deviceIdentifier: xxxxxxxxxxxx
[Xcode] productVersion: 10.3
[Xcode] buildVersion: 14E5273a
[Xcode] deviceSoftwareVersion: 10.3 (14E5273a)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 12363558912
[Xcode] deviceAvailableCapacity: 9331896320
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.3 (14E5273a))
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] writeDictToFile:1278 ==== Successfully wrote Manifest cache to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/a0c80b96fe5e9fa9c00ffc68de09e58b/f81b287566fe57aa9f0819dccd18aeb829bf3b96/ManifestCache.plist
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Got response with status 200: “{\n “value” : {\n “state” : “success”,\n “os” : {\n “name” : “iOS”,\n “version” : “10.3”\n },\n “ios” : {\n “simulatorVersion” : “10.3”,\n “ip” : “172.16.10.71”\n },\n “build” : {\n “time” : “Jul 31 2017 15:49:15”\n }\n },\n “sessionId” : “4CEFB7B3-D48E-4C57-B74F-B40D40C2F9B4”,\n “status” : 0\n}”
[XCUITest] WebDriverAgent running on ip ‘172.16.10.71’
[XCUITest] WebDriverAgent successfully started after 12805ms
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654423876 (11:43:43 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[JSONWP Proxy] Got response with status 200: {“value”:{“sessionId”:“8BEE2D31-49E8-4265-8ED6-7758D183EA42”,“capabilities”:{“device”:“iphone”,“browserName”:“Safari”,“sdkVersion”:“10.3”,“CFBundleIdentifier”:“com.apple.mobilesafari”}},“sessionId”:“8BEE2D31-49E8-4265-8ED6-7758D183EA42”,“status”:0}
[BaseDriver] Event ‘wdaSessionStarted’ logged at 1501654427679 (11:43:47 GMT+0530 (IST))
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments’ folder
[BaseDriver] Event ‘wdaPermsAdjusted’ logged at 1501654427685 (11:43:47 GMT+0530 (IST))
[BaseDriver] Event ‘wdaStarted’ logged at 1501654427685 (11:43:47 GMT+0530 (IST))
[XCUITest] Setting initial orientation to ‘PORTRAIT’
[JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/8BEE2D31-49E8-4265-8ED6-7758D183EA42/orientation] with body: {“orientation”:“PORTRAIT”}
[JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“8BEE2D31-49E8-4265-8ED6-7758D183EA42”,“status”:0}
[BaseDriver] Event ‘orientationSet’ logged at 1501654428122 (11:43:48 GMT+0530 (IST))
[XCUITest] Waiting for initial webview
[iOS] Waiting for 3000 ms before navigating to view.
[iOS] Navigating to most recently opened webview
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[XCUITest] Connection to WDA timed out
[iProxy] recv failed: Operation not permitted
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[XCUITest] Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[JSONWP Proxy] Proxying [DELETE /session/dcf4658d-ac95-4148-9596-2391ef4f4cd2] to [DELETE http://localhost:8100/session/8BEE2D31-49E8-4265-8ED6-7758D183EA42] with no body
[JSONWP Proxy] Got response with status 200: “{\n “value” : {\n\n },\n “sessionId” : “86F9AB6D-BFAD-42B6-9E58-C00F011C4D80”,\n “status” : 0\n}”
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down xcodebuild process (pid 4382)
[XCUITest] xcodebuild exited with code ‘null’ and signal ‘SIGTERM’
[Xcode] Contents of xcodebuild log file ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/2E5B97D3-43D5-442D-B7E4-09904005C826/Session-WebDriverAgentRunner-2017-08-02_114335-EwDHBM.log’:
[XCUITest] Shutting down iproxy process (pid 4381)
[XCUITest] iproxy exited with code ‘null’
[Xcode] 11:43:35.119 xcodebuild[4382:219228] Beginning test session WebDriverAgentRunner-DD235842-EE58-4401-AF92-6E30F3A5EF9E at 2017-08-02 11:43:35.117 with Xcode 8E3004b on target {
[Xcode] deviceSerialNumber: xxxxxxxxx
[Xcode] identifier: xxxxxxxxxx
[Xcode] deviceClass: iPhone
[Xcode] deviceName: iPhone
[Xcode] deviceIdentifier: xxxxxxxxxxxx
[Xcode] productVersion: 10.3
[Xcode] buildVersion: 14E5273a
[Xcode] deviceSoftwareVersion: 10.3 (14E5273a)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 12363558912
[Xcode] deviceAvailableCapacity: 9331896320
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.3 (14E5273a))
[Xcode] 11:43:35.119 xcodebuild[4382:219228] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=f81b287566fe57aa9f0819dccd18aeb829bf3b96
[Xcode] -configuration
[Xcode] Debug
[Xcode] -xcconfig
[Xcode] /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-lnkbst.tlq478pvi/appium-temp.xcconfig
[Xcode] 11:43:35.119 xcodebuild[4382:219228] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 11:43:35.131 xcodebuild[4382:219231] Connecting to mobile device: f81b287566fe57aa9f0819dccd18aeb829bf3b96
[Xcode] 11:43:35.138 xcodebuild[4382:219231] Starting session with mobile device
[Xcode] 11:43:35.145 xcodebuild[4382:219228] Launch session started.
[Xcode] 11:43:35.240 xcodebuild[4382:219231] Starting test manager service on mobile device.
[Xcode] 11:43:35.281 xcodebuild[4382:219271] Received connection for test runner session
[Xcode] 11:43:35.281 xcodebuild[4382:219271] Listening for proxy connection request from the test bundle
[Xcode] 11:43:35.282 xcodebuild[4382:219228] Test runner session acquired connection.
[Xcode] 11:43:35.283 xcodebuild[4382:219271] Initiating session with identifier: DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] 11:43:35.283 xcodebuild[4382:219228] Waiting for test process to launch.
[Xcode] 11:43:35.354 xcodebuild[4382:219231] Got reply to session initiation request with identifier DD235842-EE58-4401-AF92-6E30F3A5EF9E (result:error): 22: (null)
[Xcode] 11:43:35.517 xcodebuild[4382:219459] Installing com.apple.test.WebDriverAgentRunner-Runner using MobileInstall
[Xcode] 11:43:35.655 xcodebuild[4382:219271] app uninstall set - {(
[Xcode] )}
[Xcode] 11:43:35.655 xcodebuild[4382:219271] app install set - {(
[Xcode]
[Xcode] )}
[Xcode] 11:43:37.571 xcodebuild[4382:219459] remoteExecutable setInstalledPath:/private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app
[Xcode]
[Xcode] 11:43:37.571 xcodebuild[4382:219459] Configuring for testing on device…
[Xcode] 11:43:37.572 xcodebuild[4382:219459] Updating test configuration with device paths.
[Xcode] 11:43:37.575 xcodebuild[4382:219459] Updated test configuration at /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/com.apple.dt.XCTest/DD235842-EE58-4401-AF92-6E30F3A5EF9E/remote-container/tmp/WebDriverAgentRunner-DD235842-EE58-4401-AF92-6E30F3A5EF9E.xctestconfiguration with device paths:
[Xcode] testBundleURL:file:///private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] testBundleRelativePath:(null)
[Xcode] productModuleName:WebDriverAgentRunner
[Xcode] testsToSkip:(null)
[Xcode] testsToRun:(null)
[Xcode] reportResultsToIDE:YES
[Xcode] sessionIdentifier:DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] pathToXcodeReportingSocket:(null)
[Xcode] disablePerformanceMetrics:no
[Xcode] treatMissingBaselinesAsFailures:no
[Xcode] baselineFileURL:(null)
[Xcode] baselineFileRelativePath:(null)
[Xcode] targetApplicationPath:(null)
[Xcode] targetApplicationBundleID:(null)
[Xcode] targetApplicationArguments:(null)
[Xcode] targetApplicationEnvironment:
[Xcode] (null)
[Xcode] reportActivities:YES
[Xcode] testsMustRunOnMainThread:YES
[Xcode] initializeForUITesting:YES
[Xcode] aggregateStatisticsBeforeCrash:{
[Xcode] XCSuiteRecordsKey = {
[Xcode] };
[Xcode] }
[Xcode] automationFrameworkPath:/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework
[Xcode] emitOSLogs:no
[Xcode]
[Xcode] 11:43:37.575 xcodebuild[4382:219459] Uploading test configuration to app container.
[Xcode] 11:43:39.706 xcodebuild[4382:219459] Updating test process environment variables.
[Xcode] 11:43:39.706 xcodebuild[4382:219459] Updated testing environment variables {
[Xcode] “DYLD_FRAMEWORK_PATH” = “/private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “DYLD_LIBRARY_PATH” = “/private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “XCODE_DBG_XPC_EXCLUSIONS” = “com.apple.dt.xctestSymbolicator”;
[Xcode] XCTestConfigurationFilePath = “/private/var/mobile/Containers/Data/Application/5CD18187-2754-4184-AEEE-B21F01A9793F/tmp/WebDriverAgentRunner-DD235842-EE58-4401-AF92-6E30F3A5EF9E.xctestconfiguration”;
[Xcode] }
[Xcode] 11:43:40.851 xcodebuild[4382:219228] Adding console adaptor for test session DD235842-EE58-4401-AF92-6E30F3A5EF9E.
[Xcode] 11:43:41.111 xcodebuild[4382:219228] Test process runnable PID is 526.
[Xcode] 11:43:41.665 xcodebuild[4382:219465] Handling proxy channel request from test runner
[Xcode] 11:43:41.665 xcodebuild[4382:219465] Test runner is ready, running protocol 22, requires at least version 8. Control framework is running 22 and requires at least 8
[Xcode] 11:43:41.665 xcodebuild[4382:219228] Test runner session successfully initiated.
[Xcode] 11:43:41.665 xcodebuild[4382:219228] Creating the daemon control session.
[Xcode] 11:43:41.665 xcodebuild[4382:219228] Whitelisting test process ID 526
[Xcode] 11:43:41.665 xcodebuild[4382:219228] Got authorization request for pid 526
[Xcode] 11:43:41.721 xcodebuild[4382:219464] Requesting authorization for pid 526
[Xcode] 11:43:41.726 xcodebuild[4382:219464] Got reply to authorization request for pid 526 (result:error): 22: (null)
[Xcode] 11:43:35.376 testmanagerd[522:143142] Launched testmanagerd from /Developer/usr/libexec/testmanagerd, modified on Saturday, 18 February 2017 at 8:07:14 AM India Standard Time
[Xcode] 11:43:41.727 xcodebuild[4382:219228] Got whitelisting response from test daemon. Success: 1
[Xcode] 11:43:35.378 testmanagerd[522:143142] Setting availability state.
[Xcode] 11:43:35.379 testmanagerd[522:143142] Posting availability to test bundles…
[Xcode] 11:43:35.382 testmanagerd[522:143161] IDE connected via lockdown over socket 4 (-[XCTestManagerIDEServer listenForControlConnectionsOverLockdown]_block_invoke)
[Xcode] 11:43:35.382 testmanagerd[522:143161] Created session with socket 4
[Xcode] 11:43:35.388 testmanagerd[522:143169] Handled a proxy request from the IDE with session created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time proxy <_DTXProxy: 0x100314310>
[Xcode] 11:43:35.390 testmanagerd[522:143142] -[XCIDESession _IDE_initiateSessionWithIdentifier:forClient:atPath:protocolVersion:]_block_invoke DD235842-EE58-4401-AF92-6E30F3A5EF9E 1 4 from client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC (/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild)
[Xcode] 11:43:35.390 testmanagerd[522:143169] -[XCTDaemon setIDESession:forIdentifier:]_block_invoke created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time for client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC waiting to pair with test session DD235842-EE58-4401-AF92-6E30F3A5EF9E -> DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] 11:43:35.392 testmanagerd[522:143169] -[XCTDaemon _queue_handleRequestForSessionWithIdentifier:]
[Xcode] 11:43:40.385 testmanagerd[522:143169] Considering exiting:
[Xcode] 11:43:40.386 testmanagerd[522:143169] Session summary: 0 test sessions, 1 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:43:40.387 testmanagerd[522:143169] Unpaired test sessions: {
[Xcode] “DD235842-EE58-4401-AF92-6E30F3A5EF9E” = " created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time for client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC waiting to pair with test session DD235842-EE58-4401-AF92-6E30F3A5EF9E";
[Xcode] }
[Xcode] 11:43:41.574 testmanagerd[522:143169] Received new test session connection from process with PID 526
[Xcode] 11:43:41.582 testmanagerd[522:143142] Initial orientation 5
[Xcode] 11:43:41.587 testmanagerd[522:143455] Test session DD235842-EE58-4401-AF92-6E30F3A5EF9E requested socket (-[XCTestSession _XCT_requestSocketForSessionIdentifier:reply:])
[Xcode] 11:43:41.588 testmanagerd[522:143161] Test session DD235842-EE58-4401-AF92-6E30F3A5EF9E requested socket (-[XCTDaemon requestSocketForSessionIdentifier:reply:]_block_invoke)
[Xcode] 11:43:41.588 testmanagerd[522:143161] -[XCTDaemon _queue_handleRequestForSessionWithIdentifier:]
[Xcode] 11:43:41.588 testmanagerd[522:143161] Closing IDE connection before sending socket 5 to test host.
[Xcode] 11:43:41.588 testmanagerd[522:143161] -[XCIDESession closeIDEConnection:] sending barrier
[Xcode] 11:43:41.587 testmanagerd[522:143456] app info {
[Xcode] BKSApplicationStateAppIsFrontmost = 1;
[Xcode] BKSApplicationStateExtensionKey = 0;
[Xcode] SBApplicationStateDisplayIDKey = “com.apple.test.WebDriverAgentRunner-Runner”;
[Xcode] SBApplicationStateKey = 8;
[Xcode] SBApplicationStateProcessIDKey = 526;
[Xcode] SBMostElevatedStateForProcessID = 8;
[Xcode] }
[Xcode] 11:43:41.589 testmanagerd[522:143456] Got request for process assertion for pid 526.
[Xcode] 11:43:41.589 testmanagerd[522:143456] Created process assertion for pid 526: , waiting for response from assertiond.
[Xcode] 11:43:41.589 testmanagerd[522:143456] Starting to monitor com.apple.test.WebDriverAgentRunner-Runner
[Xcode] 11:43:41.588 testmanagerd[522:143142] barrier flushed, closing DTXConnection to IDE, socket will not be closed
[Xcode] 11:43:41.591 testmanagerd[522:143169] Got reply for process assertion request, success: YES
[Xcode] 11:43:41.592 testmanagerd[522:143456] DTXSocketTransport disconnected, owner is created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time for client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC waiting to pair with test session DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] 11:43:41.592 testmanagerd[522:143456] Disconnecting lockdown socket
[Xcode] 11:43:41.594 testmanagerd[522:143456] -[XCTDaemon closeIDESession:]_block_invoke created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time for client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC waiting to pair with test session DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] 11:43:41.595 testmanagerd[522:143456] Considering exiting:
[Xcode] 11:43:41.595 testmanagerd[522:143456] Session summary: 1 test sessions, 0 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:43:41.595 testmanagerd[522:143161] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (526) -> 8
[Xcode] 11:43:41.696 testmanagerd[522:143142] Sending socket 5 to test host
[Xcode] 11:43:41.696 testmanagerd[522:143163] -[XCTDaemon closeIDESession:]_block_invoke created Wednesday, 2 August 2017 at 11:43:35 AM India Standard Time for client 2A05E5FF-BB0C-495A-9B59-5A0E14F81436-4382-00000B681B02A8BC waiting to pair with test session DD235842-EE58-4401-AF92-6E30F3A5EF9E
[Xcode] 11:43:41.698 testmanagerd[522:143163] Considering exiting:
[Xcode] 11:43:41.699 testmanagerd[522:143163] Session summary: 1 test sessions, 0 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:43:41.755 testmanagerd[522:143169] IDE connected via lockdown over socket 4 (-[XCTestManagerIDEServer listenForControlConnectionsOverLockdown]_block_invoke)
[Xcode] 11:43:41.755 testmanagerd[522:143169] Created session with socket 4
[Xcode] 11:43:41.760 testmanagerd[522:143163] Handled a proxy request from the IDE with session created Wednesday, 2 August 2017 at 11:43:41 AM India Standard Time proxy <_DTXProxy: 0x10041e3b0>
[Xcode] 11:43:41.761 testmanagerd[522:143163] -[XCIDESession _IDE_initiateControlSessionForTestProcessID:protocolVersion:] 526 22
[Xcode] 11:43:41.761 testmanagerd[522:143142] Set control session created Wednesday, 2 August 2017 at 11:43:41 AM India Standard Time with proto 22 and proxy <_DTXProxy: 0x10041e3b0>
[Xcode] 11:43:41.790 testmanagerd[522:143142] Received request to collect crash reports in directories ‘/var/mobile/Library/Logs/CrashReporter/’ for processes with names ‘XCTRunner’, ‘WebDriverAgentRunner-Runner’, ‘xctest’
[Xcode] 11:43:41.793 testmanagerd[522:143142] Initializing crash report observer for /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:43:41.794 testmanagerd[522:143142] Getting files in /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:43:41.798 testmanagerd[522:143142] Found 16 files in /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:43:41.799 testmanagerd[522:143142] Started monitoring /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:43:41.568 XCTRunner[526:143410] Linked XCTest.framework from /var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/Frameworks/XCTest.framework/XCTest, built with Xcode 0833(8E3002), modified on Tuesday, 1 August 2017 at 11:51:35 AM India Standard Time
[Xcode] 11:43:41.568 XCTRunner[526:143410] XCTest.framework bundle version: 12124
[Xcode] 11:43:41.569 XCTRunner[526:143410] System uptime: 17:58:57
[Xcode] 11:43:41.570 XCTRunner[526:143410] Process arguments: (
[Xcode] “/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/XCTRunner”,
[Xcode] “-NSTreatUnknownArgumentsAsOpen”,
[Xcode] NO,
[Xcode] “-ApplePersistenceIgnoreState”,
[Xcode] YES
[Xcode] )
[Xcode] 11:43:41.570 XCTRunner[526:143410] Process environment: {
[Xcode] “CFFIXED_USER_HOME” = “/private/var/mobile/Containers/Data/Application/5CD18187-2754-4184-AEEE-B21F01A9793F”;
[Xcode] CLASSIC = 1;
[Xcode] “DYLD_FRAMEWORK_PATH” = “/private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “DYLD_LIBRARY_PATH” = “/private/var/containers/Bundle/Application/6DADAE5F-C7AC-4388-9164-8DA8D49FAE6C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] HOME = “/private/var/mobile/Containers/Data/Application/5CD18187-2754-4184-AEEE-B21F01A9793F”;
[Xcode] LOGNAME = mobile;
[Xcode] NSUnbufferedIO = YES;
[Xcode] “OS_ACTIVITY_DT_MODE” = YES;
[Xcode] PATH = “/usr/bin:/bin:/usr/sbin:/sbin”;
[Xcode] SHELL = “/bin/sh”;
[Xcode] TMPDIR = “/private/var/mobile/Containers/Data/Application/5CD18187-2754-4184-AEEE-B21F01A9793F/tmp/”;
[Xcode] USER = mobile;
[Xcode] “XCODE_DBG_XPC_EXCLUSIONS” = “com.apple.dt.xctestSymbolicator”;
[Xcode] XCTestConfigurationFilePath = “/private/var/mobile/Containers/Data/Application/5CD18187-2754-4184-AEEE-B21F01A9793F/tmp/WebDriverAgentRunner-DD235842-EE58-4401-AF92-6E30F3A5EF9E.xctestconfiguration”;
[Xcode] “XPC_FLAGS” = 0x0;
[Xcode] “XPC_SERVICE_NAME” = “UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x888][63]”;
[Xcode] “__CF_USER_TEXT_ENCODING” = “0x1F5:0:0”;
[Xcode] }
[Xcode] 11:43:41.574 XCTRunner[526:143410] entering wait loop for 5.00s
[Xcode] 11:43:41.585 XCTRunner[526:143436] Got daemon protocol version 12
[Xcode] 11:43:41.585 XCTRunner[526:143436] : cancelWaiting
[Xcode] 11:43:41.585 XCTRunner[526:143410] done waiting
[Xcode] 11:43:41.585 XCTRunner[526:143410] cleaning up Exchange protocol versions with daemon
[Xcode] 11:43:41.586 XCTRunner[526:143410] Requesting socket
[Xcode] 11:43:41.587 XCTRunner[526:143410] entering wait loop for 30.00s
[Xcode] 11:43:41.696 XCTRunner[526:143438] : cancelWaiting
[Xcode] 11:43:41.697 XCTRunner[526:143410] done waiting
[Xcode] 11:43:41.697 XCTRunner[526:143410] cleaning up Socket for IDE session acquired
[Xcode] 11:43:41.697 XCTRunner[526:143410] Creating transport with socket 4
[Xcode] 11:43:41.697 XCTRunner[526:143410] Creating connection with transport
[Xcode] 11:43:41.700 XCTRunner[526:143410] Creating the proxy channel with connection
[Xcode] 11:43:41.700 XCTRunner[526:143410] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:22 minimumVersion:8
[Xcode] 11:43:41.701 XCTRunner[526:143410] entering wait loop for 30.00s
[Xcode] 11:43:41.703 XCTRunner[526:143439] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 11:43:41.803 XCTRunner[526:143436] _IDE_startExecutingTestPlanWithProtocolVersion:22
[Xcode] 11:43:41.803 XCTRunner[526:143457] : cancelWaiting
[Xcode] 11:43:41.803 XCTRunner[526:143410] done waiting
[Xcode] 11:43:41.803 XCTRunner[526:143410] cleaning up IDE session ready for test plan
[Xcode] 11:43:41.780 xcodebuild[4382:219228] Starting test plan, clearing initialization timeout timer.
[Xcode] 11:43:41.812 XCTRunner[526:143410] Initializing for UI testing.
[Xcode] 11:43:41.814 XCTRunner[526:143410] entering wait loop for 20.00s
[Xcode] 11:43:41.819 testmanagerd[522:143161] Performing block with diagnostics…
[Xcode] 11:43:41.821 testmanagerd[522:143161] Waiting 15.0s for AX to finish loading…
[Xcode] 11:43:41.824 testmanagerd[522:143161] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 11:43:41.914 testmanagerd[522:143142] AX is loaded
[Xcode] 11:43:41.920 testmanagerd[522:143161] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 11:43:41.923 testmanagerd[522:143161] Created system wide AX element {pid=0}
[Xcode] 11:43:41.925 testmanagerd[522:143161] Registered for accessibility notification 1021
[Xcode] 11:43:41.926 testmanagerd[522:143161] Registered for accessibility notification 1000
[Xcode] 11:43:41.927 testmanagerd[522:143161] Registered for accessibility notification 1005
[Xcode] 11:43:41.928 testmanagerd[522:143161] Registered for accessibility notification 1001
[Xcode] 11:43:41.929 testmanagerd[522:143161] Registered for accessibility notification 1011
[Xcode] 11:43:41.931 testmanagerd[522:143161] Registered for accessibility notification 4002
[Xcode] 11:43:41.932 testmanagerd[522:143161] Registered for accessibility notification 4000
[Xcode] 11:43:41.933 testmanagerd[522:143161] Registered for accessibility notification 4001
[Xcode] 11:43:41.934 testmanagerd[522:143161] Registered for accessibility notification 5000
[Xcode] 11:43:41.935 testmanagerd[522:143161] Block succeeded, canceling diagnostics.
[Xcode] 11:43:42.064 XCTRunner[526:143457] : cancelWaiting
[Xcode] 11:43:42.064 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.064 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x174244350) for object BLOCKPREDICATE(0x174244350)
[Xcode] 11:43:42.065 XCTRunner[526:143410] entering wait loop for 15.00s
[Xcode] 11:43:42.067 testmanagerd[522:143458] AXUIElementSetMessagingTimeout( {pid=0}, 15) -> 0
[Xcode] 11:43:42.078 XCTRunner[526:143435] : cancelWaiting
[Xcode] 11:43:42.158 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.158 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x17424a620) for object BLOCKPREDICATE(0x17424a620)
[Xcode] 11:43:42.159 testmanagerd[522:143458] -[XCTDaemon allowUITestControlForPID:] 526 vs 526
[Xcode] 11:43:42.162 testmanagerd[522:143458] Registered for AX notification 4002
[Xcode] 11:43:42.164 XCTRunner[526:143410] entering wait loop for 15.00s
[Xcode] 11:43:42.167 XCTRunner[526:143435] : cancelWaiting
[Xcode] 11:43:42.167 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.168 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x17005f0b0) for object BLOCKPREDICATE(0x17005f0b0)
[Xcode] 11:43:42.163 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.168 testmanagerd[522:143169] -[XCTDaemon allowUITestControlForPID:] 526 vs 526
[Xcode] 11:43:42.170 XCTRunner[526:143410] entering wait loop for 15.00s
[Xcode] 11:43:42.171 XCTRunner[526:143435] Got AX notification 4002
[Xcode] 11:43:42.167 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBLeafIconViewController;
[Xcode] event = ViewDidAppear;
[Xcode] }
[Xcode] 11:43:42.172 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.174 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBLeafIconViewController;
[Xcode] event = ViewDidAppear;
[Xcode] }
[Xcode] 11:43:42.175 testmanagerd[522:143169] Registered for AX notification 1006
[Xcode] 11:43:42.178 XCTRunner[526:143435] : cancelWaiting
[Xcode] 11:43:42.178 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.178 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x1742500e0) for object BLOCKPREDICATE(0x1742500e0)
[Xcode] 11:43:42.179 testmanagerd[522:143456] -[XCTDaemon allowUITestControlForPID:] 526 vs 526
[Xcode] 11:43:42.181 XCTRunner[526:143410] entering wait loop for 15.00s
[Xcode] 11:43:42.175 testmanagerd[522:143142] AX Notification 1000
[Xcode] 11:43:42.182 testmanagerd[522:143456] Registered for AX notification 1021
[Xcode] 11:43:42.184 testmanagerd[522:143163] Got request for process assertion for pid 526.
[Xcode] 11:43:42.185 testmanagerd[522:143163] Invalidating previous process assertion for pid 526.
[Xcode] 11:43:42.186 testmanagerd[522:143163] Created process assertion for pid 526: , waiting for response from assertiond.
[Xcode] 11:43:42.183 XCTRunner[526:143440] Got AX notification 4002
[Xcode] 11:43:42.184 XCTRunner[526:143436] : cancelWaiting
[Xcode] 11:43:42.183 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.188 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBIconController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 11:43:42.190 testmanagerd[522:143456] Got reply for process assertion request, success: YES
[Xcode] 11:43:42.184 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.184 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x17424dfb0) for object BLOCKPREDICATE(0x17424dfb0)
[Xcode] 11:43:42.184 XCTRunner[526:143410] entering wait loop for 30.00s
[Xcode] 11:43:42.191 XCTRunner[526:143457] Got AX notification 4002
[Xcode] 11:43:42.191 XCTRunner[526:143457] Got reply for background assertion for test process, acquired: YES.
[Xcode] 11:43:42.196 testmanagerd[522:143169] -[XCTDaemon allowUITestControlForPID:] 526 vs 526
[Xcode] 11:43:42.197 testmanagerd[522:143169] Performing
[Xcode] 11:43:42.192 XCTRunner[526:143436] : cancelWaiting
[Xcode] 11:43:42.192 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.192 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x17005ff80) for object BLOCKPREDICATE(0x17005ff80)
[Xcode] 11:43:42.193 XCTRunner[526:143410] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 11:43:42.193 XCTRunner[526:143410] Hitting home button to enter background.
[Xcode] 11:43:42.197 XCTRunner[526:143410] entering wait loop for 30.00s
[Xcode] 11:43:42.205 testmanagerd[522:143456] Sleeping for 0.005000s before sending up event
[Xcode] 11:43:42.212 testmanagerd[522:143456] Waiting for device event confirmation.
[Xcode] 11:43:42.302 testmanagerd[522:143142] AX Notification 1021
[Xcode] 11:43:42.303 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.304 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBLeafIconViewController;
[Xcode] event = ViewDidAppear;
[Xcode] }
[Xcode] 11:43:42.305 testmanagerd[522:143142] AX Notification 1000
[Xcode] 11:43:42.307 testmanagerd[522:143142] AX Notification 1000
[Xcode] 11:43:42.308 testmanagerd[522:143142] AX Notification 1000
[Xcode] 11:43:42.310 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.312 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 11:43:42.314 testmanagerd[522:143142] Signaling device event confirmed by AX notification.
[Xcode] 11:43:42.315 testmanagerd[522:143456] Gesture complete, replying to client.
[Xcode] 11:43:42.318 XCTRunner[526:143436] : cancelWaiting
[Xcode] 11:43:42.318 XCTRunner[526:143410] done waiting
[Xcode] 11:43:42.318 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x17005ff20) for object BLOCKPREDICATE(0x17005ff20)
[Xcode] 11:43:42.320 XCTRunner[526:143410] entering wait loop for 30.00s
[Xcode] 11:43:42.320 XCTRunner[526:143440] Got AX notification 1021
[Xcode] 11:43:42.321 XCTRunner[526:143440] Got kAXPidStatusChangedNotification for 526: active
[Xcode] 11:43:42.321 XCTRunner[526:143440] Got AX notification 4002
[Xcode] 11:43:42.322 XCTRunner[526:143440] Got AX notification 4002
[Xcode] 11:43:42.315 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:42.324 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBIconController;
[Xcode] event = ViewDidAppear;
[Xcode] }
[Xcode] 11:43:42.324 XCTRunner[526:143457] Got AX notification 4002
[Xcode] 11:43:42.420 XCTRunner[526:143410] No application process found matching pid 526, caching
[Xcode] 11:43:42.668 testmanagerd[522:143142] AX Notification 1011
[Xcode] 11:43:42.771 testmanagerd[522:143142] AX Notification 1011
[Xcode] 11:43:43.351 XCTRunner[526:143410] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 11:43:43.356 XCTRunner[526:143478] : cancelWaiting
[Xcode] 11:43:43.390 testmanagerd[522:143169] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (526) -> 4
[Xcode] 11:43:43.404 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:43.408 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBAppContainerViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 11:43:43.409 testmanagerd[522:143142] AX Notification 1021
[Xcode] 11:43:43.410 testmanagerd[522:143142] AX Notification 4002
[Xcode] 11:43:43.417 testmanagerd[522:143142] Got user testing notification with payload {
[Xcode] controllerClass = SBLeafIconViewController;
[Xcode] event = ViewDidAppear;
[Xcode] }
[Xcode] 11:43:43.422 XCTRunner[526:143436] Got AX notification 4002
[Xcode] 11:43:43.422 XCTRunner[526:143436] Got AX notification 1021
[Xcode] 11:43:43.423 XCTRunner[526:143436] Got kAXPidStatusChangedNotification for 526: suspended
[Xcode] 11:43:43.423 XCTRunner[526:143436] Got AX notification 4002
[Xcode] 11:43:43.426 XCTRunner[526:143410] done waiting
[Xcode] 11:43:43.426 XCTRunner[526:143410] cleaning up Expect predicate BLOCKPREDICATE(0x174244230) for object BLOCKPREDICATE(0x174244230)
[Xcode] 11:43:43.426 XCTRunner[526:143410] Done initializing for UI testing.
[Xcode] 11:43:43.426 XCTRunner[526:143410] Loading test suite…
[Xcode] 11:43:43.489 XCTRunner[526:143410] Finished loading test suite, took 0.062s
[Xcode] 11:43:43.489 XCTRunner[526:143410] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 11:43:43.489 XCTRunner[526:143410] Running suite…
[Xcode] 11:43:43.456 xcodebuild[4382:219228] _XCT_testSuite:All tests didStartAt:2017-08-02 06:13:43 +0000
[Xcode] 11:43:43.474 xcodebuild[4382:219459] (LOG ARBITER) Rotating message buffer with 18 messages.
[Xcode] 11:43:47.433 xcodebuild[4382:219464] (LOG ARBITER) Rotating message buffer with 173 messages.
[Xcode] 11:43:49.457 xcodebuild[4382:219464] (LOG ARBITER) Rotating message buffer with 406 messages.
[Xcode] 11:43:53.435 xcodebuild[4382:219271] (LOG ARBITER) Rotating message buffer with 8 messages.
[Xcode] 11:43:56.449 xcodebuild[4382:219459] (LOG ARBITER) Rotating message buffer with 69 messages.
[Xcode] 11:43:59.096 xcodebuild[4382:219811] (LOG ARBITER) Rotating message buffer with 5 messages.
[Xcode] 11:44:01.458 xcodebuild[4382:219464] (LOG ARBITER) Rotating message buffer with 6 messages.
[Xcode] 11:44:05.440 xcodebuild[4382:219459] (LOG ARBITER) Rotating message buffer with 20 messages.
[Xcode] 11:44:08.374 xcodebuild[4382:219811] (LOG ARBITER) Rotating message buffer with 16 messages.
[Xcode] 11:44:17.455 xcodebuild[4382:219271] (LOG ARBITER) Rotating message buffer with 10 messages.
[Xcode] 11:44:23.445 xcodebuild[4382:219931] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 11:44:25.459 xcodebuild[4382:219931] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 11:44:50.454 xcodebuild[4382:220061] (LOG ARBITER) Rotating message buffer with 7 messages.
[Xcode] 11:44:53.459 xcodebuild[4382:220062] (LOG ARBITER) Rotating message buffer with 7 messages.
[Xcode]
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy’
[XCUITest] Setting ‘755’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn’
[XCUITest] Setting ‘755’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments’ folder
[XCUITest] Not clearing log files. Use clearSystemFiles capability to turn on.
[iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session 500 116777 ms - 183
[HTTP] --> POST /wd/hub/session {“desiredCapabilities”:{“app”:"/Users/snehalgajbhiye/Downloads/Furlenco",“xcodeOrgId”:“xxxxxx”,“bundleId”:“com.”,“deviceName”:“iPhone 6”,“version”:“10.3”,“nativeWebTap”:true,“xcodeSigningId”:“iPhone Developer”,“showXcodeLog”:true,“newCommandTimeout”:“120”,“automationName”:“XCUITest”,“browserName”:“Safari”,“udid”:“xxxxx”,“platformName”:“iOS”}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{“app”:"/Users/snehalgajbhiye/Downloads/Furlenco",“xcodeOrgId”:“xxxxx”,“bundleId”:“com.”,“deviceName”:“iPhone 6”,“version”:“10.3”,“nativeWebTap”:true,“xcodeSigningId”:“iPhone Developer”,“showXcodeLog”:true,“newCommandTimeout”:“120”,“automationName”:“XCUITest”,“browserName”:“Safari”,“udid”:“f81b287566fe57aa9f0819dccd18aeb829bf3b96”,“platformName”:“iOS”},null,null]
[BaseDriver] Event ‘newSessionRequested’ logged at 1501654522321 (11:45:22 GMT+0530 (IST))
[Appium] Creating new XCUITestDriver (v2.30.0) session
[Appium] Capabilities:
[Appium] app: ‘/Users/snehalgajbhiye/Downloads/Furlenco’
[Appium] xcodeOrgId: ‘xxxxxxxx’
[Appium] bundleId: ‘com.’
[Appium] deviceName: ‘iPhone 6’
[Appium] version: ‘10.3’
[Appium] nativeWebTap: true
[Appium] xcodeSigningId: ‘iPhone Developer’
[Appium] showXcodeLog: true
[Appium] newCommandTimeout: ‘120’
[Appium] automationName: ‘XCUITest’
[Appium] browserName: ‘Safari’
[Appium] udid: ‘xxxxxxxxxxxx’
[Appium] platformName: ‘iOS’
[XCUITest] XCUITestDriver version: 2.30.0
[BaseDriver] Capability ‘newCommandTimeout’ changed from string (‘120’) to integer (120). This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by appium: version.
[BaseDriver] Session created with session id: 656582b8-6fbb-42e7-bad7-58bce669dc45
[XCUITest] Xcode version set to ‘8.3.3’ (tools v8.3.2.0.1.1492020469)
[XCUITest] iOS SDK Version set to ‘10.3’
[BaseDriver] Event ‘xcodeDetailsRetrieved’ logged at 1501654522384 (11:45:22 GMT+0530 (IST))
[XCUITest] Available devices: f81b287566fe57aa9f0819dccd18aeb829bf3b96
[XCUITest] Creating iDevice object with udid ‘f81b287566fe57aa9f0819dccd18aeb829bf3b96’
[XCUITest] Determining device to run tests on: udid: ‘xxxxxxxxxx’, real device: true
[XCUITest] Safari test requested
[BaseDriver] Event ‘appConfigured’ logged at 1501654522580 (11:45:22 GMT+0530 (IST))
[BaseDriver] Event ‘resetStarted’ logged at 1501654522581 (11:45:22 GMT+0530 (IST))
[XCUITest] Reset: running ios real device reset flow
[BaseDriver] Event ‘resetComplete’ logged at 1501654522581 (11:45:22 GMT+0530 (IST))
[iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[iOSLog] Found idevicesyslog: ‘/usr/local/bin/idevicesyslog’
[BaseDriver] Event ‘logCaptureStarted’ logged at 1501654522702 (11:45:22 GMT+0530 (IST))
[XCUITest] Setting up real device
[BaseDriver] Event ‘wdaStartAttempted’ logged at 1501654522705 (11:45:22 GMT+0530 (IST))
[XCUITest] Using WDA path: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Using WDA agent: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
[XCUITest] Launching WebDriverAgent on the device
[XCUITest] Carthage found: ‘/usr/local/bin/carthage’
[XCUITest] Killing hanging processes
[XCUITest] Generating xcode config file for orgId ‘N2AEA3582U’ and signingId ‘iPhone Developer’
[XCUITest] Writing xcode config file to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-1epasj1.301hxe0zfr/appium-temp.xcconfig
[XCUITest] Cannot parse major and minor version numbers from platformVersion “undefined”. Will build for the default platform instead
[XCUITest] Using Xcode configuration file: ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-1epasj1.301hxe0zfr/appium-temp.xcconfig’
[XCUITest] Beginning test with command ‘xcodebuild build-for-testing test-without-building -project /Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=xxxxxxxxxxx -configuration Debug -xcconfig /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-1epasj1.301hxe0zfr/appium-temp.xcconfig’ in directory ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Output from xcodebuild will be logged
[XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
[Xcode] Build settings from configuration file ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-1epasj1.301hxe0zfr/appium-temp.xcconfig’:
[Xcode]
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] CODE_SIGN_IDENTITY = iPhone Developer
[Xcode] DEVELOPMENT_TEAM = xxxxxxxxx
[Xcode]
[Xcode]
[JSONWP Proxy] Got response with status 200: “{\n “value” : {\n “state” : “success”,\n “os” : {\n “name” : “iOS”,\n “version” : “10.3”\n },\n “ios” : {\n “simulatorVersion” : “10.3”,\n “ip” : “172.16.10.71”\n },\n “build” : {\n “time” : “Jul 31 2017 15:49:15”\n }\n },\n “sessionId” : “86F9AB6D-BFAD-42B6-9E58-C00F011C4D80”,\n “status” : 0\n}”
[XCUITest] WebDriverAgent running on ip ‘172.16.10.71’
[XCUITest] WebDriverAgent successfully started after 730ms
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654528549 (11:45:28 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET IntegrationApp OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode] Validate /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] export PRODUCT_TYPE=com.apple.product-type.application
[Xcode] builtin-validationUtility /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app -validate-for-store
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[Xcode] 2017-08-02 11:45:29.863 xcodebuild[4439:220387] [MT] IDETestOperationsObserverDebug: (F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8) Beginning test session WebDriverAgentRunner-F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 at 2017-08-02 11:45:29.863 with Xcode 8E3004b on target {
[Xcode] deviceSerialNumber: C39NNC7XG5MN
[Xcode] identifier: xxxxxxxxxx
[Xcode] deviceClass: iPhone
[Xcode] deviceName: iPhone
[Xcode] deviceIdentifier: xxxxxxxxxxxxxxx
[Xcode] productVersion: 10.3
[Xcode] buildVersion: 14E5273a
[Xcode] deviceSoftwareVersion: 10.3 (14E5273a)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 12363558912
[Xcode] deviceAvailableCapacity: 9324072960
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.3 (14E5273a))
[Xcode]
[XCUITest] Log file for xcodebuild test: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/5AA0C7B9-D332-47D0-84F5-EFBCCE96B72C/Session-WebDriverAgentRunner-2017-08-02_114529-6v3Jax.log
[Xcode] 2017-08-02 11:45:29.864 xcodebuild[4439:220390] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/5AA0C7B9-D332-47D0-84F5-EFBCCE96B72C/Session-WebDriverAgentRunner-2017-08-02_114529-6v3Jax.log
[Xcode]
[Xcode] MDMCreateDeltaDirectory:1920 calling MDMDirectoryDiff with:
[Xcode] state->old_bundle: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/a0c80b96fe5e9fa9c00ffc68de09e58b/f81b287566fe57aa9f0819dccd18aeb829bf3b96/WebDriverAgentRunner-Runner.app
[Xcode] state->new_bundle: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode] state->dst_bundle: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.oIAXgo/WebDriverAgentRunner-Runner.app_sparse.ipa/Payload//WebDriverAgentRunner-Runner.app, binaryDiff flag: FALSE
[Xcode] dst_ipa: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.oIAXgo/WebDriverAgentRunner-Runner.app_sparse.ipa
[Xcode]
[Xcode] __MDMDirectoryDiff_block_invoke.37:1473 calling writeDictToFile with: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.oIAXgo/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
[Xcode]
[Xcode] writeDictToFile:1278 ==== Successfully wrote Manifest cache to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.oIAXgo/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
[Xcode]
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654531631 (11:45:31 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654532640 (11:45:32 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654533651 (11:45:33 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654534661 (11:45:34 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654535671 (11:45:35 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[XCUITest] Failed to create WDA session. Retrying…
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1501654536683 (11:45:36 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.mobilesafari”,“arguments”:["-u",“http://appium.io”],“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[JSONWP Proxy] Got response with status 200: {“value”:{“sessionId”:“D843A8E5-7A54-4953-9144-4086E72E522E”,“capabilities”:{“device”:“iphone”,“browserName”:“Safari”,“sdkVersion”:“10.3”,“CFBundleIdentifier”:“com.apple.mobilesafari”}},“sessionId”:“D843A8E5-7A54-4953-9144-4086E72E522E”,“status”:0}
[BaseDriver] Event ‘wdaSessionStarted’ logged at 1501654540059 (11:45:40 GMT+0530 (IST))
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments’ folder
[BaseDriver] Event ‘wdaPermsAdjusted’ logged at 1501654540063 (11:45:40 GMT+0530 (IST))
[BaseDriver] Event ‘wdaStarted’ logged at 1501654540063 (11:45:40 GMT+0530 (IST))
[XCUITest] Setting initial orientation to ‘PORTRAIT’
[JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/D843A8E5-7A54-4953-9144-4086E72E522E/orientation] with body: {“orientation”:“PORTRAIT”}
[JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“D843A8E5-7A54-4953-9144-4086E72E522E”,“status”:0}
[BaseDriver] Event ‘orientationSet’ logged at 1501654540629 (11:45:40 GMT+0530 (IST))
[XCUITest] Waiting for initial webview
[iOS] Waiting for 3000 ms before navigating to view.
[iOS] Navigating to most recently opened webview
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[XCUITest] Connection to WDA timed out
[iProxy] recv failed: Operation not permitted
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[iOS] Retrieving contexts and views
[iOS] Selecting by url: true (expected url: ‘http://appium.io’)
[RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
[RemoteDebugger] Sending request to: http://localhost:27753/json
[iOS] Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
[iOS] No web frames found.
[XCUITest] Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[JSONWP Proxy] Proxying [DELETE /session/656582b8-6fbb-42e7-bad7-58bce669dc45] to [DELETE http://localhost:8100/session/D843A8E5-7A54-4953-9144-4086E72E522E] with no body
[JSONWP Proxy] Got response with status 200: “{\n “value” : {\n\n },\n “sessionId” : “B7086892-489A-4277-B7A7-F1678B8EA50D”,\n “status” : 0\n}”
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down xcodebuild process (pid 4439)
[XCUITest] xcodebuild exited with code ‘null’ and signal ‘SIGTERM’
[Xcode] Contents of xcodebuild log file ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/5AA0C7B9-D332-47D0-84F5-EFBCCE96B72C/Session-WebDriverAgentRunner-2017-08-02_114529-6v3Jax.log’:
[XCUITest] Shutting down iproxy process (pid 4435)
[XCUITest] iproxy exited with code ‘null’
[Xcode] (null) xcodebuild[4439:220387] Beginning test session WebDriverAgentRunner-F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 at 2017-08-02 11:45:29.863 with Xcode 8E3004b on target {
[Xcode] deviceSerialNumber: C39NNC7XG5MN
[Xcode] identifier: xxxxxxxxxx
[Xcode] deviceClass: iPhone
[Xcode] deviceName: iPhone
[Xcode] deviceIdentifier: xxxxxxxxxxx
[Xcode] productVersion: 10.3
[Xcode] buildVersion: 14E5273a
[Xcode] deviceSoftwareVersion: 10.3 (14E5273a)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 12363558912
[Xcode] deviceAvailableCapacity: 9324072960
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.3 (14E5273a))
[Xcode] (null) xcodebuild[4439:220387] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=f81b287566fe57aa9f0819dccd18aeb829bf3b96
[Xcode] -configuration
[Xcode] Debug
[Xcode] -xcconfig
[Xcode] /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201772-298-1epasj1.301hxe0zfr/appium-temp.xcconfig
[Xcode] (null) xcodebuild[4439:220387] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 11:45:29.874 xcodebuild[4439:220450] Connecting to mobile device: f81b287566fe57aa9f0819dccd18aeb829bf3b96
[Xcode] 11:45:29.876 xcodebuild[4439:220387] Launch session started.
[Xcode] 11:45:29.878 xcodebuild[4439:220450] Starting session with mobile device
[Xcode] 11:45:29.969 xcodebuild[4439:220450] Starting test manager service on mobile device.
[Xcode] 11:45:29.987 xcodebuild[4439:220467] Received connection for test runner session
[Xcode] 11:45:29.987 xcodebuild[4439:220467] Listening for proxy connection request from the test bundle
[Xcode] 11:45:29.987 xcodebuild[4439:220387] Test runner session acquired connection.
[Xcode] 11:45:29.987 xcodebuild[4439:220387] Waiting for test process to launch.
[Xcode] 11:45:29.987 xcodebuild[4439:220467] Initiating session with identifier: F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] 11:45:29.993 xcodebuild[4439:220465] Got reply to session initiation request with identifier F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 (result:error): 22: (null)
[Xcode] 11:45:30.186 xcodebuild[4439:220466] Installing com.apple.test.WebDriverAgentRunner-Runner using MobileInstall
[Xcode] 11:45:30.322 xcodebuild[4439:220451] app uninstall set - {(
[Xcode] )}
[Xcode] 11:45:30.322 xcodebuild[4439:220451] app install set - {(
[Xcode]
[Xcode] )}
[Xcode] 11:45:31.564 xcodebuild[4439:220466] remoteExecutable setInstalledPath:/private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app
[Xcode]
[Xcode] 11:45:31.564 xcodebuild[4439:220466] Configuring for testing on device…
[Xcode] 11:45:31.565 xcodebuild[4439:220466] Updating test configuration with device paths.
[Xcode] 11:45:31.566 xcodebuild[4439:220466] Updated test configuration at /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/com.apple.dt.XCTest/F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8/remote-container/tmp/WebDriverAgentRunner-F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8.xctestconfiguration with device paths:
[Xcode] testBundleURL:file:///private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] testBundleRelativePath:(null)
[Xcode] productModuleName:WebDriverAgentRunner
[Xcode] testsToSkip:(null)
[Xcode] testsToRun:(null)
[Xcode] reportResultsToIDE:YES
[Xcode] sessionIdentifier:F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] pathToXcodeReportingSocket:(null)
[Xcode] disablePerformanceMetrics:no
[Xcode] treatMissingBaselinesAsFailures:no
[Xcode] baselineFileURL:(null)
[Xcode] baselineFileRelativePath:(null)
[Xcode] targetApplicationPath:(null)
[Xcode] targetApplicationBundleID:(null)
[Xcode] targetApplicationArguments:(null)
[Xcode] targetApplicationEnvironment:
[Xcode] (null)
[Xcode] reportActivities:YES
[Xcode] testsMustRunOnMainThread:YES
[Xcode] initializeForUITesting:YES
[Xcode] aggregateStatisticsBeforeCrash:{
[Xcode] XCSuiteRecordsKey = {
[Xcode] };
[Xcode] }
[Xcode] automationFrameworkPath:/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework
[Xcode] emitOSLogs:no
[Xcode]
[Xcode] 11:45:31.566 xcodebuild[4439:220466] Uploading test configuration to app container.
[Xcode] 11:45:33.701 xcodebuild[4439:220466] Updating test process environment variables.
[Xcode] 11:45:33.702 xcodebuild[4439:220466] Updated testing environment variables {
[Xcode] “DYLD_FRAMEWORK_PATH” = “/private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “DYLD_LIBRARY_PATH” = “/private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “XCODE_DBG_XPC_EXCLUSIONS” = “com.apple.dt.xctestSymbolicator”;
[Xcode] XCTestConfigurationFilePath = “/private/var/mobile/Containers/Data/Application/38345D30-77F7-4597-9FD5-1C2ADBE5AD4B/tmp/WebDriverAgentRunner-F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8.xctestconfiguration”;
[Xcode] }
[Xcode] 11:45:34.877 xcodebuild[4439:220387] Adding console adaptor for test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8.
[Xcode] 11:45:35.146 xcodebuild[4439:220387] Test process runnable PID is 535.
[Xcode] 11:45:35.531 xcodebuild[4439:220469] Handling proxy channel request from test runner
[Xcode] 11:45:35.532 xcodebuild[4439:220469] Test runner is ready, running protocol 22, requires at least version 8. Control framework is running 22 and requires at least 8
[Xcode] 11:45:35.532 xcodebuild[4439:220387] Test runner session successfully initiated.
[Xcode] 11:45:35.532 xcodebuild[4439:220387] Creating the daemon control session.
[Xcode] 11:45:35.532 xcodebuild[4439:220387] Whitelisting test process ID 535
[Xcode] 11:45:35.532 xcodebuild[4439:220387] Got authorization request for pid 535
[Xcode] 11:45:35.591 xcodebuild[4439:220469] Requesting authorization for pid 535
[Xcode] 11:45:28.843 testmanagerd[532:144016] Launched testmanagerd from /Developer/usr/libexec/testmanagerd, modified on Saturday, 18 February 2017 at 8:07:14 AM India Standard Time
[Xcode] 11:45:35.605 xcodebuild[4439:220451] Got reply to authorization request for pid 535 (result:error): 22: (null)
[Xcode] 11:45:35.605 xcodebuild[4439:220387] Got whitelisting response from test daemon. Success: 1
[Xcode] 11:45:28.844 testmanagerd[532:144016] Setting availability state.
[Xcode] 11:45:28.846 testmanagerd[532:144016] Posting availability to test bundles…
[Xcode] 11:45:28.847 testmanagerd[532:144025] Received new test session connection from process with PID 526
[Xcode] 11:45:28.851 testmanagerd[532:144016] Initial orientation 1
[Xcode] 11:45:28.852 testmanagerd[532:144035] -[XCTDaemon allowUITestControlForPID:] 0 vs 526
[Xcode] 11:45:28.855 testmanagerd[532:144026] app info {
[Xcode] BKSApplicationStateAppIsFrontmost = 0;
[Xcode] BKSApplicationStateExtensionKey = 0;
[Xcode] SBApplicationStateDisplayIDKey = “com.apple.test.WebDriverAgentRunner-Runner”;
[Xcode] SBApplicationStateKey = 4;
[Xcode] SBApplicationStateProcessIDKey = 526;
[Xcode] SBApplicationStateRunningReasonsKey = (
[Xcode] {
[Xcode] SBApplicationStateRunningReasonAssertionIdentifierKey = “Called by UIKit, from “;
[Xcode] SBApplicationStateRunningReasonAssertionReasonKey = 4;
[Xcode] }
[Xcode] );
[Xcode] SBMostElevatedStateForProcessID = 4;
[Xcode] }
[Xcode] 11:45:28.855 testmanagerd[532:144026] Got request for process assertion for pid 526.
[Xcode] 11:45:28.856 testmanagerd[532:144026] Created process assertion for pid 526: , waiting for response from assertiond.
[Xcode] 11:45:28.856 testmanagerd[532:144026] Starting to monitor com.apple.test.WebDriverAgentRunner-Runner
[Xcode] 11:45:28.858 testmanagerd[532:144026] Got reply for process assertion request, success: YES
[Xcode] 11:45:28.858 testmanagerd[532:144025] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (526) -> 4
[Xcode] 11:45:29.997 testmanagerd[532:144035] IDE connected via lockdown over socket 4 (-[XCTestManagerIDEServer listenForControlConnectionsOverLockdown]_block_invoke)
[Xcode] 11:45:35.626 testmanagerd[532:144016] Received request to collect crash reports in directories ‘/var/mobile/Library/Logs/CrashReporter/’ for processes with names ‘XCTRunner’, ‘WebDriverAgentRunner-Runner’, ‘xctest’
[Xcode] 11:45:29.998 testmanagerd[532:144035] Created session with socket 4
[Xcode] 11:45:30.006 testmanagerd[532:144027] Handled a proxy request from the IDE with session created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time proxy <_DTXProxy: 0x10dd179c0>
[Xcode] 11:45:30.008 testmanagerd[532:144016] -[XCIDESession _IDE_initiateSessionWithIdentifier:forClient:atPath:protocolVersion:]_block_invoke F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 1 4 from client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 (/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild)
[Xcode] 11:45:30.008 testmanagerd[532:144035] -[XCTDaemon setIDESession:forIdentifier:]_block_invoke created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 -> F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] 11:45:30.008 testmanagerd[532:144035] -[XCTDaemon _queue_handleRequestForSessionWithIdentifier:]
[Xcode] 11:45:30.613 testmanagerd[532:144027] Test process connection invalidated or interrupted, closing test session .
[Xcode] 11:45:30.631 testmanagerd[532:144027] Closed , removing from (
[Xcode] “”
[Xcode] )
[Xcode] 11:45:30.631 testmanagerd[532:144027] Tearing down test session .
[Xcode] 11:45:35.627 testmanagerd[532:144016] Initializing crash report observer for /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:45:30.632 testmanagerd[532:144027] Considering exiting:
[Xcode] 11:45:35.629 testmanagerd[532:144016] Getting files in /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:45:30.633 testmanagerd[532:144027] Session summary: 0 test sessions, 1 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:45:30.633 testmanagerd[532:144027] Unpaired test sessions: {
[Xcode] “F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8” = " created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8”;
[Xcode] }
[Xcode] 11:45:33.847 testmanagerd[532:144035] Considering exiting:
[Xcode] 11:45:33.847 testmanagerd[532:144035] Session summary: 0 test sessions, 1 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:45:33.848 testmanagerd[532:144035] Unpaired test sessions: {
[Xcode] “F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8” = " created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8”;
[Xcode] }
[Xcode] 11:45:35.426 testmanagerd[532:144035] Received new test session connection from process with PID 535
[Xcode] 11:45:35.433 testmanagerd[532:144016] Initial orientation 1
[Xcode] 11:45:35.436 testmanagerd[532:144035] Test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 requested socket (-[XCTestSession _XCT_requestSocketForSessionIdentifier:reply:])
[Xcode] 11:45:35.436 testmanagerd[532:144025] Test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8 requested socket (-[XCTDaemon requestSocketForSessionIdentifier:reply:]_block_invoke)
[Xcode] 11:45:35.437 testmanagerd[532:144025] -[XCTDaemon _queue_handleRequestForSessionWithIdentifier:]
[Xcode] 11:45:35.437 testmanagerd[532:144025] Closing IDE connection before sending socket 5 to test host.
[Xcode] 11:45:35.437 testmanagerd[532:144025] -[XCIDESession closeIDEConnection:] sending barrier
[Xcode] 11:45:35.437 testmanagerd[532:144051] app info {
[Xcode] BKSApplicationStateAppIsFrontmost = 1;
[Xcode] BKSApplicationStateExtensionKey = 0;
[Xcode] SBApplicationStateDisplayIDKey = “com.apple.test.WebDriverAgentRunner-Runner”;
[Xcode] SBApplicationStateKey = 8;
[Xcode] SBApplicationStateProcessIDKey = 535;
[Xcode] SBMostElevatedStateForProcessID = 8;
[Xcode] }
[Xcode] 11:45:35.437 testmanagerd[532:144051] Got request for process assertion for pid 535.
[Xcode] 11:45:35.438 testmanagerd[532:144051] Created process assertion for pid 535: , waiting for response from assertiond.
[Xcode] 11:45:35.638 testmanagerd[532:144016] Found 16 files in /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:45:35.439 testmanagerd[532:144035] Got reply for process assertion request, success: YES
[Xcode] 11:45:35.439 testmanagerd[532:144051] Starting to monitor com.apple.test.WebDriverAgentRunner-Runner
[Xcode] 11:45:35.437 testmanagerd[532:144016] barrier flushed, closing DTXConnection to IDE, socket will not be closed
[Xcode] 11:45:35.639 testmanagerd[532:144016] Started monitoring /var/mobile/Library/Logs/CrashReporter/
[Xcode] 11:45:35.439 testmanagerd[532:144051] DTXSocketTransport disconnected, owner is created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] 11:45:35.441 testmanagerd[532:144051] Disconnecting lockdown socket
[Xcode] 11:45:35.441 testmanagerd[532:144027] -[XCTDaemon closeIDESession:]_block_invoke created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] 11:45:35.442 testmanagerd[532:144027] Considering exiting:
[Xcode] 11:45:35.442 testmanagerd[532:144027] Session summary: 1 test sessions, 0 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:45:35.443 testmanagerd[532:144026] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (535) -> 8
[Xcode] 11:45:35.542 testmanagerd[532:144016] Sending socket 5 to test host
[Xcode] 11:45:35.421 XCTRunner[535:144262] Linked XCTest.framework from /var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/Frameworks/XCTest.framework/XCTest, built with Xcode 0833(8E3002), modified on Tuesday, 1 August 2017 at 11:51:35 AM India Standard Time
[Xcode] 11:45:35.421 XCTRunner[535:144262] XCTest.framework bundle version: 12124
[Xcode] 11:45:35.423 XCTRunner[535:144262] System uptime: 18:00:51
[Xcode] 11:45:35.423 XCTRunner[535:144262] Process arguments: (
[Xcode] “/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/XCTRunner”,
[Xcode] “-NSTreatUnknownArgumentsAsOpen”,
[Xcode] NO,
[Xcode] “-ApplePersistenceIgnoreState”,
[Xcode] YES
[Xcode] )
[Xcode] 11:45:35.423 XCTRunner[535:144262] Process environment: {
[Xcode] “CFFIXED_USER_HOME” = “/private/var/mobile/Containers/Data/Application/38345D30-77F7-4597-9FD5-1C2ADBE5AD4B”;
[Xcode] CLASSIC = 1;
[Xcode] “DYLD_FRAMEWORK_PATH” = “/private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] “DYLD_LIBRARY_PATH” = “/private/var/containers/Bundle/Application/0506E9DD-F4DA-4C30-859D-164EB132A11C/WebDriverAgentRunner-Runner.app/Frameworks:/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos:PLATFORMS/iPhoneOS.platform/Developer/Library/Frameworks:/Developer/Library/PrivateFrameworks”;
[Xcode] HOME = “/private/var/mobile/Containers/Data/Application/38345D30-77F7-4597-9FD5-1C2ADBE5AD4B”;
[Xcode] LOGNAME = mobile;
[Xcode] NSUnbufferedIO = YES;
[Xcode] “OS_ACTIVITY_DT_MODE” = YES;
[Xcode] PATH = “/usr/bin:/bin:/usr/sbin:/sbin”;
[Xcode] SHELL = “/bin/sh”;
[Xcode] TMPDIR = “/private/var/mobile/Containers/Data/Application/38345D30-77F7-4597-9FD5-1C2ADBE5AD4B/tmp/”;
[Xcode] USER = mobile;
[Xcode] “XCODE_DBG_XPC_EXCLUSIONS” = “com.apple.dt.xctestSymbolicator”;
[Xcode] XCTestConfigurationFilePath = “/private/var/mobile/Containers/Data/Application/38345D30-77F7-4597-9FD5-1C2ADBE5AD4B/tmp/WebDriverAgentRunner-F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8.xctestconfiguration”;
[Xcode] “XPC_FLAGS” = 0x0;
[Xcode] “XPC_SERVICE_NAME” = “UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x5cb7][63]”;
[Xcode] “__CF_USER_TEXT_ENCODING” = “0x1F5:0:0”;
[Xcode] }
[Xcode] 11:45:35.426 XCTRunner[535:144262] entering wait loop for 5.00s
[Xcode] 11:45:35.434 XCTRunner[535:144287] Got daemon protocol version 12
[Xcode] 11:45:35.434 XCTRunner[535:144287] : cancelWaiting
[Xcode] 11:45:35.434 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.435 XCTRunner[535:144262] cleaning up Exchange protocol versions with daemon
[Xcode] 11:45:35.435 XCTRunner[535:144262] Requesting socket
[Xcode] 11:45:35.436 XCTRunner[535:144262] entering wait loop for 30.00s
[Xcode] 11:45:35.543 XCTRunner[535:144286] : cancelWaiting
[Xcode] 11:45:35.543 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.543 XCTRunner[535:144262] cleaning up Socket for IDE session acquired
[Xcode] 11:45:35.543 XCTRunner[535:144262] Creating transport with socket 4
[Xcode] 11:45:35.543 XCTRunner[535:144262] Creating connection with transport
[Xcode] 11:45:35.544 XCTRunner[535:144262] Creating the proxy channel with connection
[Xcode] 11:45:35.545 XCTRunner[535:144262] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:22 minimumVersion:8
[Xcode] 11:45:35.546 XCTRunner[535:144262] entering wait loop for 30.00s
[Xcode] 11:45:35.550 XCTRunner[535:144286] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 11:45:35.651 XCTRunner[535:144286] _IDE_startExecutingTestPlanWithProtocolVersion:22
[Xcode] 11:45:35.651 XCTRunner[535:144288] : cancelWaiting
[Xcode] 11:45:35.651 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.651 XCTRunner[535:144262] cleaning up IDE session ready for test plan
[Xcode] 11:45:35.649 xcodebuild[4439:220387] Starting test plan, clearing initialization timeout timer.
[Xcode] 11:45:35.661 XCTRunner[535:144262] Initializing for UI testing.
[Xcode] 11:45:35.542 testmanagerd[532:144051] -[XCTDaemon closeIDESession:]_block_invoke created Wednesday, 2 August 2017 at 11:45:29 AM India Standard Time for client C45BD5ED-BA5A-423C-BAD9-65E9AB198E5C-4439-00000B82CFB35300 waiting to pair with test session F44E72FA-C370-4D1D-B3B9-85B9BC8BA5A8
[Xcode] 11:45:35.662 XCTRunner[535:144262] entering wait loop for 20.00s
[Xcode] 11:45:35.544 testmanagerd[532:144051] Considering exiting:
[Xcode] 11:45:35.544 testmanagerd[532:144051] Session summary: 1 test sessions, 0 sessions with identifiers, 0 unidentified sessions, does not have control session
[Xcode] 11:45:35.604 testmanagerd[532:144025] IDE connected via lockdown over socket 4 (-[XCTestManagerIDEServer listenForControlConnectionsOverLockdown]_block_invoke)
[Xcode] 11:45:35.604 testmanagerd[532:144025] Created session with socket 4
[Xcode] 11:45:35.617 testmanagerd[532:144026] Handled a proxy request from the IDE with session created Wednesday, 2 August 2017 at 11:45:35 AM India Standard Time proxy <_DTXProxy: 0x10dd27ad0>
[Xcode] 11:45:35.618 testmanagerd[532:144026] -[XCIDESession _IDE_initiateControlSessionForTestProcessID:protocolVersion:] 535 22
[Xcode] 11:45:35.619 testmanagerd[532:144016] Set control session created Wednesday, 2 August 2017 at 11:45:35 AM India Standard Time with proto 22 and proxy <_DTXProxy: 0x10dd27ad0>
[Xcode] 11:45:35.667 testmanagerd[532:144027] Performing block with diagnostics…
[Xcode] 11:45:35.670 testmanagerd[532:144027] Waiting 15.0s for AX to finish loading…
[Xcode] 11:45:35.674 testmanagerd[532:144027] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 11:45:35.752 testmanagerd[532:144016] AX is loaded
[Xcode] 11:45:35.761 testmanagerd[532:144027] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 11:45:35.763 testmanagerd[532:144027] Created system wide AX element {pid=0}
[Xcode] 11:45:35.783 testmanagerd[532:144027] Registered for accessibility notification 1021
[Xcode] 11:45:35.785 testmanagerd[532:144027] Registered for accessibility notification 1000
[Xcode] 11:45:35.787 testmanagerd[532:144027] Registered for accessibility notification 1005
[Xcode] 11:45:35.789 testmanagerd[532:144027] Registered for accessibility notification 1001
[Xcode] 11:45:35.791 testmanagerd[532:144027] Registered for accessibility notification 1011
[Xcode] 11:45:35.793 testmanagerd[532:144027] Registered for accessibility notification 4002
[Xcode] 11:45:35.794 testmanagerd[532:144027] Registered for accessibility notification 4000
[Xcode] 11:45:35.796 testmanagerd[532:144027] Registered for accessibility notification 4001
[Xcode] 11:45:35.798 testmanagerd[532:144027] Registered for accessibility notification 5000
[Xcode] 11:45:35.800 testmanagerd[532:144027] Block succeeded, canceling diagnostics.
[Xcode] 11:45:35.818 XCTRunner[535:144283] : cancelWaiting
[Xcode] 11:45:35.818 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.818 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x170244c80) for object BLOCKPREDICATE(0x170244c80)
[Xcode] 11:45:35.820 XCTRunner[535:144262] entering wait loop for 15.00s
[Xcode] 11:45:35.820 testmanagerd[532:144025] AXUIElementSetMessagingTimeout( {pid=0}, 15) -> 0
[Xcode] 11:45:35.886 XCTRunner[535:144286] : cancelWaiting
[Xcode] 11:45:35.896 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.896 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x1742452b0) for object BLOCKPREDICATE(0x1742452b0)
[Xcode] 11:45:35.897 XCTRunner[535:144262] entering wait loop for 15.00s
[Xcode] 11:45:35.899 testmanagerd[532:144027] -[XCTDaemon allowUITestControlForPID:] 535 vs 535
[Xcode] 11:45:35.900 testmanagerd[532:144027] Registered for AX notification 4002
[Xcode] 11:45:35.902 XCTRunner[535:144286] : cancelWaiting
[Xcode] 11:45:35.902 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.902 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x17024d110) for object BLOCKPREDICATE(0x17024d110)
[Xcode] 11:45:35.902 XCTRunner[535:144262] entering wait loop for 15.00s
[Xcode] 11:45:35.903 testmanagerd[532:144026] -[XCTDaemon allowUITestControlForPID:] 535 vs 535
[Xcode] 11:45:35.906 testmanagerd[532:144026] Registered for AX notification 1006
[Xcode] 11:45:35.907 XCTRunner[535:144283] : cancelWaiting
[Xcode] 11:45:35.907 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.907 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x174246db0) for object BLOCKPREDICATE(0x174246db0)
[Xcode] 11:45:35.908 XCTRunner[535:144262] entering wait loop for 15.00s
[Xcode] 11:45:35.908 testmanagerd[532:144304] -[XCTDaemon allowUITestControlForPID:] 535 vs 535
[Xcode] 11:45:35.911 testmanagerd[532:144304] Registered for AX notification 1021
[Xcode] 11:45:35.912 XCTRunner[535:144287] : cancelWaiting
[Xcode] 11:45:35.912 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.912 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x170247ce0) for object BLOCKPREDICATE(0x170247ce0)
[Xcode] 11:45:35.913 XCTRunner[535:144262] entering wait loop for 30.00s
[Xcode] 11:45:35.914 testmanagerd[532:144304] Got request for process assertion for pid 535.
[Xcode] 11:45:35.915 testmanagerd[532:144304] Invalidating previous process assertion for pid 535.
[Xcode] 11:45:35.916 testmanagerd[532:144304] Created process assertion for pid 535: , waiting for response from assertiond.
[Xcode] 11:45:35.919 testmanagerd[532:144026] Got reply for process assertion request, success: YES
[Xcode] 11:45:35.919 XCTRunner[535:144287] Got reply for background assertion for test process, acquired: YES.
[Xcode] 11:45:35.920 XCTRunner[535:144288] : cancelWaiting
[Xcode] 11:45:35.920 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.920 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x174244440) for object BLOCKPREDICATE(0x174244440)
[Xcode] 11:45:35.920 XCTRunner[535:144262] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 11:45:35.922 testmanagerd[532:144035] -[XCTDaemon allowUITestControlForPID:] 535 vs 535
[Xcode] 11:45:35.921 XCTRunner[535:144262] Hitting home button to enter background.
[Xcode] 11:45:35.922 testmanagerd[532:144035] Performing
[Xcode] 11:45:35.921 XCTRunner[535:144262] entering wait loop for 30.00s
[Xcode] 11:45:35.928 testmanagerd[532:144026] Sleeping for 0.005000s before sending up event
[Xcode] 11:45:35.936 testmanagerd[532:144026] Waiting for device event confirmation.
[Xcode] 11:45:35.955 testmanagerd[532:144016] AX Notification 1000
[Xcode] 11:45:35.956 testmanagerd[532:144016] AX Notification 4002
[Xcode] 11:45:35.959 XCTRunner[535:144288] Got AX notification 4002
[Xcode] 11:45:35.960 XCTRunner[535:144288] : cancelWaiting
[Xcode] 11:45:35.961 XCTRunner[535:144262] done waiting
[Xcode] 11:45:35.961 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x1742436c0) for object BLOCKPREDICATE(0x1742436c0)
[Xcode] 11:45:35.961 XCTRunner[535:144262] entering wait loop for 30.00s
[Xcode] 11:45:35.958 testmanagerd[532:144016] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 11:45:35.959 testmanagerd[532:144016] Signaling device event confirmed by AX notification.
[Xcode] 11:45:35.959 testmanagerd[532:144026] Gesture complete, replying to client.
[Xcode] 11:45:36.400 XCTRunner[535:144262] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 11:45:36.403 XCTRunner[535:144287] : cancelWaiting
[Xcode] 11:45:36.453 XCTRunner[535:144262] done waiting
[Xcode] 11:45:36.431 testmanagerd[532:144025] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (535) -> 4
[Xcode] 11:45:36.475 testmanagerd[532:144016] AX Notification 1021
[Xcode] 11:45:36.476 testmanagerd[532:144016] AX Notification 4002
[Xcode] 11:45:36.477 testmanagerd[532:144016] Got user testing notification with payload {
[Xcode] controllerClass = SBAppContainerViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 11:45:36.482 testmanagerd[532:144016] AX Notification 4002
[Xcode] 11:45:36.483 testmanagerd[532:144016] Got user testing notification with payload {
[Xcode] controllerClass = SBLeafIconViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 11:45:36.454 XCTRunner[535:144262] cleaning up Expect predicate BLOCKPREDICATE(0x174248790) for object BLOCKPREDICATE(0x174248790)
[Xcode] 11:45:36.454 XCTRunner[535:144262] Done initializing for UI testing.
[Xcode] 11:45:36.454 XCTRunner[535:144262] Loading test suite…
[Xcode] 11:45:36.516 XCTRunner[535:144287] Got AX notification 1021
[Xcode] 11:45:36.516 XCTRunner[535:144287] Got kAXPidStatusChangedNotification for 535: suspended
[Xcode] 11:45:36.517 XCTRunner[535:144287] Got AX notification 4002
[Xcode] 11:45:36.517 XCTRunner[535:144287] Got AX notification 4002
[Xcode] 11:45:36.531 XCTRunner[535:144262] Finished loading test suite, took 0.077s
[Xcode] 11:45:36.531 XCTRunner[535:144262] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 11:45:36.532 XCTRunner[535:144262] Running suite…
[Xcode] 11:45:36.533 XCTRunner[535:144262] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 11:45:36.519 xcodebuild[4439:220387] _XCT_testSuite:All tests didStartAt:2017-08-02 06:15:36 +0000
[Xcode] 11:45:40.517 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 561 messages.
[Xcode] 11:45:43.510 xcodebuild[4439:220407] (LOG ARBITER) Rotating message buffer with 73 messages.
[Xcode] 11:45:46.515 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 40 messages.
[Xcode] 11:45:49.510 xcodebuild[4439:220465] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 11:45:52.511 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 11:45:55.516 xcodebuild[4439:220468] (LOG ARBITER) Rotating message buffer with 11 messages.
[Xcode] 11:45:58.513 xcodebuild[4439:220469] (LOG ARBITER) Rotating message buffer with 18 messages.
[Xcode] 11:46:00.520 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 17 messages.
[Xcode] 11:46:10.105 xcodebuild[4439:220981] (LOG ARBITER) Rotating message buffer with 5 messages.
[Xcode] 11:46:12.520 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 6 messages.
[Xcode] 11:46:16.514 xcodebuild[4439:220764] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 11:46:46.513 xcodebuild[4439:221164] (LOG ARBITER) Rotating message buffer with 14 messages.
[Xcode]
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy’
[XCUITest] Setting ‘755’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn’
[XCUITest] Setting ‘755’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments’ folder
[XCUITest] Not clearing log files. Use clearSystemFiles capability to turn on.
[iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: Error: Could not navigate to webview; there are none!
at XCUITestDriver.spinHandles$ (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-ios-driver/lib/commands/context.js:514:13)
at tryCatch (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session 500 112368 ms - 183

Hello,

When I run inspector from Appium 1.6.5v , the app get installed on real iOS device (10.3). PFB the logs below:

[Appium] Welcome to Appium v1.6.5
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> GET /wd/hub/sessions {}
[MJSONWP] Calling AppiumDriver.getSessions() with args: []
[MJSONWP] Responding to client with driver.getSessions() result: []
[HTTP] <-- GET /wd/hub/sessions 200 12 ms - 40
[HTTP] --> POST /wd/hub/session {“desiredCapabilities”:{“app”:"/Users/snehalgajbhiye/Downloads/Panem 7_7.ipa",“appPackage”:“com.furlenco.mobile”,“appium-version”:“1.6.4”,“automationName”:“XCUITest”,“deviceName”:“iPhone 6”,“platformName”:“iOS”,“platformVersion”:“10.3”,“udid”:“f81b287566fe57aa9f0819dccd18aeb829bf3b96”,“xcodeOrgId”:“N2AEA3582U”,“xcodeSigningId”:“iPhone Developer”,“newCommandTimeout”:0,“connectHardwareKeyboard”:true}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{“app”:"/Users/snehalgajbhiye/Downloads/Panem 7_7.ipa",“appPackage”:“com.furlenco.mobile”,“appium-version”:“1.6.4”,“automationName”:“XCUITest”,“deviceName”:“iPhone 6”,“platformName”:“iOS”,“platformVersion”:“10.3”,“udid”:"",“xcodeOrgId”:“xxxxxxxx”,“xcodeSigningId”:“iPhone Developer”,“newCommandTimeout”:0,“connectHardwareKeyboard”:true},null,null]
[BaseDriver] Event ‘newSessionRequested’ logged at 1502085491053 (11:28:11 GMT+0530 (IST))
[Appium] Creating new XCUITestDriver (v2.30.0) session
[Appium] Capabilities:
[Appium] app: ‘/Users/snehalgajbhiye/Downloads/Panem 7_7.ipa’
[Appium] appPackage: ‘com.furlenco.mobile’
[Appium] appium-version: ‘1.6.4’
[Appium] automationName: ‘XCUITest’
[Appium] deviceName: ‘iPhone 6’
[Appium] platformName: ‘iOS’
[Appium] platformVersion: ‘10.3’
[Appium] udid: ‘’
[Appium] xcodeOrgId: ‘xxxxxxxx’
[Appium] xcodeSigningId: ‘iPhone Developer’
[Appium] newCommandTimeout: 0
[Appium] connectHardwareKeyboard: true
[XCUITest] XCUITestDriver version: 2.30.0
[BaseDriver] The following capabilities were provided, but are not recognized by appium: appPackage, appium-version.
[BaseDriver] Session created with session id: f18f3db6-2c02-4810-b62b-840b7bbfb56c
[XCUITest] Xcode version set to ‘8.3.3’ (tools v8.3.2.0.1.1492020469)
[XCUITest] iOS SDK Version set to ‘10.3’
[BaseDriver] Event ‘xcodeDetailsRetrieved’ logged at 1502085492448 (11:28:12 GMT+0530 (IST))
[XCUITest] Available devices: xxxxxxxxxxxxxx
[XCUITest] Creating iDevice object with udid ‘xxxxxxxxxx’
[XCUITest] Determining device to run tests on: udid: ‘xxxxxxxxxxx’, real device: true
[BaseDriver] Using local app ‘/Users/snehalgajbhiye/Downloads/Panem 7_7.ipa’
[BaseDriver] Copying local zip to tmp dir
[BaseDriver] Unzipping /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/appium-app.zip
[BaseDriver] Testing zip archive: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/appium-app.zip
[BaseDriver] Unzipped local app to ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/Payload/Furlenco.app’
[BaseDriver] Event ‘appConfigured’ logged at 1502085495527 (11:28:15 GMT+0530 (IST))
[XCUITest] Checking whether app ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/Payload/Furlenco.app’ is actually present on file system
[XCUITest] App is present
[iOS] Getting bundle ID from app ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/Payload/Furlenco.app’: ‘com.furlenco.mobile’
[BaseDriver] Event ‘resetStarted’ logged at 1502085495543 (11:28:15 GMT+0530 (IST))
[XCUITest] Reset: running ios real device reset flow
[BaseDriver] Event ‘resetComplete’ logged at 1502085495545 (11:28:15 GMT+0530 (IST))
[iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[iOSLog] Found idevicesyslog: ‘/usr/local/bin/idevicesyslog’
[BaseDriver] Event ‘logCaptureStarted’ logged at 1502085495704 (11:28:15 GMT+0530 (IST))
[XCUITest] Setting up real device
[XCUITest] Installing ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-xzqdz6.u6fpoav2t9/Payload/Furlenco.app’ on device with UUID ‘xxxxxxxxxxxxxx’…
[XCUITest] The app has been installed successfully.
[BaseDriver] Event ‘appInstalled’ logged at 1502085504346 (11:28:24 GMT+0530 (IST))
[BaseDriver] Event ‘wdaStartAttempted’ logged at 1502085504348 (11:28:24 GMT+0530 (IST))
[XCUITest] Using WDA path: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Using WDA agent: ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
[XCUITest] Launching WebDriverAgent on the device
[XCUITest] Carthage found: ‘/usr/local/bin/carthage’
[XCUITest] Killing hanging processes
[XCUITest] Generating xcode config file for orgId ‘xxxxxxxxxxxxx’ and signingId ‘iPhone Developer’
[XCUITest] Writing xcode config file to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-b6k0nr.rhifzxs9k9/appium-temp.xcconfig
[XCUITest] Using Xcode configuration file: ‘/var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-b6k0nr.rhifzxs9k9/appium-temp.xcconfig’
[XCUITest] Beginning test with command ‘xcodebuild build-for-testing test-without-building -project /Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=f81b287566fe57aa9f0819dccd18aeb829bf3b96 -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3 -xcconfig /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/T/201777-946-b6k0nr.rhifzxs9k9/appium-temp.xcconfig’ in directory ‘/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Output from xcodebuild will not be logged
[XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] 2017-08-07 11:28:33.096 xcodebuild[1355:36098] IDELogStore: Failed to remove screenshot at path: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_75D73D84-67F2-4E60-8F7D-612416B10F03.png. Error: Error Domain=NSCocoaErrorDomain Code=513 ““Screenshot_75D73D84-67F2-4E60-8F7D-612416B10F03.png” couldn’t be removed because you don’t have permission to access it.” UserInfo={NSFilePath=/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_75D73D84-67F2-4E60-8F7D-612416B10F03.png, NSUserStringVariant=(
[Xcode] Remove
[Xcode] ), NSUnderlyingError=0x7fd140542d80 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}. User info: {
[Xcode] NSFilePath = “/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_75D73D84-67F2-4E60-8F7D-612416B10F03.png”;
[Xcode] NSUnderlyingError = “Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied””;
[Xcode] NSUserStringVariant = (
[Xcode] Remove
[Xcode] );
[Xcode] }.
[Xcode]
[Xcode] 2017-08-07 11:28:33.098 xcodebuild[1355:36098] IDELogStore: Failed to remove screenshot at path: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_8DED17AC-FDF2-4E8F-886B-964235580D59.png. Error: Error Domain=NSCocoaErrorDomain Code=513 ““Screenshot_8DED17AC-FDF2-4E8F-886B-964235580D59.png” couldn’t be removed because you don’t have permission to access it.” UserInfo={NSFilePath=/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_8DED17AC-FDF2-4E8F-886B-964235580D59.png, NSUserStringVariant=(
[Xcode] Remove
[Xcode] ), NSUnderlyingError=0x7fd1407f1730 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}. User info: {
[Xcode] NSFilePath = “/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments/Screenshot_8DED17AC-FDF2-4E8F-886B-964235580D59.png”;
[Xcode] NSUnderlyingError = “Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied””;
[Xcode] NSUserStringVariant = (
[Xcode] Remove
[Xcode] );
[Xcode] }.
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode] ProcessInfoPlistFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist WebDriverAgentLib/Info.plist
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-infoPlistUtility /Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Info.plist -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Info.plist
[Xcode]
[Xcode]
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] Touch /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /usr/bin/touch -c /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (xxxxxxxxxxxx)”
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework: replacing existing signature
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET IntegrationApp OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode] ProcessInfoPlistFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app/Info.plist WebDriverAgentTests/IntegrationApp/Info.plist
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-infoPlistUtility /Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentTests/IntegrationApp/Info.plist -genpkginfo /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/IntegrationApp.build/Main-SBPartialInfo.plist -requiredArchitecture arm64 -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app/Info.plist
[Xcode]
[Xcode] Touch /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /usr/bin/touch -c /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (xxxxxxxxxxx)”
[Xcode] Provisioning Profile: “iOS Team Provisioning Profile: com..mobile”
[Xcode] (3bd50aa6-2cf2-4d44-872c-52d5fbe6ed4c)
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --entitlements /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/IntegrationApp.build/IntegrationApp.app.xcent --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app: replacing existing signature
[Xcode]
[Xcode] Validate /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] export PRODUCT_TYPE=com.apple.product-type.application
[Xcode] builtin-validationUtility /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/IntegrationApp.app -validate-for-store
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode] ProcessInfoPlistFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Info.plist WebDriverAgentRunner/Info.plist
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-infoPlistUtility /Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentRunner/Info.plist -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Info.plist
[Xcode]
[Xcode]
[Xcode]
[Xcode] Ld /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner normal arm64
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export IPHONEOS_DEPLOYMENT_TARGET=10.3
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk -L/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos -F/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos -F/Applications/Appium\ 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -miphoneos-version-min=10.3 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -all_load -framework XCTest -framework WebDriverAgentLib -Xlinker -dependency_info -Xlinker /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/Objects-normal/arm64/WebDriverAgentRunner_dependency_info.dat -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner
[Xcode]
[Xcode]
[Xcode]
[Xcode] GenerateDSYMFile /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app//PlugIns/WebDriverAgentRunner.xctest.dSYM /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/WebDriverAgentRunner -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app//PlugIns/WebDriverAgentRunner.xctest.dSYM
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] PBXCp /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks
[Xcode]
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer -r -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer
[Xcode]
[Xcode] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/WebDriverAgentLib -r -o /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework/WebDriverAgentLib
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (xxxxxxxxxxx)”
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/WebDriverAgentLib.framework: replacing existing signature
[Xcode]
[Xcode]
[Xcode]
[Xcode] Touch /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode] /usr/bin/touch -c /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (xxxxxxxxx)”
[Xcode] Provisioning Profile: “iOS Team Provisioning Profile: com.<package_name>.mobile”
[Xcode] (3bd50aa6-2cf2-4d44-872c-52d5fbe6ed4c)
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --entitlements /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode]
[Xcode]
[Xcode]
[Xcode] CodeSign /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode] cd “/Applications/Appium 2.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent”
[Xcode] export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
[Xcode] export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/node_modules/.bin:/Applications/Appium 2.app/Contents/MacOS:/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin=/usr/local/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools:/Users/snehalgajbhiye/.rvm/bin:/Users/snehalgajbhiye/Library/Android/sdk/build-tools:/Users/snehalgajbhiye/Library/Android/sdk/platform-tools:/Users/snehalgajbhiye/Library/Android/sdk/tools"
[Xcode]
[Xcode] Signing Identity: “iPhone Developer: Amol Gupta (xxxxxxxxxxxx)”
[Xcode] Provisioning Profile: “iOS Team Provisioning Profile: com.<package_name>.mobile”
[Xcode] (3bd50aa6-2cf2-4d44-872c-52d5fbe6ed4c)
[Xcode]
[Xcode] /usr/bin/codesign --force --sign 852171122205EBCE885D98A3A6909D516C110849 --deep --entitlements /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Intermediates/WebDriverAgent.build/Debug-iphoneos/WebDriverAgentRunner.build/WebDriverAgentRunner.xctest.xcent --timestamp=none /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode]
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app: replacing existing signature
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[XCUITest] Log file for xcodebuild test: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/00BD2361-3D47-488A-A6B4-0DF3573B7273/Session-WebDriverAgentRunner-2017-08-07_112837-3xpdek.log
[Xcode] 2017-08-07 11:28:37.372 xcodebuild[1355:36069] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/00BD2361-3D47-488A-A6B4-0DF3573B7273/Session-WebDriverAgentRunner-2017-08-07_112837-3xpdek.log
[Xcode]
[Xcode] 2017-08-07 11:28:37.373 xcodebuild[1355:36036] [MT] IDETestOperationsObserverDebug: (5E1C2999-18E4-4529-B09C-82A80DE68151) Beginning test session WebDriverAgentRunner-5E1C2999-18E4-4529-B09C-82A80DE68151 at 2017-08-07 11:28:37.372 with Xcode 8E3004b on target {
[Xcode] deviceSerialNumber: C39NNC7XG5MN
[Xcode] identifier: xxxxxxxxxxxxxxx
[Xcode] deviceClass: iPhone
[Xcode] deviceName: iPhone
[Xcode] deviceIdentifier: xxxxxxxxxxxxxxxxxxxxx
[Xcode] productVersion: 10.3
[Xcode] buildVersion: 14E5273a
[Xcode] deviceSoftwareVersion: 10.3 (14E5273a)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 12363558912
[Xcode] deviceAvailableCapacity: 9363251200
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.3 (14E5273a))
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] MDMCreateDeltaDirectory:1920 calling MDMDirectoryDiff with:
[Xcode] state->old_bundle: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/a0c80b96fe5e9fa9c00ffc68de09e58b/f81b287566fe57aa9f0819dccd18aeb829bf3b96/WebDriverAgentRunner-Runner.app
[Xcode] state->new_bundle: /Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
[Xcode] state->dst_bundle: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.QSJu0Y/WebDriverAgentRunner-Runner.app_sparse.ipa/Payload//WebDriverAgentRunner-Runner.app, binaryDiff flag: FALSE
[Xcode] dst_ipa: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.QSJu0Y/WebDriverAgentRunner-Runner.app_sparse.ipa
[Xcode]
[Xcode] __MDMDirectoryDiff_block_invoke.37:1473 calling writeDictToFile with: /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.QSJu0Y/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
[Xcode]
[Xcode] writeDictToFile:1278 ==== Successfully wrote Manifest cache to /var/folders/fv/jny691yd0x389gn0pg_c4yym0000gn/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.QSJu0Y/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Got response with status 200: “{\n “value” : {\n “state” : “success”,\n “os” : {\n “name” : “iOS”,\n “version” : “10.3”\n },\n “ios” : {\n “simulatorVersion” : “10.3”,\n “ip” : “172.16.10.181”\n },\n “build” : {\n “time” : “Aug 3 2017 15:17:58”\n }\n },\n “sessionId” : “A7E47A76-73FE-432C-B705-ACDAF145B268”,\n “status” : 0\n}”
[XCUITest] WebDriverAgent running on ip ‘172.16.10.181’
[XCUITest] WebDriverAgent successfully started after 17403ms
[BaseDriver] Event ‘wdaSessionAttempted’ logged at 1502085526886 (11:28:46 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.furlenco.mobile”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}
[JSONWP Proxy] Got response with status 200: {“value”:{“sessionId”:“CEFC9864-A5DB-4705-AFC2-BBF6EDB2CE06”,“capabilities”:{“device”:“iphone”,“browserName”:" “,“sdkVersion”:“10.3”,“CFBundleIdentifier”:“local.pid.53”}},“sessionId”:“CEFC9864-A5DB-4705-AFC2-BBF6EDB2CE06”,“status”:0}
[BaseDriver] Event ‘wdaSessionStarted’ logged at 1502085534850 (11:28:54 GMT+0530 (IST))
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-agzwseqllppaeagekayekhnxzykr’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-agzwseqllppaeagekayekhnxzykr/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments’ folder
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-eijqqooinnkmikcasypqkowpgqkn’
[XCUITest] Found WDA derived data folder: ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn’
[XCUITest] Setting ‘555’ permissions to ‘/Users/snehalgajbhiye/Library/Developer/Xcode/DerivedData/WebDriverAgent-folfazwwukpzfkegdblpnfuwlvfn/Logs/Test/Attachments’ folder
[BaseDriver] Event ‘wdaPermsAdjusted’ logged at 1502085534876 (11:28:54 GMT+0530 (IST))
[BaseDriver] Event ‘wdaStarted’ logged at 1502085534877 (11:28:54 GMT+0530 (IST))
[XCUITest] Setting initial orientation to ‘PORTRAIT’
[JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/CEFC9864-A5DB-4705-AFC2-BBF6EDB2CE06/orientation] with body: {“orientation”:“PORTRAIT”}
[JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“CEFC9864-A5DB-4705-AFC2-BBF6EDB2CE06”,“status”:0}
[BaseDriver] Event ‘orientationSet’ logged at 1502085535445 (11:28:55 GMT+0530 (IST))
[Appium] New XCUITestDriver session created successfully, session f18f3db6-2c02-4810-b62b-840b7bbfb56c added to master session list
[BaseDriver] Event ‘newSessionStarted’ logged at 1502085535448 (11:28:55 GMT+0530 (IST))
[MJSONWP] Responding to client with driver.createSession() result: {“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:”",“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“app”:"/Users/snehalgajbhiye/Downloads/Panem 7_7.ipa",“appPackage”:“com.furlenco.mobile”,“appium-version”:“1.6.4”,“automationName”:“XCUITest”,“deviceName”:“iPhone 6”,“platformName”:“iOS”,“platformVersion”:“10.3”,“udid”:“xxxxxxxxxxxx”,“xcodeOrgId”:“xxxxxxxxx”,“xcodeSigningId”:“iPhone Developer”,“newCommandTimeout”:0,“connectHardwareKeyboard”:true}
[HTTP] <-- POST /wd/hub/session 200 44402 ms - 646
[HTTP] --> POST /wd/hub/session/f18f3db6-2c02-4810-b62b-840b7bbfb56c/context {“name”:“NATIVE_APP”}
[MJSONWP] Calling AppiumDriver.setContext() with args: [“NATIVE_APP”,“f18f3db6-2c02-4810-b62b-840b7bbfb56c”]
[XCUITest] Executing command ‘setContext’
[iOS] Attempting to set context to ‘NATIVE_APP’
[MJSONWP] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /wd/hub/session/f18f3db6-2c02-4810-b62b-840b7bbfb56c/context 200 7 ms - 76
[HTTP] --> GET /wd/hub/session/f18f3db6-2c02-4810-b62b-840b7bbfb56c/source {}
[MJSONWP] Calling AppiumDriver.getPageSource() with args: [“f18f3db6-2c02-4810-b62b-840b7bbfb56c”]
[XCUITest] Executing command ‘getPageSource’
[JSONWP Proxy] Proxying [GET /source] to [GET http://localhost:8100/session/CEFC9864-A5DB-4705-AFC2-BBF6EDB2CE06/source] with no body
Appium server stopped successfully

Okay finally guys found the solution for my above problem.
I have just modified my capabilities listed . Removed “browserName” capability and just given DeviceName as “iPhone” and also removed my bundleId for the app since I have provided my “.ipa” .
@Tech Tock Tech :sunny: Thanks so so much i helping me out for the solutions .

Regads,
Snehal Gajbhiye

Hello @snehalgajbhiye can you please provide me the pdf any any images about that, Because i to need clarify some doubts on Automation and Uipath
Regards
Gnanasekar

Sry for the late reply @gnanasekar . But now I didn’t have that snapshot with me . Can you share what’s problem you are facing on your project.

Thanks &Regards,
Snehal Gajbhiye