标签: database testing selenium-webdriver automation automated-tests
我不想使用Selenium ui测试将数据输入数据库。
WebElement templateDesc= driver.findElement(By.xpath("//textarea[@id=\"description\"]")); templateDesc.sendKeys("description of test1");