Extract CSS Property

Hi everyone,

I am trying to scrape a CSS property. I am trying to extract data that gets represented by the width of a div in percent. I manage to isolate the div but I can't find how to get the width of the object. It is not present in the DOM.

Any guess how I can extract the data ?

thank you

Hard to diagnose without a URL or sample code.