Is there a way to get the CSS contents of a selector or a pseudoClass?
Example
setUserAgentStylesheet(STYLESHEET_CASPIAN);
selector
“.page-corner”
or any other
I’m checking the StyleManager class and I’m not sure if it’s possible to access the content through it.