脚本在调试模式下运行正常,但在selenium中没有运行模式

时间:2016-08-30 10:37:26

标签: eclipse selenium

这是我的剧本

driver.findElement(By.xpath(".//*[@id='tb_pg1']/tr[6]/td[1]/input[1]")).click();
driver.findElement(By.xpath(".//*[@id='afn_inventory']/table[1]/tbody/tr/td[2]/button")).click();
WebDriverWait wait=new WebDriverWait(driver, 30);
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath(".//button[@name='Continue to shipping plan']")));
driver.findElement(By.xpath(".//button[@name='Continue to shipping plan']")).click();

0 个答案:

没有答案