摘要: 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) 编辑
摘要: 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) 编辑