摘要: While the Selenium WebDriver spec has support for certain kinds of mobile interaction, its parameters are not always easily mappable to the functional 阅读全文
posted @ 2016-11-15 15:33 超级宝宝11 阅读(567) 评论(0) 推荐(0) 编辑
摘要: Running Tests Preparing your app for test (iOS) Test apps run on the simulator have to be compiled specifically for the simulator, for example by exec 阅读全文
posted @ 2016-11-15 09:49 超级宝宝11 阅读(346) 评论(0) 推荐(0) 编辑
摘要: Automating mobile web apps If you’re interested in automating your web app in Mobile Safari on iOS or Chrome on Android, Appium can help you. Basicall 阅读全文
posted @ 2016-11-14 16:00 超级宝宝11 阅读(335) 评论(0) 推荐(0) 编辑
摘要: Appium Capabilities Appium server capabilities Android Only iOS Only 阅读全文
posted @ 2016-11-14 10:38 超级宝宝11 阅读(473) 评论(0) 推荐(0) 编辑
摘要: Setting up Appium Running Appium on Windows Additional Setup for Android App Testing Setup You can run an Appium server using node.js or using the app 阅读全文
posted @ 2016-11-11 16:38 超级宝宝11 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Parallel Tests Parallel Android Tests Appium provides a way for users to automate multiple Android sessions on a single machine. All it involves is st 阅读全文
posted @ 2016-11-11 16:02 超级宝宝11 阅读(206) 评论(0) 推荐(0) 编辑
摘要: about appium Introduction to Appium Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS and Android platfo 阅读全文
posted @ 2016-11-11 14:14 超级宝宝11 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 部分摘自:http://kelaocai.iteye.com/blog/227822 一. Java 文档 // 注释一行 /* ...... */ 注释若干行 /** ...... */ 注释若干行,并写入 javadoc 文档 通常这种注释的多行写法如下: /** * ......... * . 阅读全文
posted @ 2016-08-25 19:42 超级宝宝11 阅读(3935) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.blogjava.net/parable-myth/archive/2013/01/17/394364.html 有三种方法: 方法一:用java.util.Date类来实现,并结合java.text.DateFormat类来实现时间的格式化,看下面代码: 运行结果: 阅读全文
posted @ 2016-08-25 12:50 超级宝宝11 阅读(31799) 评论(0) 推荐(1) 编辑
摘要: 原文地址:http://blog.csdn.net/u011936381/article/details/46048893 阅读全文
posted @ 2016-08-22 09:57 超级宝宝11 阅读(2833) 评论(0) 推荐(0) 编辑