if those styles are defined inline it should be straightforward but most likely there's external styles being applied which might be a nontrivial problem to solve
However we do have document.defaultView.getComputedStyle which probably will solve most of your needs. Not sure if that API is available with this tool though
However we do have document.defaultView.getComputedStyle which probably will solve most of your needs. Not sure if that API is available with this tool though