摘要: Remote Debugging Android Devices //在电脑上远程调试安卓设备 By Kayce Basques Technical Writer at Google By Meggin Kearney Meggin is a Tech Writer Remote debug liv 阅读全文
posted @ 2016-11-17 11:21 超级宝宝11 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: Automating hybrid apps One of the core principles of Appium is that you shouldn’t have to change your app to test it. In line with that methodology, i 阅读全文
posted @ 2016-11-17 09:32 超级宝宝11 阅读(280) 评论(0) 推荐(0) 编辑
摘要: Selenium Grid You are able to register your appium server with a local Selenium grid (setup docs) by using the --nodeconfig server parameter.//将appium 阅读全文
posted @ 2016-11-16 19:45 超级宝宝11 阅读(295) 评论(0) 推荐(0) 编辑
摘要: UIAutomator 2 While the API remains almost the same, the internal implementation has changed and we see the introduction of UIObject2//UIAutomator2简介。 阅读全文
posted @ 2016-11-16 10:02 超级宝宝11 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: Multi-lingual Support One problem with dealing with non-Latin characters programmatically is that, for characters with accents, there can be multiple 阅读全文
posted @ 2016-11-16 09:48 超级宝宝11 阅读(232) 评论(0) 推荐(0) 编辑
摘要: uiautomator UiSelector Appium enables searching using UiSelectors. UiScrollable is also supported.//Uiselector和UiScrollable两种定位方式。 Note that the index 阅读全文
posted @ 2016-11-15 19:42 超级宝宝11 阅读(841) 评论(0) 推荐(0) 编辑
摘要: Adjusting Network Connection The Selenium Mobile JSON Wire Protocol Specification supports an API for getting and setting the network connection for a 阅读全文
posted @ 2016-11-15 19:28 超级宝宝11 阅读(143) 评论(0) 推荐(0) 编辑
摘要: iOS predictate It is worth looking at ’-ios uiautomation’ search strategy with Predicates. UIAutomation JavaScript API has following methods which can 阅读全文
posted @ 2016-11-15 19:22 超级宝宝11 阅读(920) 评论(0) 推荐(0) 编辑
摘要: parts of appium api Lock Lock the screen.//锁屏。 # python driver.lock(5) Background app Send the currently active app to the background.//将当前的app放到后台运行。 阅读全文
posted @ 2016-11-15 16:35 超级宝宝11 阅读(613) 评论(0) 推荐(0) 编辑
摘要: locator strategies Finding and interacting with elements Appium supports a subset of the WebDriver locator strategies://使用WebDriver定位方式 find by “class 阅读全文
posted @ 2016-11-15 15:36 超级宝宝11 阅读(364) 评论(0) 推荐(0) 编辑