I wonder if I could get a DOM element's actual width and coordinates, as I can get using .clientWidth / .offsetWidth from within the browser.
Does jsdom has browser rendering capabilities in order to get this data?
If not, how can I get this within node.js server?
Thanks!