How to Setup Appium in Ubuntu


1. Install ruby: Paste the below command at terminal and hit
enter


sudo apt-get install build-essential curl git m4 ruby texinfo libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev zlib1g-dev
2.Install linux brew:Paste the below command at terminal and hit enter
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
3.set path for brew Type: gedit.bashrc at terminal and copy paste following into the .bashrc file
export PATH="$HOME/.linuxbrew/bin:$PATH"
export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
4.Install node:Paste the below commands one by one at terminal and hit enter
brew update
brew install node
brew link node
5.Install appium
npm install -g appium

npm install wd
To start appium: Paste the below command at terminal and hit enter
appium
Here I have created youtube Playlist for appium android application automation

1 comment :

  1. Pls help me
    org.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)

    ReplyDelete