I'm new to shadow-root(open). I read the documentation in developer . mozilla . org but I still have no clue how to get the element attached with shadow-root (open) without using javascript methods. Is it possible?
For example. I was trying to get the element by using ctrl+f in browser's inspect element page. And here what I get (see the screenshots below)
As we can see, browser can't see the button tag.
Is there any way to get the element only with writing something in css selector way?