getInlineStylesForNode
suspend fun getInlineStylesForNode(args: CSS.GetInlineStylesForNodeParameter, mode: CommandMode = CommandMode.DEFAULT): CSS.GetInlineStylesForNodeReturn
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId
.
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId
.
Parameters
nodeId
No description