摘要: 一,Appium版本1.3.3以上,解决无法输入中文问题 java: 在capabilities中增加两项设置: python类似: 二,清除编辑框内容 driver.sendKeyEvent(123); //123:光标移动到输入框最右边 for (int i = 0; i < text.leng 阅读全文
posted @ 2015-12-30 14:18 燃灯胡同 阅读(331) 评论(0) 推荐(0)
摘要: (org.openqa.selenium.WebDriverException: Unable to launch the app: Error: Trying to start logcat capture but it's already started! )错误解决办法 新增: capabil 阅读全文
posted @ 2015-12-30 11:06 燃灯胡同 阅读(635) 评论(0) 推荐(0)