提交 f2eba840 authored 作者: 黄承天's avatar 黄承天

[feature]

修改click机制
上级 2b864de9
...@@ -249,7 +249,7 @@ public class SeleniumExecutor { ...@@ -249,7 +249,7 @@ public class SeleniumExecutor {
seleniumHelper.setHistoryHandles(driver.getWindowHandles()); seleniumHelper.setHistoryHandles(driver.getWindowHandles());
} }
movetoElementView(element); movetoElementView(element);
new Actions(driver).click(element).perform(); element.click();
stepStartTime = System.currentTimeMillis(); stepStartTime = System.currentTimeMillis();
success = true; success = true;
if (newWindow) { if (newWindow) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论