标签: selenium-webdriver
每当我将值发送到仅使用selenium的数据文本框时,其默认值为零。
WebElement installmentAmount = driver.findElement(By.id("InstallmentAmount")); installmentAmount.sendKeys("1000");
我已经写了上面的代码。