scripts.get_path_to_default_node.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client for Appium Mobile Webdriver
#!bin/sh
OUTPUT="$(npm root -g)"
echo "${OUTPUT}"
exit