Uses of Class
org.openqa.selenium.devtools.v141.css.CSS.GetInlineStylesForNodeResponse
Packages that use CSS.GetInlineStylesForNodeResponse
-
Uses of CSS.GetInlineStylesForNodeResponse in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSS.GetInlineStylesForNodeResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSS.GetInlineStylesForNodeResponse> CSS.getInlineStylesForNode(NodeId nodeId) Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by `nodeId`.