系统更新

This commit is contained in:
马三炮 2025-04-07 13:02:28 +08:00
parent 928d0491ed
commit cf3314859c
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public class DutyDailyOp {
//定位值班日报并点击
webDriver.findElement(By.id("tab-4")).click();
log.info("定位值班日报并点击-----------");
Thread.sleep(500);
Thread.sleep(3000);
//早报编辑标签定位
String zaoBxPath = "//*[@id=\"pane-4\"]/div/div[3]/div/div/div[3]/table/tbody/tr[1]/td[5]/div/div/p[1]";

View File

@ -57,7 +57,7 @@ public class DutyLogIOp {
//退出当前iframe,进入到日报编辑iframe
webDriver.switchTo().defaultContent();
log.info("退出当前iframe----------");
Thread.sleep(3000);
Thread.sleep(5000);
//定位日志编辑iframe的标签
WebElement dutyEditIframe = webDriver.findElement(By.id("add-local-zbrzbz"));