Hi,
What is the currently accepted way to capture stylesheets that are active
when one captures the outerHtml of the dom?
I.e. the simple approach would be to use the plugin architecture to do
a frame.evaluate, and simply get, marshall, and return this:
window.document.styleSheets
Andy