随笔分类 -  appium

摘要: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 阅读(347) 评论(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 阅读(240) 评论(0) 推荐(0) 编辑