org.openqa.selenium.ElementNotInteractableException: element not interactable

F12 view the elements that do exist

Some say excessive load times

        webDriver.manage () Timeouts () implicitlyWait (.. . 5 , TimeUnit.SECONDS); // wait for 5 seconds to load complete

Because the frame is not the beginning of this section

 Click on the button

This is the problem of the iframe (later to see through F12)

  . WebDriver.switchTo () frame ( "statusframe"); you can

Check with the specific id f12

 

Guess you like

Origin www.cnblogs.com/jnhs/p/11312184.html