I am tying to access this element inside of shadow-root (closed)
I have tried to do:
driver.findElement(By.xpath("//*[@id="solver-button"]")).click();
but it cant locate the element because of shadow root.
So I am searching for a method to go inside of shadow root to locate "solver-button".
question from:https://stackoverflow.com/questions/65846986/access-element-inside-shadow-root-in-selenium-with-java