Selenium Webdriver:应用程序更新时间过长或超时

时间:2013-11-06 22:13:11

标签: selenium webdriver selenium-webdriver

我有一个应用程序,其中打开一个弹出窗口,您可以在其中更改此人的信息,然后单击“保存”将保存信息。但是,它需要很长时间来保存页面。有时,它会超时或其他时间需要很长时间才能更新。有人面临类似的问题吗?

我的脚本很简单。

driver.findElement(By.id("id")).click();//opens the pop up
driver.findElement(By.id("id")).clear();//clear the text box
driver.findElement(By.id("id")).sendKeys("FirstName, LastName");//update the name
driver.findElement(By.id("click_on_save")).click();//click on save

0 个答案:

没有答案