摘要: from appium import webdriverimport time desired_caps = {}desired_caps['platformName'] = 'Android'desired_caps['platformVersion'] = '4.4.2'desired_caps 阅读全文
posted @ 2016-06-16 17:18 susansu 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 一、Android 1、在命令行中输入uiautomatorviewer.bat,执行后会打开UI Automator Viewer窗口。 2、连接真机或打开模拟机,点击Viewer菜单中的device screenshot: 3、uiautomatorviewer会显示对应界面的信息,下面是计算器 阅读全文
posted @ 2016-06-16 14:14 susansu 阅读(197) 评论(0) 推荐(0) 编辑