1. Install ruby: Paste the below command at terminal and hit enter2.Install linux brew:Paste the below command at terminal and hit entersudo apt-get install build-essential curl git m4 ruby texinfo libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev zlib1g-dev
3.set path for brew Type: gedit.bashrc at terminal and copy paste following into the .bashrc fileruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
export PATH="$HOME/.linuxbrew/bin:$PATH"
export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
4.Install node:Paste the below commands one by one at terminal and hit enterexport INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
brew update
brew install node
5.Install appiumbrew link node
npm install -g appium
To start appium: Paste the below command at terminal and hit enternpm install wd
Here I have created youtube Playlist for appium android application automationappium
How to Setup Appium in Ubuntu
Subscribe to:
Post Comments
(
Atom
)
Pls help me
ReplyDeleteorg.openqa.selenium.NoSuchElementException: An element could not be located on the page using the given search parameters. (WARNING: The server did not provide any stacktrace information)