摘要: 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 阅读(306) 评论(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 阅读(1023) 评论(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 阅读(247) 评论(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 阅读(848) 评论(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 阅读(155) 评论(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 阅读(928) 评论(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 阅读(625) 评论(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 阅读(378) 评论(0) 推荐(0)
摘要: 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 阅读(581) 评论(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 阅读(354) 评论(0) 推荐(0)