Search code examples
pythonrobotframework

element not interactable in Robot Framework


I am developing an automated test robot with fobotramework (python) I get this error message after I run it: ElementNotInteractableException: Message: element not interactable (Session info: chrome = 89.0.4389.72) Here is the code: Click Element //input[@id='fs_nyilatkozat_tudkut'] ScreenShot FlipSwitchKijelolve.png Click Element //button[@id='bt_benyujtas'] Screenshot FlipSwitchKlikkAfterSleep.png

What's wrong, why doesn't it work?


Solution

  • May be element be hidden.

    This link could be helpful. robot framework forum