首页 > 系统服务 > 详细

Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipulated

时间:2017-03-01 16:38:51      阅读:833      评论:0      收藏:0      [点我收藏+]

Exception in thread "main" org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated

技术分享

这是在异步取数据的时候取不到,只需要加一个延时就好了

   Thread.sleep(2000);

 

Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipulated

原文:http://www.cnblogs.com/hong0632/p/6484458.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!