Uses of Class
org.openqa.selenium.devtools.v135.css.CSS.GetAnimatedStylesForNodeResponse
Packages that use CSS.GetAnimatedStylesForNodeResponse
-
Uses of CSS.GetAnimatedStylesForNodeResponse in org.openqa.selenium.devtools.v135.css
Methods in org.openqa.selenium.devtools.v135.css that return types with arguments of type CSS.GetAnimatedStylesForNodeResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSS.GetAnimatedStylesForNodeResponse>CSS.getAnimatedStylesForNode(NodeId nodeId) Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain.