Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipu
Posted hong_0632
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipu相关的知识,希望对你有一定的参考价值。
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 manipu的主要内容,如果未能解决你的问题,请参考以下文章
IDEA报错: Invalid bound statement (not found): com.test.mapper.UserMapper.selectByPrimaryKey(转发:https:
Eclipse导入Android工程报错 Invalid project description(转载)
eclipse java项目转idea java项目Invalid bound statement (not found): com.mapper 报错问题
eclipse tomcat启动项目报错:Invalid byte tag in constant pool: 19 jackson-core-2.10.1.jar/] for annotatio
解决:在Eclipse中运行monkeyrunner脚本报错: IOError: (2, 'File not found - D:\workspace\monkeyrunner_test0(示
使用eclipse对maven项目打包时,报 invalid LOC header (bad signature)异常处理