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