How do you fix the element not Interactable exception In Selenium Automation?
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