Uses of Class
org.openqa.selenium.devtools.css.CSS.GetInlineStylesForNodeResponse
-
Packages that use CSS.GetInlineStylesForNodeResponse Package Description org.openqa.selenium.devtools.css -
-
Uses of CSS.GetInlineStylesForNodeResponse in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type CSS.GetInlineStylesForNodeResponse Modifier and Type Method Description static 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`.
-