摘要:
driver.sendKeyEvent(84);Appium says it successfully sent in the command but 'search' does not get tapped. Cursor remains in text box and results do no... 阅读全文
摘要:
对页面对测试,首先要打开被测试页面的地址(如:http://www.google.com),web driver 提供的get方法可以打开一个页面: // And now use thedriver to visit Google driver.get("http://www.google.com" 阅读全文