Uses of Class
org.openqa.selenium.devtools.v141.css.model.PlatformFontUsage
Packages that use PlatformFontUsage
-
Uses of PlatformFontUsage in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type PlatformFontUsageModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<PlatformFontUsage>> CSS.getPlatformFontsForNode(NodeId nodeId) Requests information about platform fonts which we used to render child TextNodes in the given node.