I need to locate the element and click on it. With my approach i am getting ElementNotInteractableException
.
WebElement salesforce =(WebElement)js.executeScript("return document.querySelector('hgf-c360nav').shadowRoot.querySelector('.c360-nav__header-logo-img')");
Any help?