当前位置:网站首页>Appium installation

Appium installation

2022-06-24 13:18:00 Shiping

1、 Installation environment

operating system :Windows 10 Enterprise Edition

Appium:AppiumForWindows_1_4_16_1

2、 Download address

https://bitbucket.org/appium/appium.app/downloads/

Select Download :AppiumForWindows_1_4_16_1.zip

3、 install

(1) When the download is complete , Unzip to local ;

(2) Double click setup , Default installation ;

(3) After installation , start-up Appium.

4、Appium Introduce

Appium Is used to do APP A platform tool for automated testing , He's open source , Can be used to automate iOS mobile phone 、 Android Mobile phones and Windows Native on the desktop platform 、 Move Web And hybrid applications .

Appium One of the core is exposure REST API Of WEB The server . It accepts connections from clients , Listen for commands and execute them on mobile devices , reply HTTP Response to describe the execution result . Its function is to establish a connection between the mobile phone and the computer , communicate .

Appium Official document address :http://appium.io/docs/cn/about-appium/intro/

We can learn its installation and basic operation from the official documents .

原网站

版权声明
本文为[Shiping]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/05/20210525190742416n.html