标签:selenium table 数据 ges .com element 需要 current blog
Exception in thread "main" org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated
这是在异步取数据的时候取不到,只需要加一个延时就好了
Thread.sleep(2000);
标签:selenium table 数据 ges .com element 需要 current blog
原文地址:http://www.cnblogs.com/hong0632/p/6484458.html