Package org.hildan.chrome.devtools.domains.css
See: Description
-
Class Summary Class Description AddRuleRequest Request object containing input parameters for the CSSDomain.addRule command. AddRuleResponse Response type for the CSSDomain.addRule command. CollectClassNamesRequest Request object containing input parameters for the CSSDomain.collectClassNames command. CollectClassNamesResponse Response type for the CSSDomain.collectClassNames command. CreateStyleSheetRequest Request object containing input parameters for the CSSDomain.createStyleSheet command. CreateStyleSheetResponse Response type for the CSSDomain.createStyleSheet command. ForcePseudoStateRequest Request object containing input parameters for the CSSDomain.forcePseudoState command. GetBackgroundColorsRequest Request object containing input parameters for the CSSDomain.getBackgroundColors command. GetBackgroundColorsResponse Response type for the CSSDomain.getBackgroundColors command. GetComputedStyleForNodeRequest Request object containing input parameters for the CSSDomain.getComputedStyleForNode command. GetComputedStyleForNodeResponse Response type for the CSSDomain.getComputedStyleForNode command. GetInlineStylesForNodeRequest Request object containing input parameters for the CSSDomain.getInlineStylesForNode command. GetInlineStylesForNodeResponse Response type for the CSSDomain.getInlineStylesForNode command. GetMatchedStylesForNodeRequest Request object containing input parameters for the CSSDomain.getMatchedStylesForNode command. GetMatchedStylesForNodeResponse Response type for the CSSDomain.getMatchedStylesForNode command. GetMediaQueriesResponse Response type for the CSSDomain.getMediaQueries command. GetPlatformFontsForNodeRequest Request object containing input parameters for the CSSDomain.getPlatformFontsForNode command. GetPlatformFontsForNodeResponse Response type for the CSSDomain.getPlatformFontsForNode command. GetStyleSheetTextRequest Request object containing input parameters for the CSSDomain.getStyleSheetText command. GetStyleSheetTextResponse Response type for the CSSDomain.getStyleSheetText command. TrackComputedStyleUpdatesRequest Request object containing input parameters for the CSSDomain.trackComputedStyleUpdates command. TakeComputedStyleUpdatesResponse Response type for the CSSDomain.takeComputedStyleUpdates command. SetEffectivePropertyValueForNodeRequest Request object containing input parameters for the CSSDomain.setEffectivePropertyValueForNode command. SetKeyframeKeyRequest Request object containing input parameters for the CSSDomain.setKeyframeKey command. SetKeyframeKeyResponse Response type for the CSSDomain.setKeyframeKey command. SetMediaTextRequest Request object containing input parameters for the CSSDomain.setMediaText command. SetMediaTextResponse Response type for the CSSDomain.setMediaText command. SetRuleSelectorRequest Request object containing input parameters for the CSSDomain.setRuleSelector command. SetRuleSelectorResponse Response type for the CSSDomain.setRuleSelector command. SetStyleSheetTextRequest Request object containing input parameters for the CSSDomain.setStyleSheetText command. SetStyleSheetTextResponse Response type for the CSSDomain.setStyleSheetText command. SetStyleTextsRequest Request object containing input parameters for the CSSDomain.setStyleTexts command. SetStyleTextsResponse Response type for the CSSDomain.setStyleTexts command. StopRuleUsageTrackingResponse Response type for the CSSDomain.stopRuleUsageTracking command. TakeCoverageDeltaResponse Response type for the CSSDomain.takeCoverageDelta command. SetLocalFontsEnabledRequest Request object containing input parameters for the CSSDomain.setLocalFontsEnabled command. CSSDomain This domain exposes CSS read/write operations. PseudoElementMatches CSS rule collection for a single pseudo style. InheritedStyleEntry Inherited CSS rule collection from ancestor node. RuleMatch Match data for a CSS rule. Value Data for a simple selector (these are delimited by commas in a selector list). SelectorList Selector list data. CSSStyleSheetHeader CSS stylesheet metainformation. CSSRule CSS rule representation. RuleUsage CSS coverage information. SourceRange Text range within a resource. ShorthandEntry Official doc CSSComputedStyleProperty Official doc CSSStyle CSS style representation. CSSProperty CSS property declaration data. CSSMedia CSS media rule descriptor. MediaQuery Media query descriptor. MediaQueryExpression Media query expression descriptor. PlatformFontUsage Information about amount of glyphs that were rendered with given font. FontVariationAxis Information about font variation axes for variable fontsOfficial doc FontFace Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes. CSSKeyframesRule CSS keyframes rule representation. CSSKeyframeRule CSS keyframe rule representation. StyleDeclarationEdit A descriptor of operation to mutate style declaration text. -
Enum Summary Enum Description StyleSheetOrigin Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e.