Appium Concise Tutorial (4) Installation of--appium client

Source: Internet
Author: User
Tags git client appium

The Appium client is a few extensions and encapsulation of the Webdriver native API. It can help us to write use cases more easily and write better use cases.

The Appium client is used in conjunction with the native Webdriver, so the two must be used together.

Starting from this section, the content of the tutorial will cover 3 languages, Ruby/python/java.

Install Appium Clientruby (be sure to install it online)

Ruby's Appium client is called Appium Lib, why is this not explained, in short, historical reasons.

First update Rubygem and bundler (say the truth, really don't need to, but the official document says so)

Gem Update-system; Gem Update bundler

Then use the Gem to install

Gem Uninstall-install --no-rdoc--no-ri appium_lib

Python article (try to install online)

Recommended PIP Installation

Install Appium-python-client

of course, you can also download the source installation on the pipy

tar -xvf appium-python-client-x.x.tar. GZ (7zip can decompress on Windows) CD Appium-python-client-  Install

Finally, it can also be installed via GitHub (to git client)

git clone [email protected]:appium/python-client.gitcd python-Install

Java chapter (online installation)

Java, you can use MAVEN to install it.

<dependency>  <groupId>io.appium</groupId>  <artifactid>java-client</ artifactid>  <version>1.3.  0</version></dependency>

Of course, you can also download the jar package yourself, please choose the latest version yourself.



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.