How to click on download button inside shadow-root

Hi,

In my test case i have a button that generates PDF report.
When that button is clicked new window is opened and in that new window there is download button that i need to click in order to download my PDF report to my local storage.

That button is inside shadow-root.
I can’t record anything with WebSpy in that new window.

Is there something that i can do to click on this button?

html.PNG