What is element click intercepted error in selenium?
ElementIntercept Exception is a common exception in Selenium WebDriver Test Automation. It occures when user try to intract with the element which is masked someway not available for driver object to trigger action. This exception class extends ElementNotInteractableException class.Using JavaScript Executor will solve this problem .
1 Like
ElementIntercept Exception is a common exception in Selenium WebDriver Test Automation. It occures when user try to intract with the element which is masked someway not available for driver object to trigger action. This exception class extends ElementNotInteractableException class.Using JavaScript Executor will solve this problem .