This might be a simple one, I'm trying to figure out how to reach the class "sn-inbox"
With the below code I could reach the child node of first shadow-root, but how do I get to the next Shadow-root, I should be then able to easily reach the class.
let Acceptbtn = $("[slot=primary-content-area")[4]?.shadowRoot?.childNodes[0];