chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / CSSDomain / getInlineStylesForNode

getInlineStylesForNode

suspend fun getInlineStylesForNode(input: GetInlineStylesForNodeRequest): GetInlineStylesForNodeResponse

Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

Official doc