I have been using the the suggested solution from : https://stackoverflow.com/a/41670021/4633408
And it worked perfectly since Chrome 71.
executor.executeScript("document.querySelector(\"print-preview-app\").shadowRoot.querySelector(\"print-preview-header\").shadowRoot.querySelector(\"paper-button.cancel-button\").click();");
But it no longer works.
Has anyone figured out a way to click, "Cancel" in the print preview for Chrome 75?
I caught the exception and it simply says:
e:org.openqa.selenium.WebDriverException: unknown error: Cannot read property 'shadowRoot' of null