What is the reason for ElementNotInteractableException and how to handle this ?
When the element is present in WebPage ,still not intract like either click, select then Selenium Throws ElementNotInteractableException. Element is available after Page scroll,hidden element or element is disabled, these are some of reasons for ElementNotInteractableException.Either a Wait to visibility of element or using Scroll wil solve this Exception.
1 Like