摘要:
问题描述如下: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... 阅读全文
摘要:
新增:capabilities.setCapability("autoLaunch",false);将setup中的:driver = new AndroidDriver(new URL("http://127.0.0.1:" + port + "/wd/hub"), capabilities);d... 阅读全文
摘要:
z在desiredCapabilities里新增这俩居然fix了问题,原因暂时不得而知: capabilities.setCapability("unicodeKeyboard", "True"); capabilities.setCapability("resetKeyboard", "... 阅读全文