Uses of Class
org.openqa.selenium.devtools.v141.css.CSS.GetComputedStyleForNodeResponse
Packages that use CSS.GetComputedStyleForNodeResponse
-
Uses of CSS.GetComputedStyleForNodeResponse in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSS.GetComputedStyleForNodeResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSS.GetComputedStyleForNodeResponse> CSS.getComputedStyleForNode(NodeId nodeId) Returns the computed style for a DOM node identified by `nodeId`.