Search code examples
katalon-studio

element not interactable isssue when clicking the button


[![When I tried to run this test caseAnd clicked the Employee button its shows that Caused by: org.openqa.selenium.ElementNotInteractableException: element not interactable At object: 'Object Repository/Login_Employee/Page_/a_Employees'

enter image description here

Im tried add waitfor lines but still it could not see the button i clicked.


Solution

  • This was solved already, I just used the Enhanced Click since when I checked there were so many overlays which I think it blocks the "normal click".