Uses of Class
org.openqa.selenium.devtools.v141.css.CSS.GetMatchedStylesForNodeResponse
Packages that use CSS.GetMatchedStylesForNodeResponse
-
Uses of CSS.GetMatchedStylesForNodeResponse in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSS.GetMatchedStylesForNodeResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSS.GetMatchedStylesForNodeResponse> CSS.getMatchedStylesForNode(NodeId nodeId) Returns requested styles for a DOM node identified by `nodeId`.