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