摘要: 问题描述如下:We use TestNG and Selenium WebDriver to test our web application.Now our problem is that we often have several tests that need to run in a cert... 阅读全文
posted @ 2015-09-21 18:03 melody_emma 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: 新增:capabilities.setCapability("autoLaunch",false);将setup中的:driver = new AndroidDriver(new URL("http://127.0.0.1:" + port + "/wd/hub"), capabilities);d... 阅读全文
posted @ 2015-09-21 16:44 melody_emma 阅读(668) 评论(1) 推荐(0) 编辑
摘要: z在desiredCapabilities里新增这俩居然fix了问题,原因暂时不得而知: capabilities.setCapability("unicodeKeyboard", "True"); capabilities.setCapability("resetKeyboard", "... 阅读全文
posted @ 2015-09-21 16:43 melody_emma 阅读(1887) 评论(0) 推荐(0) 编辑