I use CEF to get the DOM tree of the HTML page and subsequently remove the properties of the elements from it (width, height, padding, etc.). The problem is that CEF returns only the properties specified through HTML, but not through CSS files. How to fix it?

    0