Override Element.prototype.attachShadow in Chrome Extension’s content script
We’re trying to test chrome extension using selenium 4. Extension creates a shadow root (closed) using content scripts. We need to somehow verify elements inside of it.
We’re trying to test chrome extension using selenium 4. Extension creates a shadow root (closed) using content scripts. We need to somehow verify elements inside of it.