This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi | |
Sorry for the delay: | |
Here you go: | |
Launching Appium with command: export ANDROID_HOME="/Users/mobilelabserver/Downloads/adt-bundle-mac-x86_64-20140702/sdk"; '/Applications/Appium.app/Contents/Resources/node/bin/node' lib/server/main.js --address "127.0.0.1" --port "4727" --log-no-colors --automation-name "Appium" --platform-name "Android" --platform-version "4.4" --chromedriver-port "8086" --app-pkg "com.android.chrome" --app-activity "com.google.android.apps.chrome.document.ChromeLauncherActivity" --device-name "0ea18e01038453c1" --device-ready-timeout "5" --platform-version 8.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34363bcbbc8a:appium z001hgg$ node lib/server/main.js -U dee68d8d0e765f406ecfc2909004e7d816bd42ea | |
info: Welcome to Appium v1.4.0 (REV dc30dae) | |
info: Appium REST http interface listener started on 0.0.0.0:4723 | |
info: [debug] Non-default server args: {"udid":"dee68d8d0e765f406ecfc2909004e7d816bd42ea"} | |
info: Console LogLevel: debug | |
info: --> POST /wd/hub/session {"desiredCapabilities":{"browserName":"Safari","platformName":"iOS","deviceName":"Automation","platformVersion":"8.1.3"}} | |
info: Client User-Agent string: Apache-HttpClient/4.3.4 (java 1.5) | |
info: [debug] Configuring Safari session | |
info: [debug] Using local .zip from command line: /Users/z001hgg/Documents/shaik/appium/build/SafariLauncher/SafariLauncher.zip | |
info: [debug] Copying local zip to tmp dir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warn: Appium support for versions of node < 0.12 has been deprecated and will be removed in a future version. Please upgrade! | |
info: Welcome to Appium v1.4.0 (REV 8f63e2f) | |
info: Appium REST http interface listener started on 0.0.0.0:4723 | |
info: Console LogLevel: debug | |
info: --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"8.1","deviceName":"iPad Air","browserName":"Safari"}} | |
info: Client User-Agent string: appium/ruby_lib/6.0.0 | |
info: [debug] Configuring Safari session | |
info: [debug] We're on iOS8+ so not copying mobile safari app | |
info: [debug] Creating new appium session bd6d5f1b-d530-4d99-814d-90c9189e99a3 | |
info: [debug] Removing any remaining instruments sockets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ndation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform. | |
info: [IOS_SYSLOG_ROW ] Jun 1 15:37:20 MobileLabServers-Mac-Pro com.apple.CoreSimulator.SimDevice.29A682A8-63D5-4005-83B7-5224255DF74F.launchd_sim3567: The _DirtyJetsamMemoryLimit key is not available on this platform. | |
info: [IOS_SYSLOG_ROW ] Jun 1 15:37:20 MobileLabServers-Mac-Pro com.apple.CoreSimulator.SimDevice.29A682A8-63D5-4005-83B7-5224255DF74F.launchd_sim3567: The _DirtyJetsamMemoryLimit key is not available on this platform. | |
info: [IOS_SYSLOG_ROW ] Jun 1 15:37:20 MobileLabServers-Mac-Pro.local securityd[3590]: unable to access hwaes key | |
info: [IOS_SYSLOG_ROW ] Jun 1 15:37:20 MobileLabServers-Mac-Pro.local CoreSimulatorBridge[3586]: Switching to keyboard: en | |
info: [IOS_SYSLOG_ROW ] Jun 1 15:37:20 MobileLabServers-Mac-Pro.local locationd[3581]: Logging binary sensor data to /Users/mobilelabserver/Library/Developer/CoreSimulator/Devices/29A682A8-63D5-4005-83B7-5224255DF74F/data/Library/Caches/locatio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var path = require('path'); | |
console.log(path.join('a/b/c/', '.')); // -> a/b/c | |
console.log(path.join('a/b/c', '.')); // -> a/b/c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var sinon = require('sinon'), | |
support = require('appium-support'), | |
Q = require('q'), | |
chai = require("chai"); | |
should = chai.should(); | |
function actualLogic(cmd) { | |
return support.core.exec("sleep 10000 && " + cmd).then(function(res) { | |
return res[0].toUpperCase(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015/04/24 18:13:21 [007] INFO: Got request /wd/hub/session 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session | |
2015/04/24 18:13:21 map[Accept-Encoding:[identity] Content-Length:[115] Accept:[application/json] User-Agent:[Python-urllib/2.7] Connection:[close] Content-Type:[application/json;charset=UTF-8]] | |
2015/04/24 18:13:21 [007] INFO: Sending request POST http://162.222.75.179:80/wd/hub/session | |
2015/04/24 18:13:21 [007] INFO: Received response 401 Unauthorized | |
2015/04/24 18:13:21 [007] INFO: Copying response to client 401 Unauthorized [401] | |
2015/04/24 18:13:21 [007] INFO: Copied 265 bytes to client error=<nil> | |
2015/04/24 18:13:21 [008] INFO: Got request /wd/hub/session 162.222.75.179:80 POST http://162.222.75.179:80/wd/hub/session | |
2015/04/24 18:13:21 map[Content-Type:[application/json;charset=UTF-8] Authorization:[Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=] Accept-Encoding:[identity] Content-Length:[115] Connection:[close] Accept:[application/json] User-Agent:[Python-urllib/2.7]] | |
2015/04/24 18:13: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/baba/Downloads/selendroid-test-app-0.12.0.apk","newCommandTimeout":90,"language":"en","locale":"en_US","browserName":"","platformName":"Android","automationName":"Selendroid","deviceName":"Android Emulator","launchTimeout":60000}} | |
info: Client User-Agent string: undefined | |
info: [debug] No appActivity desired capability or server param. Parsing from apk. | |
info: [debug] No appPackage desired capability or server param. Parsing from apk. | |
info: [debug] Using local app from desired caps: /Users/baba/Downloads/selendroid-test-app-0.12.0.apk | |
info: [debug] Creating new appium session 02d6061c-87db-437c-ba16-e0ef1d1dae44 | |
info: [debug] Starting selendroid server | |
info: [debug] Getting Java version | |
info: Java version is: 1.7.0_75 | |
info: [debug] Checking whether adb is present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var chai = require('chai'), | |
chaiAsPromised = require('chai-as-promised'), | |
Q = require('q'); | |
chai.use(chaiAsPromised); | |
expect = chai.expect; | |
describe('mocha + chai-as-promised examples', function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-24 18:20:56:235 - info: Welcome to Appium v1.3.5 (REV c0cd12054f5959a9f0babc8e83057b338ac92f32) | |
2015-02-24 18:20:56:237 - info: Appium REST http interface listener started on 0.0.0.0:4443 | |
2015-02-24 18:20:56:242 - info: [debug] Non-default server args: {"port":4443,"callbackAddress":"127.0.0.1","backendRetries":4,"launchTimeout":"40000","logTimestamp":true,"logNoColors":true,"browserName":"safari","orientation":"portrait","showSimulatorLog":true,"defaultCommandTimeout":0,"keepKeyChains":true,"isolateSimDevice":true} | |
2015-02-24 18:20:56:242 - warn: Deprecated server args: {"--show-sim-log":"use instead: --show-ios-log"} | |
2015-02-24 18:20:56:242 - info: Console LogLevel: debug | |
2015-02-24 18:20:56:987 - info: --> POST /wd/hub/session {"desiredCapabilities":{"deviceName":"iPhone Simulator","name":"ios - safari","tags":["sample"],"webdriver.remote.quietExceptions":true,"appium-version":{"appium-url":"https://s3-us-west-1.amazonaws.com/appium-custom-builds/appium-ios81-https-fix.tar.bz2"},"browserName":"safa |