Index: ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/ApplyTest.java =================================================================== diff -u -r18289 -r18643 --- ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/ApplyTest.java (.../ApplyTest.java) (revision 18289) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/ApplyTest.java (.../ApplyTest.java) (revision 18643) @@ -255,7 +255,7 @@ .xpath("//button[contains(text(), '是')]")); } }); - yesbutton.click(); + Utils.clickWebElement(yesbutton); } } } Index: ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/Apply.java =================================================================== diff -u -r18392 -r18643 --- ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/Apply.java (.../Apply.java) (revision 18392) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/Apply.java (.../Apply.java) (revision 18643) @@ -219,7 +219,7 @@ } }); - yesbutton.click(); + Utils.clickWebElement(yesbutton); } } else { @@ -491,7 +491,7 @@ } }); - yesbutton.click(); + Utils.clickWebElement(yesbutton); } } else { @@ -771,7 +771,7 @@ } }); - yesbutton.click(); + Utils.clickWebElement(yesbutton); } } } catch (Exception e) {