Exception in thread "main" org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated
这是在异步取数据的时候取不到,只需要加一个延时就好了
Thread.sleep(2000);
时间: 2024-10-15 07:30:06
Exception in thread "main" org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated
这是在异步取数据的时候取不到,只需要加一个延时就好了
Thread.sleep(2000);