package
1.0.0-rc6
Repository: https://github.com/tluthra/go-chrome.git
Documentation: pkg.go.dev

# Constants

SourceImportRule represents the "importRule" value.
SourceInlineSheet represents the "inlineSheet" value.
SourceLinkedSheet represents the "linkedSheet" value.
SourceMediaRule represents the "mediaRule" value.
StyleSheetOriginInjected represents the "injected" value.
StyleSheetOriginInspector represents the "inspector" value.
StyleSheetOriginLog represents the "log" value.
StyleSheetOriginUserAgent represents the "user-agent" value.

# Variables

ForcedPseudoClasses provides named acces to the ForcedPseudoClassesEnum values.
Source provides named acces to the SourceEnum values.
StyleSheetOrigin provides named acces to the StyleSheetOriginEnum values.

# Structs

AddRuleParams represents CSS.addRule parameters.
AddRuleResult represents the result of calls to CSS.addRule.
CollectClassNamesParams represents CSS.collectClassNames parameters.
CollectClassNamesResult represents the result of calls to CSS.collectClassNames.
ComputedStyleProperty holds a computed style property https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-CSSComputedStyleProperty */.
CreateStyleSheetParams represents CSS.createStyleSheet parameters.
CreateStyleSheetResult represents the result of calls to CSS.createStyleSheet.
DisableResult represents the result of calls to CSS.disable.
EnableResult represents the result of calls to CSS.enable.
FontsUpdatedEvent represents CSS.fontsUpdated event data.
ForcePseudoStateParams represents CSS.forcePseudoState parameters.
ForcePseudoStateResult represents the result of calls to CSS.ForcePseudoState.
GetBackgroundColorsParams represents CSS.getBackgroundColors parameters.
GetBackgroundColorsResult represents the result of calls to CSS.getBackgroundColors.
GetComputedStyleForNodeParams represents CSS.getComputedStyleForNode parameters.
GetComputedStyleForNodeResult represents the result of calls to CSS.getComputedStyleForNode.
GetInlineStylesForNodeParams represents CSS.getInlineStylesForNode parameters.
GetInlineStylesForNodeResult represents the result of calls to CSS.getInlineStylesForNode.
GetMatchedStylesForNodeParams represents CSS.getMatchedStylesForNode parameters.
GetMatchedStylesForNodeResult represents the result of calls to CSS.getMatchedStylesForNode.
GetMediaQueriesResult represents the result of calls to CSS.getMediaQueries.
GetPlatformFontsForNodeParams represents CSS.getPlatformFontsForNode parameters.
GetPlatformFontsForNodeResult represents the result of calls to CSS.getPlatformFontsForNode.
GetStyleSheetTextParams represents CSS.getStyleSheetText parameters.
GetStyleSheetTextResult represents the result of calls to CSS.getStyleSheetText.
InheritedStyleEntry is an inherited CSS rule collection from ancestor node.
KeyframeRule is a CSS keyframe rule representation.
KeyframesRule is a CSS keyframes rule representation.
Media holds a CSS media rule descriptor.
MediaQuery is a media query descriptor.
MediaQueryExpression is a media query expression descriptor.
MediaQueryResultChangedEvent represents CSS.mediaQueryResultChanged event data.
PlatformFontUsage holds information about the amount of glyphs that were rendered with given font.
Property holds CSS property declaration data.
PseudoElementMatches is a CSS rule collection for a single pseudo style.
Rule is a CSS rule representation.
RuleMatch is match data for a CSS rule.
RuleUsage holds CSS coverage information.
SelectorList represents selector list data.
SetEffectivePropertyValueForNodeParams represents CSS.setEffectivePropertyValueForNode parameters.
SetEffectivePropertyValueForNodeResult represents the result of calls to CSS.setEffectivePropertyValueForNode.
SetKeyframeKeyParams represents CSS.setKeyframeKey parameters.
SetKeyframeKeyResult represents the result of calls to CSS.setKeyframeKey.
SetMediaTextParams represents CSS.setMediaText parameters.
SetMediaTextResult represents the result of calls to CSS.setMediaText.
SetRuleSelectorParams represents CSS.setRuleSelector parameters.
SetRuleSelectorResult represents the result of calls to CSS.setRuleSelector.
SetStyleSheetTextParams represents CSS.setStyleSheetText parameters.
SetStyleSheetTextResult represents the result of calls to CSS.setStyleSheetText.
SetStyleTextsParams represents CSS.setStyleTexts parameters.
SetStyleTextsResult represents the result of calls to CSS.setStyleTexts.
ShorthandEntry holds a CSS shorthand entry https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-ShorthandEntry */.
SourceRange is a text range within a resource.
StartRuleUsageTrackingResult represents the result of calls to CSS.startRuleUsageTracking.
StopRuleUsageTrackingResult represents the result of calls to CSS.stopRuleUsageTracking.
Style is a CSS style representation.
StyleDeclarationEdit is a descriptor of operation to mutate style declaration text.
StyleSheetAddedEvent represents CSS.styleSheetAdded event data.
StyleSheetChangedEvent represents CSS.styleSheetChanged event data.
StyleSheetHeader holds CSS stylesheet metainformation.
StyleSheetRemovedEvent represents CSS.styleSheetRemoved event data.
TakeCoverageDeltaResult represents the result of calls to CSS.takeCoverageDelta.
Value represents data for a simple selector (these are delimited by commas in a selector list).

# Type aliases

ForcedPseudoClassesEnum represents element pseudo classes to force when computing the element's style.
SourceEnum represents the source of the media query.
StyleSheetID is the ID of a stylesheet https://chromedevtools.github.io/devtools-protocol/tot/CSS/#type-StyleSheetId */.
StyleSheetOriginEnum specifies the stylesheet origin.