Welcome to the Appium Java client wiki!

This framework is an extension of the Selenium Java client. It has all the functionalities of the regular Selenium with Appium specific features.

Get started!

Structure

There is an abstract io.appium.java_client.AppiumDriver class which extends org.openqa.selenium.remote.RemoteWebDriverfrom the Selenium Java Client.//io.appium.java_client.AppiumDriver继承自org.openqa.selenium.remote.RemoteWebDriver。

The io.appium.java_client.AppiumDriver class contains all methods shared by iOS and Android. //io.appium.java_client.AppiumDriver包含了iOS和安卓共享的方法。

io.appium.java_client.ios.IOSDriver and io.appium.java_client.android.AndroidDriver both extendio.appium.java_client.AppiumDriver and provide more methods, and specific implementations for some methods.//io.appium.java_client.ios.IOSDriver和io.appium.java_client.android.AndroidDriver都是继承自io.appium.java_client.AppiumDriver,各自实现了一些特定方法。

In the same way, io.appium.java_client.ios.IOSElement and io.appium.java_client.android.AndroidElement both are subclasses of io.appium.java_client.MobileElement.//IOSElement和AndroidElement都是MobileElement的子集。

最新文章

  1. 如何在Excel中通过VBA快速查找多列重复的值
  2. <<< html图片背景平铺
  3. 面向对象的JavaScript
  4. <转>Java 常用排序算法小记
  5. java 杂物间 (一) Mybatis
  6. SplayTree伸展树的非递归实现(自底向上)
  7. Maven打包部署脚本
  8. 1.6.2 Uploading Data with Index Handlers
  9. Hive-1.2.1与HBase-1.1.2的整合
  10. GC 基础(转)
  11. 用Windbg来分析.Net程序的dump
  12. Python基础之if判断,while循环,循环嵌套
  13. 第三节:ThreadPool的线程开启、线程等待、线程池的设置、定时功能
  14. 大数据学习(二)-------- MapReduce
  15. sql server创建临时表的两种写法和删除临时表
  16. [转载]C# 常用日期时间函数(老用不熟)
  17. redux源码解析(深度解析redux+异步demo)
  18. this绑定丢失的问题
  19. Django基础之form组件
  20. 【离散数学】 SDUT OJ 哪款赛车最佳?

热门文章

  1. MinGW 创建的程序或 DLL 脱离 libgcc-xx-xx.dll 和 libstdc++-x.dll 运行库的方法
  2. AC日记——最短路 洛谷 P2384
  3. WCF的学习之旅
  4. DOS底下常用命令
  5. Uoj #350. 新年的XOR
  6. javascript 函数初探 (六)--- 闭包初探#2
  7. Weblogic内存溢出及常用参数配置
  8. 解决mac osx下pip安装ipython权限的问题
  9. 4.php整合Memcached
  10. D3.js 制作中国地图 .net 公共基础类