Uses of Class
org.openqa.selenium.devtools.v128.css.CSS.GetMatchedStylesForNodeResponse
Packages that use CSS.GetMatchedStylesForNodeResponse
-
Uses of CSS.GetMatchedStylesForNodeResponse in org.openqa.selenium.devtools.v128.css
Methods in org.openqa.selenium.devtools.v128.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`.