In my Unity application, I followed the steps at https://github.com/UnityTech/GamesTestAutomationExample and integrated a way to get the coordinates of the objects of my game application into the app’s console logs.
With different clients like Python and Javascript which are supported by appium, I tried to fetch it into code using webdriver which acts as an intermediator for appium and my application in the simulator/read device.
The capabilities I am setting are as following
from appium import webdriver
desired_caps = {}
desired_caps['platformName'] = 'iOS'
desired_caps['platformVersion'] = '10.3'
desired_caps['deviceName'] = 'iPhone Simulator'
desired_caps['noReset'] = False
desired_caps['app'] = '/Absolute/Path/To/My/File/ios.ipa'
desired_caps['udid'] = "replace this with your iphones udid"
desired_caps['showIOSLog']= True
desired_caps['showXcodeLog'] = True
driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)
driver.get_log('syslog')
As per what I have read until now all the logs that get generated will be obtained by this process. But I am not able to get the logs I am hoping to get.
I have installed the following based on all the posts I have read till now.
-appium -v -> 1.6.4 also tried with 1.6.5(GUI and Console)
-idevicesyslog
-xcode-select --install (command line tools)
-ios-deploy
-brew install -v --HEAD --fresh --build-from-source ideviceinstaller
-brew install --HEAD libimobiledevice
-brew install -v --fresh autoconf libtool wget libimobiledevice
Please let me know if you think I have missed something as right now, the log I am getting if of the device and not from that specific session of appium.
current npm ls list is as following
node
├─┬ appium-ios-driver@1.26.0
│ ├─┬ appium-base-driver@2.11.0
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── asyncbox@2.3.1 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── bluebird@2.11.0 deduped
│ │ ├─┬ body-parser@1.17.2
│ │ │ ├── bytes@2.4.0
│ │ │ ├── content-type@1.0.2 deduped
│ │ │ ├─┬ debug@2.6.7
│ │ │ │ └── ms@2.0.0 deduped
│ │ │ ├── depd@1.1.0 deduped
│ │ │ ├── http-errors@1.6.1 deduped
│ │ │ ├── iconv-lite@0.4.15
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ ├── qs@6.4.0
│ │ │ ├─┬ raw-body@2.2.0
│ │ │ │ ├── bytes@2.4.0 deduped
│ │ │ │ ├── iconv-lite@0.4.15
│ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ └── type-is@1.6.15 deduped
│ │ ├── colors@1.1.2 deduped
│ │ ├── es6-error@2.1.1
│ │ ├── express@4.15.3 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├─┬ method-override@2.3.9
│ │ │ ├─┬ debug@2.6.8
│ │ │ │ └── ms@2.0.0 deduped
│ │ │ ├── methods@1.1.2 deduped
│ │ │ ├── parseurl@1.3.1 deduped
│ │ │ └── vary@1.1.1 deduped
│ │ ├─┬ morgan@1.8.2
│ │ │ ├── basic-auth@1.1.0
│ │ │ ├─┬ debug@2.6.8
│ │ │ │ └── ms@2.0.0 deduped
│ │ │ ├── depd@1.1.0 deduped
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ └── on-headers@1.0.1
│ │ ├─┬ request@2.81.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├── aws4@1.6.0 deduped
│ │ │ ├── caseless@0.12.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.1 deduped
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@2.1.4
│ │ │ │ ├── asynckit@0.4.0 deduped
│ │ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ │ └── mime-types@2.1.15 deduped
│ │ │ ├─┬ har-validator@4.2.1
│ │ │ │ ├── ajv@4.11.8 deduped
│ │ │ │ └── har-schema@1.0.5 deduped
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├─┬ boom@2.10.1
│ │ │ │ │ └── hoek@2.16.3 deduped
│ │ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ │ └── boom@2.10.1 deduped
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └─┬ sntp@1.0.9
│ │ │ │ └── hoek@2.16.3 deduped
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├── jsprim@1.4.0 deduped
│ │ │ │ └── sshpk@1.13.1 deduped
│ │ │ ├── is-typedarray@1.0.0 deduped
│ │ │ ├── isstream@0.1.2 deduped
│ │ │ ├── json-stringify-safe@5.0.1 deduped
│ │ │ ├── mime-types@2.1.15 deduped
│ │ │ ├── oauth-sign@0.8.2
│ │ │ ├── performance-now@0.2.0 deduped
│ │ │ ├── qs@6.4.0
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├── stringstream@0.0.5 deduped
│ │ │ ├── tough-cookie@2.3.2 deduped
│ │ │ ├─┬ tunnel-agent@0.6.0
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └── uuid@3.1.0
│ │ ├── request-promise@4.2.1 deduped
│ │ ├─┬ serve-favicon@2.4.3
│ │ │ ├── etag@1.8.0 deduped
│ │ │ ├── fresh@0.5.0 deduped
│ │ │ ├── ms@2.0.0 deduped
│ │ │ ├── parseurl@1.3.1 deduped
│ │ │ └── safe-buffer@5.0.1
│ │ ├── source-map-support@0.4.15 deduped
│ │ ├── teen_process@1.9.0 deduped
│ │ ├── uuid-js@0.7.5 deduped
│ │ └── validate.js@0.9.0
│ ├─┬ appium-ios-simulator@1.25.0
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── appium-xcode@3.3.0 deduped
│ │ ├── asyncbox@2.3.1 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── bluebird@2.11.0 deduped
│ │ ├─┬ fkill@4.1.0
│ │ │ ├─┬ aggregate-error@0.1.0
│ │ │ │ ├── clean-stack@1.3.0
│ │ │ │ └── indent-string@3.1.0
│ │ │ ├── arrify@1.0.1
│ │ │ ├─┬ execa@0.2.2
│ │ │ │ ├─┬ cross-spawn-async@2.2.5
│ │ │ │ │ ├─┬ lru-cache@4.1.1
│ │ │ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ │ │ └── yallist@2.1.2
│ │ │ │ │ └── which@1.2.14 deduped
│ │ │ │ ├─┬ npm-run-path@1.0.0
│ │ │ │ │ └── path-key@1.0.0 deduped
│ │ │ │ ├── object-assign@4.1.1
│ │ │ │ ├── path-key@1.0.0
│ │ │ │ └── strip-eof@1.0.0
│ │ │ └─┬ taskkill@2.0.0
│ │ │ ├── arrify@1.0.1 deduped
│ │ │ └─┬ execa@0.1.1
│ │ │ ├── cross-spawn-async@2.2.5 deduped
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ └── strip-eof@1.0.0 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── node-simctl@3.8.0 deduped
│ │ ├── openssl-wrapper@0.3.4
│ │ ├── semver-compare@1.0.0
│ │ ├── source-map-support@0.4.15 deduped
│ │ └── teen_process@1.9.0 deduped
│ ├─┬ appium-remote-debugger@3.5.0
│ │ ├── appium-base-driver@2.11.0 deduped
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── bluebird@3.5.0
│ │ ├─┬ bplist-creator@0.0.6
│ │ │ └── stream-buffers@2.2.0
│ │ ├─┬ bplist-parser@0.1.1
│ │ │ └── big-integer@1.6.23
│ │ ├── bufferpack@0.0.6
│ │ ├── lodash@4.17.4 deduped
│ │ ├─┬ request@2.81.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├── aws4@1.6.0 deduped
│ │ │ ├── caseless@0.12.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.1 deduped
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@2.1.4
│ │ │ │ ├── asynckit@0.4.0 deduped
│ │ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ │ └── mime-types@2.1.15 deduped
│ │ │ ├─┬ har-validator@4.2.1
│ │ │ │ ├── ajv@4.11.8 deduped
│ │ │ │ └── har-schema@1.0.5 deduped
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├─┬ boom@2.10.1
│ │ │ │ │ └── hoek@2.16.3 deduped
│ │ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ │ └── boom@2.10.1 deduped
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └─┬ sntp@1.0.9
│ │ │ │ └── hoek@2.16.3 deduped
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├── jsprim@1.4.0 deduped
│ │ │ │ └── sshpk@1.13.1 deduped
│ │ │ ├── is-typedarray@1.0.0 deduped
│ │ │ ├── isstream@0.1.2 deduped
│ │ │ ├── json-stringify-safe@5.0.1 deduped
│ │ │ ├── mime-types@2.1.15 deduped
│ │ │ ├── oauth-sign@0.8.2
│ │ │ ├── performance-now@0.2.0 deduped
│ │ │ ├── qs@6.4.0
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├── stringstream@0.0.5 deduped
│ │ │ ├── tough-cookie@2.3.2 deduped
│ │ │ ├─┬ tunnel-agent@0.6.0
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └── uuid@3.1.0 deduped
│ │ ├── request-promise@4.2.1 deduped
│ │ ├── source-map-support@0.4.15 deduped
│ │ ├── uuid@3.1.0
│ │ └─┬ ws@1.1.4
│ │ ├── options@0.0.6
│ │ └── ultron@1.0.2
│ ├─┬ appium-support@2.8.2
│ │ ├─┬ archiver@1.3.0
│ │ │ ├── archiver-utils@1.3.0 deduped
│ │ │ ├─┬ async@2.5.0
│ │ │ │ └── lodash@4.17.4 deduped
│ │ │ ├── buffer-crc32@0.2.13 deduped
│ │ │ ├─┬ glob@7.1.2
│ │ │ │ ├── fs.realpath@1.0.0 deduped
│ │ │ │ ├── inflight@1.0.6 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── minimatch@3.0.4 deduped
│ │ │ │ ├── once@1.4.0 deduped
│ │ │ │ └── path-is-absolute@1.0.1 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├─┬ readable-stream@2.3.3
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├─┬ tar-stream@1.5.4
│ │ │ │ ├─┬ bl@1.2.1
│ │ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ │ ├── end-of-stream@1.4.0 deduped
│ │ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ │ └── xtend@4.0.1 deduped
│ │ │ ├── walkdir@0.0.11 deduped
│ │ │ └─┬ zip-stream@1.2.0
│ │ │ ├── archiver-utils@1.3.0 deduped
│ │ │ ├─┬ compress-commons@1.2.0
│ │ │ │ ├── buffer-crc32@0.2.13 deduped
│ │ │ │ ├─┬ crc32-stream@2.0.0
│ │ │ │ │ ├── crc@3.4.4 deduped
│ │ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── bluebird@2.11.0 deduped
│ │ ├── bplist-creator@0.0.6 deduped
│ │ ├── bplist-parser@0.1.1 deduped
│ │ ├─┬ extract-zip@1.6.5
│ │ │ ├─┬ concat-stream@1.6.0
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ readable-stream@2.3.3
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── typedarray@0.0.6
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├─┬ mkdirp@0.5.0
│ │ │ │ └── minimist@0.0.8 deduped
│ │ │ └─┬ yauzl@2.4.1
│ │ │ └── fd-slicer@1.0.1 deduped
│ │ ├─┬ glob@6.0.4
│ │ │ ├── inflight@1.0.6 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── path-is-absolute@1.0.1 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── md5-file@2.0.7
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├─┬ mv@2.1.1
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── ncp@2.0.0 deduped
│ │ │ └─┬ rimraf@2.4.5
│ │ │ └─┬ glob@6.0.4
│ │ │ ├── inflight@1.0.6 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── path-is-absolute@1.0.1 deduped
│ │ ├── ncp@2.0.0
│ │ ├─┬ npmlog@2.0.4
│ │ │ ├── ansi@0.3.1
│ │ │ ├─┬ are-we-there-yet@1.1.4
│ │ │ │ ├── delegates@1.0.0
│ │ │ │ └─┬ readable-stream@2.3.3
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ └─┬ gauge@1.2.7
│ │ │ ├── ansi@0.3.1 deduped
│ │ │ ├── has-unicode@2.0.1
│ │ │ ├── lodash.pad@4.5.1
│ │ │ ├── lodash.padend@4.6.1
│ │ │ └── lodash.padstart@4.6.1
│ │ ├─┬ plist@1.2.0
│ │ │ ├── base64-js@0.0.8
│ │ │ ├── util-deprecate@1.0.2 deduped
│ │ │ ├─┬ xmlbuilder@4.0.0
│ │ │ │ └── lodash@3.10.1
│ │ │ └── xmldom@0.1.27 deduped
│ │ ├── rimraf@2.6.1 deduped
│ │ ├── source-map-support@0.4.15 deduped
│ │ ├── teen_process@1.9.0 deduped
│ │ ├─┬ which@1.2.14
│ │ │ └── isexe@2.0.0
│ │ └─┬ yauzl@2.8.0
│ │ ├── buffer-crc32@0.2.13 deduped
│ │ └─┬ fd-slicer@1.0.1
│ │ └── pend@1.2.0
│ ├─┬ appium-xcode@3.3.0
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── asyncbox@2.3.1 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── lodash@3.10.1
│ │ ├── plist@1.2.0 deduped
│ │ ├─┬ source-map-support@0.3.3
│ │ │ └─┬ source-map@0.1.32
│ │ │ └── amdefine@1.0.1
│ │ └── teen_process@1.9.0 deduped
│ ├─┬ asyncbox@2.3.1
│ │ ├─┬ babel-runtime@5.5.5
│ │ │ └── core-js@0.9.18
│ │ ├── bluebird@2.11.0 deduped
│ │ ├─┬ chai@3.5.0
│ │ │ ├── assertion-error@1.0.2
│ │ │ ├─┬ deep-eql@0.1.3
│ │ │ │ └── type-detect@0.1.1
│ │ │ └── type-detect@1.0.0
│ │ ├── chai-as-promised@5.3.0
│ │ ├─┬ es6-mapify@1.0.0
│ │ │ └─┬ traceur@0.0.111
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1 deduped
│ │ │ ├─┬ glob@5.0.15
│ │ │ │ ├── inflight@1.0.6 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── minimatch@3.0.4 deduped
│ │ │ │ ├── once@1.4.0 deduped
│ │ │ │ └── path-is-absolute@1.0.1 deduped
│ │ │ ├── rsvp@3.6.2
│ │ │ ├── semver@4.3.6
│ │ │ └─┬ source-map-support@0.2.10
│ │ │ └─┬ source-map@0.1.32
│ │ │ └── amdefine@1.0.1 deduped
│ │ ├── lodash@3.10.1
│ │ └─┬ source-map-support@0.3.3
│ │ └─┬ source-map@0.1.32
│ │ └── amdefine@1.0.1 deduped
│ ├─┬ babel-runtime@5.8.24
│ │ └── core-js@1.2.7
│ ├── bluebird@2.11.0
│ ├── colors@1.1.2 deduped
│ ├─┬ continuation-local-storage@3.2.0
│ │ ├─┬ async-listener@0.6.7
│ │ │ ├── semver@5.3.0
│ │ │ └── shimmer@1.1.0
│ │ └─┬ emitter-listener@1.0.1
│ │ └── shimmer@1.0.0
│ ├── js2xmlparser2@0.2.0
│ ├── lodash@4.17.4
│ ├── node-idevice@0.1.6
│ ├─┬ node-simctl@3.8.0
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── asyncbox@2.3.1 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── source-map-support@0.4.15 deduped
│ │ └── teen_process@1.9.0 deduped
│ ├─┬ path@0.12.7
│ │ ├── process@0.11.10
│ │ └─┬ util@0.10.3
│ │ └── inherits@2.0.1
│ ├─┬ pem@1.9.7
│ │ ├── os-tmpdir@1.0.2
│ │ └── which@1.2.14 deduped
│ ├─┬ portfinder@1.0.13
│ │ ├── async@1.5.2
│ │ ├─┬ debug@2.6.8
│ │ │ └── ms@2.0.0 deduped
│ │ └── mkdirp@0.5.1 deduped
│ ├─┬ request@2.81.0
│ │ ├── aws-sign2@0.6.0
│ │ ├── aws4@1.6.0
│ │ ├── caseless@0.12.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.1
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.1.4
│ │ │ ├── asynckit@0.4.0
│ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ └── mime-types@2.1.15 deduped
│ │ ├─┬ har-validator@4.2.1
│ │ │ ├─┬ ajv@4.11.8
│ │ │ │ ├── co@4.6.0
│ │ │ │ └─┬ json-stable-stringify@1.0.1
│ │ │ │ └── jsonify@0.0.0 deduped
│ │ │ └── har-schema@1.0.5
│ │ ├─┬ hawk@3.1.3
│ │ │ ├─┬ boom@2.10.1
│ │ │ │ └── hoek@2.16.3 deduped
│ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ └── boom@2.10.1 deduped
│ │ │ ├── hoek@2.16.3
│ │ │ └─┬ sntp@1.0.9
│ │ │ └── hoek@2.16.3 deduped
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├─┬ jsprim@1.4.0
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.3
│ │ │ │ └─┬ verror@1.3.6
│ │ │ │ └── extsprintf@1.0.2 deduped
│ │ │ └─┬ sshpk@1.13.1
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├─┬ bcrypt-pbkdf@1.0.1
│ │ │ │ └── tweetnacl@0.14.5 deduped
│ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├─┬ ecc-jsbn@0.1.1
│ │ │ │ └── jsbn@0.1.1 deduped
│ │ │ ├─┬ getpass@0.1.7
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── jsbn@0.1.1
│ │ │ └── tweetnacl@0.14.5
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.15
│ │ │ └── mime-db@1.27.0
│ │ ├── oauth-sign@0.8.2
│ │ ├── performance-now@0.2.0
│ │ ├── qs@6.4.0
│ │ ├── safe-buffer@5.1.1
│ │ ├── stringstream@0.0.5
│ │ ├─┬ tough-cookie@2.3.2
│ │ │ └── punycode@1.4.1
│ │ ├─┬ tunnel-agent@0.6.0
│ │ │ └── safe-buffer@5.1.1 deduped
│ │ └── uuid@3.1.0
│ ├─┬ request-promise@4.2.1
│ │ ├── bluebird@3.5.0
│ │ ├─┬ request-promise-core@1.1.1
│ │ │ └── lodash@4.17.4 deduped
│ │ ├── stealthy-require@1.1.1
│ │ └── tough-cookie@2.3.2 deduped
│ ├── safari-launcher@2.0.5
│ ├─┬ source-map-support@0.4.15
│ │ └── source-map@0.5.6
│ ├─┬ teen_process@1.9.0
│ │ ├── appium-support@2.8.2 deduped
│ │ ├── babel-runtime@5.8.24 deduped
│ │ ├─┬ shell-quote@1.6.1
│ │ │ ├── array-filter@0.0.1
│ │ │ ├── array-map@0.0.0
│ │ │ ├── array-reduce@0.0.0
│ │ │ └── jsonify@0.0.0
│ │ ├─┬ source-map-support@0.2.10
│ │ │ └─┬ source-map@0.1.32
│ │ │ └── amdefine@1.0.1 deduped
│ │ └── through@2.3.8 deduped
│ ├── through@2.3.8
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├── uuid-js@0.7.5
│ ├── xmldom@0.1.27
│ ├── xpath@0.0.22
│ └─┬ yargs@3.32.0
│ ├── camelcase@2.1.1
│ ├─┬ cliui@3.2.0
│ │ ├── string-width@1.0.2 deduped
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.1.1
│ │ └─┬ wrap-ansi@2.1.0
│ │ ├── string-width@1.0.2 deduped
│ │ └── strip-ansi@3.0.1 deduped
│ ├── decamelize@1.2.0
│ ├─┬ os-locale@1.4.0
│ │ └─┬ lcid@1.0.0
│ │ └── invert-kv@1.0.0
│ ├─┬ string-width@1.0.2
│ │ ├── code-point-at@1.1.0
│ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ └── number-is-nan@1.0.1
│ │ └── strip-ansi@3.0.1 deduped
│ ├── window-size@0.1.4
│ └── y18n@3.2.1
├─┬ chai@4.1.0
│ ├── assertion-error@1.0.2
│ ├── check-error@1.0.2
│ ├─┬ deep-eql@2.0.2
│ │ └── type-detect@3.0.0
│ ├── get-func-name@2.0.0
│ ├── pathval@1.1.0
│ └── type-detect@4.0.3
├─┬ chai-as-promised@7.1.1
│ └── check-error@1.0.2 deduped
├── colors@1.1.2
├─┬ express@4.15.3
│ ├─┬ accepts@1.3.3
│ │ ├── mime-types@2.1.15 deduped
│ │ └── negotiator@0.6.1
│ ├── array-flatten@1.1.1
│ ├── content-disposition@0.5.2
│ ├── content-type@1.0.2
│ ├── cookie@0.3.1
│ ├── cookie-signature@1.0.6
│ ├─┬ debug@2.6.7
│ │ └── ms@2.0.0
│ ├── depd@1.1.0
│ ├── encodeurl@1.0.1
│ ├── escape-html@1.0.3
│ ├── etag@1.8.0
│ ├─┬ finalhandler@1.0.3
│ │ ├─┬ debug@2.6.7
│ │ │ └── ms@2.0.0 deduped
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── parseurl@1.3.1 deduped
│ │ ├── statuses@1.3.1 deduped
│ │ └── unpipe@1.0.0
│ ├── fresh@0.5.0
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@1.1.4
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.3.0
│ ├── qs@6.4.0
│ ├── range-parser@1.2.0
│ ├─┬ send@0.15.3
│ │ ├─┬ debug@2.6.7
│ │ │ └── ms@2.0.0 deduped
│ │ ├── depd@1.1.0 deduped
│ │ ├── destroy@1.0.4
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── etag@1.8.0 deduped
│ │ ├── fresh@0.5.0 deduped
│ │ ├─┬ http-errors@1.6.1
│ │ │ ├── depd@1.1.0 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── setprototypeof@1.0.3 deduped
│ │ │ └── statuses@1.3.1 deduped
│ │ ├── mime@1.3.4
│ │ ├── ms@2.0.0 deduped
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── range-parser@1.2.0 deduped
│ │ └── statuses@1.3.1 deduped
│ ├─┬ serve-static@1.12.3
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── parseurl@1.3.1 deduped
│ │ └── send@0.15.3 deduped
│ ├── setprototypeof@1.0.3
│ ├── statuses@1.3.1
│ ├─┬ type-is@1.6.15
│ │ ├── media-typer@0.3.0
│ │ └── mime-types@2.1.15 deduped
│ ├── utils-merge@1.0.0
│ └── vary@1.1.1
├─┬ mocha@3.4.2
│ ├── browser-stdout@1.3.0
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ ├─┬ debug@2.6.0
│ │ └── ms@0.7.2
│ ├── diff@3.2.0
│ ├── escape-string-regexp@1.0.5
│ ├─┬ glob@7.1.1
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├─┬ minimatch@3.0.4
│ │ │ └─┬ brace-expansion@1.1.8
│ │ │ ├── balanced-match@1.0.0
│ │ │ └── concat-map@0.0.1
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1
│ ├── growl@1.9.2
│ ├── json3@3.3.2
│ ├─┬ lodash.create@3.1.1
│ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ ├── lodash.isarguments@3.1.0
│ │ │ └── lodash.isarray@3.0.4
│ │ ├── lodash._basecreate@3.0.3
│ │ └── lodash._isiterateecall@3.0.9
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ └─┬ supports-color@3.1.2
│ └── has-flag@1.0.0
├─┬ q@2.0.3
│ ├── asap@2.0.6
│ ├── pop-iterate@1.0.1
│ └── weak-map@1.0.5
├─┬ selenium-webdriver@3.4.0
│ ├── adm-zip@0.4.7
│ ├─┬ rimraf@2.6.1
│ │ └─┬ glob@7.1.2
│ │ ├── fs.realpath@1.0.0 deduped
│ │ ├── inflight@1.0.6 deduped
│ │ ├── inherits@2.0.3 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├── once@1.4.0 deduped
│ │ └── path-is-absolute@1.0.1 deduped
│ ├─┬ tmp@0.0.30
│ │ └── os-tmpdir@1.0.2 deduped
│ └─┬ xml2js@0.4.17
│ ├── sax@1.2.4
│ └─┬ xmlbuilder@4.2.1
│ └── lodash@4.17.4 deduped
├── underscore@1.8.3
├─┬ wd@1.4.0
│ ├─┬ archiver@1.3.0
│ │ ├─┬ archiver-utils@1.3.0
│ │ │ ├── glob@7.1.2 deduped
│ │ │ ├── graceful-fs@4.1.11
│ │ │ ├─┬ lazystream@1.0.0
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├─┬ normalize-path@2.1.1
│ │ │ │ └── remove-trailing-separator@1.0.2
│ │ │ └─┬ readable-stream@2.3.3
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├── async@2.0.1 deduped
│ │ ├── buffer-crc32@0.2.13
│ │ ├── glob@7.1.2 deduped
│ │ ├── lodash@4.16.2 deduped
│ │ ├─┬ readable-stream@2.3.3
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├─┬ tar-stream@1.5.4
│ │ │ ├─┬ bl@1.2.1
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├─┬ end-of-stream@1.4.0
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ └── xtend@4.0.1
│ │ ├── walkdir@0.0.11
│ │ └─┬ zip-stream@1.2.0
│ │ ├── archiver-utils@1.3.0 deduped
│ │ ├─┬ compress-commons@1.2.0
│ │ │ ├── buffer-crc32@0.2.13 deduped
│ │ │ ├─┬ crc32-stream@2.0.0
│ │ │ │ ├── crc@3.4.4
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ └─┬ readable-stream@2.3.3
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├─┬ string_decoder@1.0.3
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├── lodash@4.16.2 deduped
│ │ └── readable-stream@2.3.3 deduped
│ ├─┬ async@2.0.1
│ │ └── lodash@4.16.2 deduped
│ ├── lodash@4.16.2
│ ├── mkdirp@0.5.1 deduped
│ ├── q@1.4.1
│ ├─┬ request@2.79.0
│ │ ├── aws-sign2@0.6.0
│ │ ├── aws4@1.6.0 deduped
│ │ ├── caseless@0.11.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.1 deduped
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.1.4
│ │ │ ├── asynckit@0.4.0 deduped
│ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ └── mime-types@2.1.15 deduped
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├── commander@2.9.0 deduped
│ │ │ ├─┬ is-my-json-valid@2.16.0
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ ├── jsonpointer@4.0.1
│ │ │ │ └── xtend@4.0.1 deduped
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├─┬ hawk@3.1.3
│ │ │ ├─┬ boom@2.10.1
│ │ │ │ └── hoek@2.16.3 deduped
│ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ └── boom@2.10.1 deduped
│ │ │ ├── hoek@2.16.3
│ │ │ └─┬ sntp@1.0.9
│ │ │ └── hoek@2.16.3 deduped
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├── jsprim@1.4.0 deduped
│ │ │ └── sshpk@1.13.1 deduped
│ │ ├── is-typedarray@1.0.0 deduped
│ │ ├── isstream@0.1.2 deduped
│ │ ├── json-stringify-safe@5.0.1 deduped
│ │ ├── mime-types@2.1.15 deduped
│ │ ├── oauth-sign@0.8.2
│ │ ├── qs@6.3.2
│ │ ├── stringstream@0.0.5 deduped
│ │ ├── tough-cookie@2.3.2 deduped
│ │ ├── tunnel-agent@0.4.3
│ │ └── uuid@3.1.0
│ ├─┬ underscore.string@3.3.4
│ │ ├── sprintf-js@1.1.1
│ │ └── util-deprecate@1.0.2
│ └── vargs@0.1.0
├── wd-bridge@0.0.2
└─┬ yiewd@0.6.0
├─┬ monocle-js@1.0.2
│ ├── harmony-reflect@1.1.3
│ └── underscore@1.4.4
├── saucelabs@0.1.1
├── underscore@1.6.0
└─┬ wd@0.2.27
├─┬ archiver@0.10.1
│ ├── buffer-crc32@0.2.13 deduped
│ ├─┬ file-utils@0.2.2
│ │ ├─┬ findup-sync@0.2.1
│ │ │ └─┬ glob@4.3.5
│ │ │ ├── inflight@1.0.6 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├─┬ minimatch@2.0.10
│ │ │ │ └── brace-expansion@1.1.8 deduped
│ │ │ └── once@1.4.0 deduped
│ │ ├─┬ glob@4.5.3
│ │ │ ├── inflight@1.0.6 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── minimatch@2.0.10 deduped
│ │ │ └── once@1.4.0 deduped
│ │ ├── iconv-lite@0.4.18
│ │ ├── isbinaryfile@2.0.4
│ │ ├── lodash@2.4.2
│ │ ├─┬ minimatch@2.0.10
│ │ │ └── brace-expansion@1.1.8 deduped
│ │ └── rimraf@2.6.1 deduped
│ ├─┬ lazystream@0.1.0
│ │ └── readable-stream@1.0.34 deduped
│ ├── lodash@2.4.2
│ ├─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2 deduped
│ │ ├── inherits@2.0.3 deduped
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├─┬ tar-stream@0.4.7
│ │ ├─┬ bl@0.9.5
│ │ │ └── readable-stream@1.0.34 deduped
│ │ ├── end-of-stream@1.4.0 deduped
│ │ ├── readable-stream@1.0.34 deduped
│ │ └── xtend@4.0.1 deduped
│ └─┬ zip-stream@0.3.7
│ ├── buffer-crc32@0.2.13 deduped
│ ├─┬ crc32-stream@0.2.0
│ │ ├── buffer-crc32@0.2.13 deduped
│ │ └── readable-stream@1.0.34 deduped
│ ├─┬ debug@1.0.5
│ │ └── ms@2.0.0 deduped
│ ├─┬ deflate-crc32-stream@0.1.2
│ │ └── buffer-crc32@0.2.13 deduped
│ ├── lodash@2.4.2
│ └── readable-stream@1.0.34 deduped
├── async@0.9.2
├── lodash@2.4.2
├── q@1.0.1
├─┬ request@2.36.0
│ ├── aws-sign2@0.5.0
│ ├── forever-agent@0.5.2
│ ├─┬ form-data@0.1.4
│ │ ├── async@0.9.2 deduped
│ │ ├─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ └── mime@1.2.11 deduped
│ ├─┬ hawk@1.0.0
│ │ ├─┬ boom@0.4.2
│ │ │ └── hoek@0.9.1 deduped
│ │ ├─┬ cryptiles@0.2.2
│ │ │ └── boom@0.4.2 deduped
│ │ ├── hoek@0.9.1
│ │ └─┬ sntp@0.2.4
│ │ └── hoek@0.9.1 deduped
│ ├─┬ http-signature@0.10.1
│ │ ├── asn1@0.1.11
│ │ ├── assert-plus@0.1.5
│ │ └── ctype@0.5.3
│ ├── json-stringify-safe@5.0.1 deduped
│ ├── mime@1.2.11
│ ├── node-uuid@1.4.8
│ ├── oauth-sign@0.3.0
│ ├── qs@0.6.6
│ ├── tough-cookie@2.3.2 deduped
│ └── tunnel-agent@0.4.3 deduped
├── underscore.string@2.3.3
└── vargs@0.1.0 deduped