I want to obtain this iframe that it's inside a shadow-root (closed):
I have tried already multiple things like document.querySelector("iframe[style*='display:block']").innerHTML or document.querySelector("iframe[style*='display:block']") but none of this works. How can I obtain this iframe?