| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CDP.Domains.CSS
Description
CSS
This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles)
have an associated id used in subsequent operations on the related object. Each object type has
a specific id structure, and those are not interchangeable between objects of different kinds.
CSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM node id). A client
can also keep track of stylesheets via the styleSheetAdded/styleSheetRemoved events and
subsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods.
Synopsis
- data PCSSSetLocalFontsEnabled = PCSSSetLocalFontsEnabled {}
- data CSSTakeCoverageDelta = CSSTakeCoverageDelta {}
- data PCSSTakeCoverageDelta = PCSSTakeCoverageDelta
- data CSSStopRuleUsageTracking = CSSStopRuleUsageTracking {}
- data PCSSStopRuleUsageTracking = PCSSStopRuleUsageTracking
- data PCSSStartRuleUsageTracking = PCSSStartRuleUsageTracking
- data CSSSetStyleTexts = CSSSetStyleTexts {}
- data PCSSSetStyleTexts = PCSSSetStyleTexts {}
- data CSSSetStyleSheetText = CSSSetStyleSheetText {}
- data PCSSSetStyleSheetText = PCSSSetStyleSheetText {}
- data CSSSetRuleSelector = CSSSetRuleSelector {}
- data PCSSSetRuleSelector = PCSSSetRuleSelector {}
- data CSSSetScopeText = CSSSetScopeText {}
- data PCSSSetScopeText = PCSSSetScopeText {}
- data CSSSetSupportsText = CSSSetSupportsText {}
- data PCSSSetSupportsText = PCSSSetSupportsText {}
- data CSSSetContainerQueryText = CSSSetContainerQueryText {}
- data PCSSSetContainerQueryText = PCSSSetContainerQueryText {}
- data CSSSetMediaText = CSSSetMediaText {}
- data PCSSSetMediaText = PCSSSetMediaText {}
- data CSSSetKeyframeKey = CSSSetKeyframeKey {}
- data PCSSSetKeyframeKey = PCSSSetKeyframeKey {}
- data PCSSSetEffectivePropertyValueForNode = PCSSSetEffectivePropertyValueForNode {}
- data CSSTakeComputedStyleUpdates = CSSTakeComputedStyleUpdates {}
- data PCSSTakeComputedStyleUpdates = PCSSTakeComputedStyleUpdates
- data PCSSTrackComputedStyleUpdates = PCSSTrackComputedStyleUpdates {}
- data CSSGetLayersForNode = CSSGetLayersForNode {}
- data PCSSGetLayersForNode = PCSSGetLayersForNode {}
- data CSSGetStyleSheetText = CSSGetStyleSheetText {}
- data PCSSGetStyleSheetText = PCSSGetStyleSheetText {}
- data CSSGetPlatformFontsForNode = CSSGetPlatformFontsForNode {}
- data PCSSGetPlatformFontsForNode = PCSSGetPlatformFontsForNode {}
- data CSSGetMediaQueries = CSSGetMediaQueries {}
- data PCSSGetMediaQueries = PCSSGetMediaQueries
- data CSSGetMatchedStylesForNode = CSSGetMatchedStylesForNode {
- cSSGetMatchedStylesForNodeInlineStyle :: Maybe CSSCSSStyle
- cSSGetMatchedStylesForNodeAttributesStyle :: Maybe CSSCSSStyle
- cSSGetMatchedStylesForNodeMatchedCSSRules :: Maybe [CSSRuleMatch]
- cSSGetMatchedStylesForNodePseudoElements :: Maybe [CSSPseudoElementMatches]
- cSSGetMatchedStylesForNodeInherited :: Maybe [CSSInheritedStyleEntry]
- cSSGetMatchedStylesForNodeInheritedPseudoElements :: Maybe [CSSInheritedPseudoElementMatches]
- cSSGetMatchedStylesForNodeCssKeyframesRules :: Maybe [CSSCSSKeyframesRule]
- cSSGetMatchedStylesForNodeParentLayoutNodeId :: Maybe DOMNodeId
- data PCSSGetMatchedStylesForNode = PCSSGetMatchedStylesForNode {}
- data CSSGetInlineStylesForNode = CSSGetInlineStylesForNode {}
- data PCSSGetInlineStylesForNode = PCSSGetInlineStylesForNode {}
- data CSSGetComputedStyleForNode = CSSGetComputedStyleForNode {}
- data PCSSGetComputedStyleForNode = PCSSGetComputedStyleForNode {}
- data CSSGetBackgroundColors = CSSGetBackgroundColors {}
- data PCSSGetBackgroundColors = PCSSGetBackgroundColors {}
- data PCSSForcePseudoState = PCSSForcePseudoState {}
- data PCSSEnable = PCSSEnable
- data PCSSDisable = PCSSDisable
- data CSSCreateStyleSheet = CSSCreateStyleSheet {}
- data PCSSCreateStyleSheet = PCSSCreateStyleSheet {}
- data CSSCollectClassNames = CSSCollectClassNames {}
- data PCSSCollectClassNames = PCSSCollectClassNames {}
- data CSSAddRule = CSSAddRule {}
- data PCSSAddRule = PCSSAddRule {}
- data CSSStyleSheetRemoved = CSSStyleSheetRemoved {}
- data CSSStyleSheetChanged = CSSStyleSheetChanged {}
- data CSSStyleSheetAdded = CSSStyleSheetAdded {}
- data CSSMediaQueryResultChanged = CSSMediaQueryResultChanged
- data CSSFontsUpdated = CSSFontsUpdated {}
- data CSSStyleDeclarationEdit = CSSStyleDeclarationEdit {}
- data CSSCSSKeyframeRule = CSSCSSKeyframeRule {}
- data CSSCSSKeyframesRule = CSSCSSKeyframesRule {}
- data CSSFontFace = CSSFontFace {
- cSSFontFaceFontFamily :: Text
- cSSFontFaceFontStyle :: Text
- cSSFontFaceFontVariant :: Text
- cSSFontFaceFontWeight :: Text
- cSSFontFaceFontStretch :: Text
- cSSFontFaceFontDisplay :: Text
- cSSFontFaceUnicodeRange :: Text
- cSSFontFaceSrc :: Text
- cSSFontFacePlatformFontFamily :: Text
- cSSFontFaceFontVariationAxes :: Maybe [CSSFontVariationAxis]
- data CSSFontVariationAxis = CSSFontVariationAxis {}
- data CSSPlatformFontUsage = CSSPlatformFontUsage {}
- data CSSCSSLayerData = CSSCSSLayerData {}
- data CSSCSSLayer = CSSCSSLayer {}
- data CSSCSSScope = CSSCSSScope {}
- data CSSCSSSupports = CSSCSSSupports {}
- data CSSCSSContainerQuery = CSSCSSContainerQuery {}
- data CSSMediaQueryExpression = CSSMediaQueryExpression {}
- data CSSMediaQuery = CSSMediaQuery {}
- data CSSCSSMedia = CSSCSSMedia {}
- data CSSCSSMediaSource
- data CSSCSSProperty = CSSCSSProperty {
- cSSCSSPropertyName :: Text
- cSSCSSPropertyValue :: Text
- cSSCSSPropertyImportant :: Maybe Bool
- cSSCSSPropertyImplicit :: Maybe Bool
- cSSCSSPropertyText :: Maybe Text
- cSSCSSPropertyParsedOk :: Maybe Bool
- cSSCSSPropertyDisabled :: Maybe Bool
- cSSCSSPropertyRange :: Maybe CSSSourceRange
- cSSCSSPropertyLonghandProperties :: Maybe [CSSCSSProperty]
- data CSSCSSStyle = CSSCSSStyle {}
- data CSSCSSComputedStyleProperty = CSSCSSComputedStyleProperty {}
- data CSSShorthandEntry = CSSShorthandEntry {}
- data CSSSourceRange = CSSSourceRange {}
- data CSSRuleUsage = CSSRuleUsage {}
- data CSSCSSRule = CSSCSSRule {
- cSSCSSRuleStyleSheetId :: Maybe CSSStyleSheetId
- cSSCSSRuleSelectorList :: CSSSelectorList
- cSSCSSRuleOrigin :: CSSStyleSheetOrigin
- cSSCSSRuleStyle :: CSSCSSStyle
- cSSCSSRuleMedia :: Maybe [CSSCSSMedia]
- cSSCSSRuleContainerQueries :: Maybe [CSSCSSContainerQuery]
- cSSCSSRuleSupports :: Maybe [CSSCSSSupports]
- cSSCSSRuleLayers :: Maybe [CSSCSSLayer]
- cSSCSSRuleScopes :: Maybe [CSSCSSScope]
- data CSSCSSStyleSheetHeader = CSSCSSStyleSheetHeader {
- cSSCSSStyleSheetHeaderStyleSheetId :: CSSStyleSheetId
- cSSCSSStyleSheetHeaderFrameId :: PageFrameId
- cSSCSSStyleSheetHeaderSourceURL :: Text
- cSSCSSStyleSheetHeaderSourceMapURL :: Maybe Text
- cSSCSSStyleSheetHeaderOrigin :: CSSStyleSheetOrigin
- cSSCSSStyleSheetHeaderTitle :: Text
- cSSCSSStyleSheetHeaderOwnerNode :: Maybe DOMBackendNodeId
- cSSCSSStyleSheetHeaderDisabled :: Bool
- cSSCSSStyleSheetHeaderHasSourceURL :: Maybe Bool
- cSSCSSStyleSheetHeaderIsInline :: Bool
- cSSCSSStyleSheetHeaderIsMutable :: Bool
- cSSCSSStyleSheetHeaderIsConstructed :: Bool
- cSSCSSStyleSheetHeaderStartLine :: Double
- cSSCSSStyleSheetHeaderStartColumn :: Double
- cSSCSSStyleSheetHeaderLength :: Double
- cSSCSSStyleSheetHeaderEndLine :: Double
- cSSCSSStyleSheetHeaderEndColumn :: Double
- data CSSSelectorList = CSSSelectorList {}
- data CSSValue = CSSValue {}
- data CSSRuleMatch = CSSRuleMatch {}
- data CSSInheritedPseudoElementMatches = CSSInheritedPseudoElementMatches {}
- data CSSInheritedStyleEntry = CSSInheritedStyleEntry {}
- data CSSPseudoElementMatches = CSSPseudoElementMatches {}
- data CSSStyleSheetOrigin
- type CSSStyleSheetId = Text
- pCSSAddRule :: CSSStyleSheetId -> Text -> CSSSourceRange -> PCSSAddRule
- pCSSCollectClassNames :: CSSStyleSheetId -> PCSSCollectClassNames
- pCSSCreateStyleSheet :: PageFrameId -> PCSSCreateStyleSheet
- pCSSDisable :: PCSSDisable
- pCSSEnable :: PCSSEnable
- pCSSForcePseudoState :: DOMNodeId -> [Text] -> PCSSForcePseudoState
- pCSSGetBackgroundColors :: DOMNodeId -> PCSSGetBackgroundColors
- pCSSGetComputedStyleForNode :: DOMNodeId -> PCSSGetComputedStyleForNode
- pCSSGetInlineStylesForNode :: DOMNodeId -> PCSSGetInlineStylesForNode
- pCSSGetMatchedStylesForNode :: DOMNodeId -> PCSSGetMatchedStylesForNode
- pCSSGetMediaQueries :: PCSSGetMediaQueries
- pCSSGetPlatformFontsForNode :: DOMNodeId -> PCSSGetPlatformFontsForNode
- pCSSGetStyleSheetText :: CSSStyleSheetId -> PCSSGetStyleSheetText
- pCSSGetLayersForNode :: DOMNodeId -> PCSSGetLayersForNode
- pCSSTrackComputedStyleUpdates :: [CSSCSSComputedStyleProperty] -> PCSSTrackComputedStyleUpdates
- pCSSTakeComputedStyleUpdates :: PCSSTakeComputedStyleUpdates
- pCSSSetEffectivePropertyValueForNode :: DOMNodeId -> Text -> Text -> PCSSSetEffectivePropertyValueForNode
- pCSSSetKeyframeKey :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetKeyframeKey
- pCSSSetMediaText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetMediaText
- pCSSSetContainerQueryText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetContainerQueryText
- pCSSSetSupportsText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetSupportsText
- pCSSSetScopeText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetScopeText
- pCSSSetRuleSelector :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetRuleSelector
- pCSSSetStyleSheetText :: CSSStyleSheetId -> Text -> PCSSSetStyleSheetText
- pCSSSetStyleTexts :: [CSSStyleDeclarationEdit] -> PCSSSetStyleTexts
- pCSSStartRuleUsageTracking :: PCSSStartRuleUsageTracking
- pCSSStopRuleUsageTracking :: PCSSStopRuleUsageTracking
- pCSSTakeCoverageDelta :: PCSSTakeCoverageDelta
- pCSSSetLocalFontsEnabled :: Bool -> PCSSSetLocalFontsEnabled
Documentation
data PCSSSetLocalFontsEnabled Source #
Enables/disables rendering of local CSS fonts (enabled by default).
Parameters of the setLocalFontsEnabled command.
Constructors
| PCSSSetLocalFontsEnabled | |
Fields
| |
Instances
data CSSTakeCoverageDelta Source #
Constructors
| CSSTakeCoverageDelta | |
Fields
| |
Instances
| Eq CSSTakeCoverageDelta Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSTakeCoverageDelta -> CSSTakeCoverageDelta -> Bool # (/=) :: CSSTakeCoverageDelta -> CSSTakeCoverageDelta -> Bool # | |
| Show CSSTakeCoverageDelta Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSTakeCoverageDelta -> ShowS # show :: CSSTakeCoverageDelta -> String # showList :: [CSSTakeCoverageDelta] -> ShowS # | |
| FromJSON CSSTakeCoverageDelta Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSTakeCoverageDelta # parseJSONList :: Value -> Parser [CSSTakeCoverageDelta] # | |
data PCSSTakeCoverageDelta Source #
Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation)
Parameters of the takeCoverageDelta command.
Constructors
| PCSSTakeCoverageDelta |
Instances
data CSSStopRuleUsageTracking Source #
Constructors
| CSSStopRuleUsageTracking | |
Fields | |
Instances
| Eq CSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSStopRuleUsageTracking -> CSSStopRuleUsageTracking -> Bool # (/=) :: CSSStopRuleUsageTracking -> CSSStopRuleUsageTracking -> Bool # | |
| Show CSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSStopRuleUsageTracking -> ShowS # show :: CSSStopRuleUsageTracking -> String # showList :: [CSSStopRuleUsageTracking] -> ShowS # | |
| FromJSON CSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSStopRuleUsageTracking # parseJSONList :: Value -> Parser [CSSStopRuleUsageTracking] # | |
data PCSSStopRuleUsageTracking Source #
Stop tracking rule usage and return the list of rules that were used since last call to
takeCoverageDelta (or since start of coverage instrumentation)
Parameters of the stopRuleUsageTracking command.
Constructors
| PCSSStopRuleUsageTracking |
Instances
| Eq PCSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSStopRuleUsageTracking -> PCSSStopRuleUsageTracking -> Bool # (/=) :: PCSSStopRuleUsageTracking -> PCSSStopRuleUsageTracking -> Bool # | |
| Show PCSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSStopRuleUsageTracking -> ShowS # show :: PCSSStopRuleUsageTracking -> String # showList :: [PCSSStopRuleUsageTracking] -> ShowS # | |
| ToJSON PCSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSStopRuleUsageTracking -> Value # toEncoding :: PCSSStopRuleUsageTracking -> Encoding # toJSONList :: [PCSSStopRuleUsageTracking] -> Value # | |
| Command PCSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSStopRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS | |
data PCSSStartRuleUsageTracking Source #
Enables the selector recording.
Parameters of the startRuleUsageTracking command.
Constructors
| PCSSStartRuleUsageTracking |
Instances
| Eq PCSSStartRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSStartRuleUsageTracking -> PCSSStartRuleUsageTracking -> Bool # (/=) :: PCSSStartRuleUsageTracking -> PCSSStartRuleUsageTracking -> Bool # | |
| Show PCSSStartRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSStartRuleUsageTracking -> ShowS # show :: PCSSStartRuleUsageTracking -> String # showList :: [PCSSStartRuleUsageTracking] -> ShowS # | |
| ToJSON PCSSStartRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSStartRuleUsageTracking -> Value # toEncoding :: PCSSStartRuleUsageTracking -> Encoding # toJSONList :: [PCSSStartRuleUsageTracking] -> Value # toEncodingList :: [PCSSStartRuleUsageTracking] -> Encoding # | |
| Command PCSSStartRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSStartRuleUsageTracking Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetStyleTexts Source #
Constructors
| CSSSetStyleTexts | |
Fields
| |
Instances
| Eq CSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetStyleTexts -> CSSSetStyleTexts -> Bool # (/=) :: CSSSetStyleTexts -> CSSSetStyleTexts -> Bool # | |
| Show CSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetStyleTexts -> ShowS # show :: CSSSetStyleTexts -> String # showList :: [CSSSetStyleTexts] -> ShowS # | |
| FromJSON CSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetStyleTexts # parseJSONList :: Value -> Parser [CSSSetStyleTexts] # | |
data PCSSSetStyleTexts Source #
Applies specified style edits one after another in the given order.
Parameters of the setStyleTexts command.
Constructors
| PCSSSetStyleTexts | |
Fields | |
Instances
| Eq PCSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetStyleTexts -> PCSSSetStyleTexts -> Bool # (/=) :: PCSSSetStyleTexts -> PCSSSetStyleTexts -> Bool # | |
| Show PCSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetStyleTexts -> ShowS # show :: PCSSSetStyleTexts -> String # showList :: [PCSSSetStyleTexts] -> ShowS # | |
| ToJSON PCSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetStyleTexts -> Value # toEncoding :: PCSSSetStyleTexts -> Encoding # toJSONList :: [PCSSSetStyleTexts] -> Value # toEncodingList :: [PCSSSetStyleTexts] -> Encoding # | |
| Command PCSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetStyleTexts -> String Source # fromJSON :: Proxy PCSSSetStyleTexts -> Value -> Result (CommandResponse PCSSSetStyleTexts) Source # | |
| type CommandResponse PCSSSetStyleTexts Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetStyleSheetText Source #
Constructors
| CSSSetStyleSheetText | |
Fields
| |
Instances
| Eq CSSSetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetStyleSheetText -> CSSSetStyleSheetText -> Bool # (/=) :: CSSSetStyleSheetText -> CSSSetStyleSheetText -> Bool # | |
| Show CSSSetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetStyleSheetText -> ShowS # show :: CSSSetStyleSheetText -> String # showList :: [CSSSetStyleSheetText] -> ShowS # | |
| FromJSON CSSSetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetStyleSheetText # parseJSONList :: Value -> Parser [CSSSetStyleSheetText] # | |
data PCSSSetStyleSheetText Source #
Sets the new stylesheet text.
Parameters of the setStyleSheetText command.
Constructors
| PCSSSetStyleSheetText | |
Instances
data CSSSetRuleSelector Source #
Constructors
| CSSSetRuleSelector | |
Fields
| |
Instances
| Eq CSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetRuleSelector -> CSSSetRuleSelector -> Bool # (/=) :: CSSSetRuleSelector -> CSSSetRuleSelector -> Bool # | |
| Show CSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetRuleSelector -> ShowS # show :: CSSSetRuleSelector -> String # showList :: [CSSSetRuleSelector] -> ShowS # | |
| FromJSON CSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetRuleSelector # parseJSONList :: Value -> Parser [CSSSetRuleSelector] # | |
data PCSSSetRuleSelector Source #
Modifies the rule selector.
Parameters of the setRuleSelector command.
Constructors
| PCSSSetRuleSelector | |
Instances
| Eq PCSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetRuleSelector -> PCSSSetRuleSelector -> Bool # (/=) :: PCSSSetRuleSelector -> PCSSSetRuleSelector -> Bool # | |
| Show PCSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetRuleSelector -> ShowS # show :: PCSSSetRuleSelector -> String # showList :: [PCSSSetRuleSelector] -> ShowS # | |
| ToJSON PCSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetRuleSelector -> Value # toEncoding :: PCSSSetRuleSelector -> Encoding # toJSONList :: [PCSSSetRuleSelector] -> Value # toEncodingList :: [PCSSSetRuleSelector] -> Encoding # | |
| Command PCSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetRuleSelector -> String Source # fromJSON :: Proxy PCSSSetRuleSelector -> Value -> Result (CommandResponse PCSSSetRuleSelector) Source # | |
| type CommandResponse PCSSSetRuleSelector Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetScopeText Source #
Constructors
| CSSSetScopeText | |
Fields
| |
Instances
| Eq CSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetScopeText -> CSSSetScopeText -> Bool # (/=) :: CSSSetScopeText -> CSSSetScopeText -> Bool # | |
| Show CSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetScopeText -> ShowS # show :: CSSSetScopeText -> String # showList :: [CSSSetScopeText] -> ShowS # | |
| FromJSON CSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetScopeText # parseJSONList :: Value -> Parser [CSSSetScopeText] # | |
data PCSSSetScopeText Source #
Modifies the expression of a scope at-rule.
Parameters of the setScopeText command.
Constructors
| PCSSSetScopeText | |
Instances
| Eq PCSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetScopeText -> PCSSSetScopeText -> Bool # (/=) :: PCSSSetScopeText -> PCSSSetScopeText -> Bool # | |
| Show PCSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetScopeText -> ShowS # show :: PCSSSetScopeText -> String # showList :: [PCSSSetScopeText] -> ShowS # | |
| ToJSON PCSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetScopeText -> Value # toEncoding :: PCSSSetScopeText -> Encoding # toJSONList :: [PCSSSetScopeText] -> Value # toEncodingList :: [PCSSSetScopeText] -> Encoding # | |
| Command PCSSSetScopeText Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetScopeText -> String Source # fromJSON :: Proxy PCSSSetScopeText -> Value -> Result (CommandResponse PCSSSetScopeText) Source # | |
| type CommandResponse PCSSSetScopeText Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetSupportsText Source #
Constructors
| CSSSetSupportsText | |
Fields
| |
Instances
| Eq CSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetSupportsText -> CSSSetSupportsText -> Bool # (/=) :: CSSSetSupportsText -> CSSSetSupportsText -> Bool # | |
| Show CSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetSupportsText -> ShowS # show :: CSSSetSupportsText -> String # showList :: [CSSSetSupportsText] -> ShowS # | |
| FromJSON CSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetSupportsText # parseJSONList :: Value -> Parser [CSSSetSupportsText] # | |
data PCSSSetSupportsText Source #
Modifies the expression of a supports at-rule.
Parameters of the setSupportsText command.
Constructors
| PCSSSetSupportsText | |
Instances
| Eq PCSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetSupportsText -> PCSSSetSupportsText -> Bool # (/=) :: PCSSSetSupportsText -> PCSSSetSupportsText -> Bool # | |
| Show PCSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetSupportsText -> ShowS # show :: PCSSSetSupportsText -> String # showList :: [PCSSSetSupportsText] -> ShowS # | |
| ToJSON PCSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetSupportsText -> Value # toEncoding :: PCSSSetSupportsText -> Encoding # toJSONList :: [PCSSSetSupportsText] -> Value # toEncodingList :: [PCSSSetSupportsText] -> Encoding # | |
| Command PCSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetSupportsText -> String Source # fromJSON :: Proxy PCSSSetSupportsText -> Value -> Result (CommandResponse PCSSSetSupportsText) Source # | |
| type CommandResponse PCSSSetSupportsText Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetContainerQueryText Source #
Constructors
| CSSSetContainerQueryText | |
Fields
| |
Instances
| Eq CSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetContainerQueryText -> CSSSetContainerQueryText -> Bool # (/=) :: CSSSetContainerQueryText -> CSSSetContainerQueryText -> Bool # | |
| Show CSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetContainerQueryText -> ShowS # show :: CSSSetContainerQueryText -> String # showList :: [CSSSetContainerQueryText] -> ShowS # | |
| FromJSON CSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetContainerQueryText # parseJSONList :: Value -> Parser [CSSSetContainerQueryText] # | |
data PCSSSetContainerQueryText Source #
Modifies the expression of a container query.
Parameters of the setContainerQueryText command.
Constructors
| PCSSSetContainerQueryText | |
Instances
| Eq PCSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetContainerQueryText -> PCSSSetContainerQueryText -> Bool # (/=) :: PCSSSetContainerQueryText -> PCSSSetContainerQueryText -> Bool # | |
| Show PCSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetContainerQueryText -> ShowS # show :: PCSSSetContainerQueryText -> String # showList :: [PCSSSetContainerQueryText] -> ShowS # | |
| ToJSON PCSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetContainerQueryText -> Value # toEncoding :: PCSSSetContainerQueryText -> Encoding # toJSONList :: [PCSSSetContainerQueryText] -> Value # | |
| Command PCSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSSetContainerQueryText Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetMediaText Source #
Constructors
| CSSSetMediaText | |
Fields
| |
Instances
| Eq CSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetMediaText -> CSSSetMediaText -> Bool # (/=) :: CSSSetMediaText -> CSSSetMediaText -> Bool # | |
| Show CSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetMediaText -> ShowS # show :: CSSSetMediaText -> String # showList :: [CSSSetMediaText] -> ShowS # | |
| FromJSON CSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetMediaText # parseJSONList :: Value -> Parser [CSSSetMediaText] # | |
data PCSSSetMediaText Source #
Modifies the rule selector.
Parameters of the setMediaText command.
Constructors
| PCSSSetMediaText | |
Instances
| Eq PCSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetMediaText -> PCSSSetMediaText -> Bool # (/=) :: PCSSSetMediaText -> PCSSSetMediaText -> Bool # | |
| Show PCSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetMediaText -> ShowS # show :: PCSSSetMediaText -> String # showList :: [PCSSSetMediaText] -> ShowS # | |
| ToJSON PCSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetMediaText -> Value # toEncoding :: PCSSSetMediaText -> Encoding # toJSONList :: [PCSSSetMediaText] -> Value # toEncodingList :: [PCSSSetMediaText] -> Encoding # | |
| Command PCSSSetMediaText Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetMediaText -> String Source # fromJSON :: Proxy PCSSSetMediaText -> Value -> Result (CommandResponse PCSSSetMediaText) Source # | |
| type CommandResponse PCSSSetMediaText Source # | |
Defined in CDP.Domains.CSS | |
data CSSSetKeyframeKey Source #
Constructors
| CSSSetKeyframeKey | |
Fields
| |
Instances
| Eq CSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSetKeyframeKey -> CSSSetKeyframeKey -> Bool # (/=) :: CSSSetKeyframeKey -> CSSSetKeyframeKey -> Bool # | |
| Show CSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSetKeyframeKey -> ShowS # show :: CSSSetKeyframeKey -> String # showList :: [CSSSetKeyframeKey] -> ShowS # | |
| FromJSON CSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSetKeyframeKey # parseJSONList :: Value -> Parser [CSSSetKeyframeKey] # | |
data PCSSSetKeyframeKey Source #
Modifies the keyframe rule key text.
Parameters of the setKeyframeKey command.
Constructors
| PCSSSetKeyframeKey | |
Instances
| Eq PCSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSSetKeyframeKey -> PCSSSetKeyframeKey -> Bool # (/=) :: PCSSSetKeyframeKey -> PCSSSetKeyframeKey -> Bool # | |
| Show PCSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetKeyframeKey -> ShowS # show :: PCSSSetKeyframeKey -> String # showList :: [PCSSSetKeyframeKey] -> ShowS # | |
| ToJSON PCSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSSetKeyframeKey -> Value # toEncoding :: PCSSSetKeyframeKey -> Encoding # toJSONList :: [PCSSSetKeyframeKey] -> Value # toEncodingList :: [PCSSSetKeyframeKey] -> Encoding # | |
| Command PCSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSSetKeyframeKey -> String Source # fromJSON :: Proxy PCSSSetKeyframeKey -> Value -> Result (CommandResponse PCSSSetKeyframeKey) Source # | |
| type CommandResponse PCSSSetKeyframeKey Source # | |
Defined in CDP.Domains.CSS | |
data PCSSSetEffectivePropertyValueForNode Source #
Find a rule with the given active property for the given node and set the new value for this property
Parameters of the setEffectivePropertyValueForNode command.
Constructors
| PCSSSetEffectivePropertyValueForNode | |
Fields
| |
Instances
| Eq PCSSSetEffectivePropertyValueForNode Source # | |
Defined in CDP.Domains.CSS | |
| Show PCSSSetEffectivePropertyValueForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSSetEffectivePropertyValueForNode -> ShowS # show :: PCSSSetEffectivePropertyValueForNode -> String # showList :: [PCSSSetEffectivePropertyValueForNode] -> ShowS # | |
| ToJSON PCSSSetEffectivePropertyValueForNode Source # | |
Defined in CDP.Domains.CSS | |
| Command PCSSSetEffectivePropertyValueForNode Source # | |
Defined in CDP.Domains.CSS Associated Types type CommandResponse PCSSSetEffectivePropertyValueForNode Source # | |
| type CommandResponse PCSSSetEffectivePropertyValueForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSTakeComputedStyleUpdates Source #
Constructors
| CSSTakeComputedStyleUpdates | |
Fields
| |
Instances
| Eq CSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSTakeComputedStyleUpdates -> CSSTakeComputedStyleUpdates -> Bool # (/=) :: CSSTakeComputedStyleUpdates -> CSSTakeComputedStyleUpdates -> Bool # | |
| Show CSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSTakeComputedStyleUpdates -> ShowS # show :: CSSTakeComputedStyleUpdates -> String # showList :: [CSSTakeComputedStyleUpdates] -> ShowS # | |
| FromJSON CSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSTakeComputedStyleUpdates # parseJSONList :: Value -> Parser [CSSTakeComputedStyleUpdates] # | |
data PCSSTakeComputedStyleUpdates Source #
Polls the next batch of computed style updates.
Parameters of the takeComputedStyleUpdates command.
Constructors
| PCSSTakeComputedStyleUpdates |
Instances
| Eq PCSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSTakeComputedStyleUpdates -> PCSSTakeComputedStyleUpdates -> Bool # (/=) :: PCSSTakeComputedStyleUpdates -> PCSSTakeComputedStyleUpdates -> Bool # | |
| Show PCSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSTakeComputedStyleUpdates -> ShowS # show :: PCSSTakeComputedStyleUpdates -> String # showList :: [PCSSTakeComputedStyleUpdates] -> ShowS # | |
| ToJSON PCSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSTakeComputedStyleUpdates -> Value # toEncoding :: PCSSTakeComputedStyleUpdates -> Encoding # toJSONList :: [PCSSTakeComputedStyleUpdates] -> Value # toEncodingList :: [PCSSTakeComputedStyleUpdates] -> Encoding # | |
| Command PCSSTakeComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSTakeComputedStyleUpdates Source # | |
data PCSSTrackComputedStyleUpdates Source #
Starts tracking the given computed styles for updates. The specified array of properties replaces the one previously specified. Pass empty array to disable tracking. Use takeComputedStyleUpdates to retrieve the list of nodes that had properties modified. The changes to computed style properties are only tracked for nodes pushed to the front-end by the DOM agent. If no changes to the tracked properties occur after the node has been pushed to the front-end, no updates will be issued for the node.
Parameters of the trackComputedStyleUpdates command.
Constructors
| PCSSTrackComputedStyleUpdates | |
Instances
| Eq PCSSTrackComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS | |
| Show PCSSTrackComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSTrackComputedStyleUpdates -> ShowS # show :: PCSSTrackComputedStyleUpdates -> String # showList :: [PCSSTrackComputedStyleUpdates] -> ShowS # | |
| ToJSON PCSSTrackComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSTrackComputedStyleUpdates -> Value # toEncoding :: PCSSTrackComputedStyleUpdates -> Encoding # toJSONList :: [PCSSTrackComputedStyleUpdates] -> Value # toEncodingList :: [PCSSTrackComputedStyleUpdates] -> Encoding # | |
| Command PCSSTrackComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSTrackComputedStyleUpdates Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetLayersForNode Source #
Constructors
| CSSGetLayersForNode | |
Instances
| Eq CSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetLayersForNode -> CSSGetLayersForNode -> Bool # (/=) :: CSSGetLayersForNode -> CSSGetLayersForNode -> Bool # | |
| Show CSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetLayersForNode -> ShowS # show :: CSSGetLayersForNode -> String # showList :: [CSSGetLayersForNode] -> ShowS # | |
| FromJSON CSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetLayersForNode # parseJSONList :: Value -> Parser [CSSGetLayersForNode] # | |
data PCSSGetLayersForNode Source #
Returns all layers parsed by the rendering engine for the tree scope of a node. Given a DOM element identified by nodeId, getLayersForNode returns the root layer for the nearest ancestor document or shadow root. The layer root contains the full layer tree for the tree scope and their ordering.
Parameters of the getLayersForNode command.
Constructors
| PCSSGetLayersForNode | |
Fields | |
Instances
| Eq PCSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetLayersForNode -> PCSSGetLayersForNode -> Bool # (/=) :: PCSSGetLayersForNode -> PCSSGetLayersForNode -> Bool # | |
| Show PCSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetLayersForNode -> ShowS # show :: PCSSGetLayersForNode -> String # showList :: [PCSSGetLayersForNode] -> ShowS # | |
| ToJSON PCSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetLayersForNode -> Value # toEncoding :: PCSSGetLayersForNode -> Encoding # toJSONList :: [PCSSGetLayersForNode] -> Value # toEncodingList :: [PCSSGetLayersForNode] -> Encoding # | |
| Command PCSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSGetLayersForNode -> String Source # fromJSON :: Proxy PCSSGetLayersForNode -> Value -> Result (CommandResponse PCSSGetLayersForNode) Source # | |
| type CommandResponse PCSSGetLayersForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetStyleSheetText Source #
Constructors
| CSSGetStyleSheetText | |
Fields
| |
Instances
| Eq CSSGetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetStyleSheetText -> CSSGetStyleSheetText -> Bool # (/=) :: CSSGetStyleSheetText -> CSSGetStyleSheetText -> Bool # | |
| Show CSSGetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetStyleSheetText -> ShowS # show :: CSSGetStyleSheetText -> String # showList :: [CSSGetStyleSheetText] -> ShowS # | |
| FromJSON CSSGetStyleSheetText Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetStyleSheetText # parseJSONList :: Value -> Parser [CSSGetStyleSheetText] # | |
data PCSSGetStyleSheetText Source #
Returns the current textual content for a stylesheet.
Parameters of the getStyleSheetText command.
Constructors
| PCSSGetStyleSheetText | |
Instances
data CSSGetPlatformFontsForNode Source #
Constructors
| CSSGetPlatformFontsForNode | |
Fields
| |
Instances
| Eq CSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetPlatformFontsForNode -> CSSGetPlatformFontsForNode -> Bool # (/=) :: CSSGetPlatformFontsForNode -> CSSGetPlatformFontsForNode -> Bool # | |
| Show CSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetPlatformFontsForNode -> ShowS # show :: CSSGetPlatformFontsForNode -> String # showList :: [CSSGetPlatformFontsForNode] -> ShowS # | |
| FromJSON CSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetPlatformFontsForNode # parseJSONList :: Value -> Parser [CSSGetPlatformFontsForNode] # | |
data PCSSGetPlatformFontsForNode Source #
Requests information about platform fonts which we used to render child TextNodes in the given node.
Parameters of the getPlatformFontsForNode command.
Constructors
| PCSSGetPlatformFontsForNode | |
Instances
| Eq PCSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetPlatformFontsForNode -> PCSSGetPlatformFontsForNode -> Bool # (/=) :: PCSSGetPlatformFontsForNode -> PCSSGetPlatformFontsForNode -> Bool # | |
| Show PCSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetPlatformFontsForNode -> ShowS # show :: PCSSGetPlatformFontsForNode -> String # showList :: [PCSSGetPlatformFontsForNode] -> ShowS # | |
| ToJSON PCSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetPlatformFontsForNode -> Value # toEncoding :: PCSSGetPlatformFontsForNode -> Encoding # toJSONList :: [PCSSGetPlatformFontsForNode] -> Value # toEncodingList :: [PCSSGetPlatformFontsForNode] -> Encoding # | |
| Command PCSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSGetPlatformFontsForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetMediaQueries Source #
Constructors
| CSSGetMediaQueries | |
Fields | |
Instances
| Eq CSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetMediaQueries -> CSSGetMediaQueries -> Bool # (/=) :: CSSGetMediaQueries -> CSSGetMediaQueries -> Bool # | |
| Show CSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetMediaQueries -> ShowS # show :: CSSGetMediaQueries -> String # showList :: [CSSGetMediaQueries] -> ShowS # | |
| FromJSON CSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetMediaQueries # parseJSONList :: Value -> Parser [CSSGetMediaQueries] # | |
data PCSSGetMediaQueries Source #
Returns all media queries parsed by the rendering engine.
Parameters of the getMediaQueries command.
Constructors
| PCSSGetMediaQueries |
Instances
| Eq PCSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetMediaQueries -> PCSSGetMediaQueries -> Bool # (/=) :: PCSSGetMediaQueries -> PCSSGetMediaQueries -> Bool # | |
| Show PCSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetMediaQueries -> ShowS # show :: PCSSGetMediaQueries -> String # showList :: [PCSSGetMediaQueries] -> ShowS # | |
| ToJSON PCSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetMediaQueries -> Value # toEncoding :: PCSSGetMediaQueries -> Encoding # toJSONList :: [PCSSGetMediaQueries] -> Value # toEncodingList :: [PCSSGetMediaQueries] -> Encoding # | |
| Command PCSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSGetMediaQueries -> String Source # fromJSON :: Proxy PCSSGetMediaQueries -> Value -> Result (CommandResponse PCSSGetMediaQueries) Source # | |
| type CommandResponse PCSSGetMediaQueries Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetMatchedStylesForNode Source #
Constructors
| CSSGetMatchedStylesForNode | |
Fields
| |
Instances
| Eq CSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetMatchedStylesForNode -> CSSGetMatchedStylesForNode -> Bool # (/=) :: CSSGetMatchedStylesForNode -> CSSGetMatchedStylesForNode -> Bool # | |
| Show CSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetMatchedStylesForNode -> ShowS # show :: CSSGetMatchedStylesForNode -> String # showList :: [CSSGetMatchedStylesForNode] -> ShowS # | |
| FromJSON CSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetMatchedStylesForNode # parseJSONList :: Value -> Parser [CSSGetMatchedStylesForNode] # | |
data PCSSGetMatchedStylesForNode Source #
Returns requested styles for a DOM node identified by nodeId.
Parameters of the getMatchedStylesForNode command.
Constructors
| PCSSGetMatchedStylesForNode | |
Instances
| Eq PCSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetMatchedStylesForNode -> PCSSGetMatchedStylesForNode -> Bool # (/=) :: PCSSGetMatchedStylesForNode -> PCSSGetMatchedStylesForNode -> Bool # | |
| Show PCSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetMatchedStylesForNode -> ShowS # show :: PCSSGetMatchedStylesForNode -> String # showList :: [PCSSGetMatchedStylesForNode] -> ShowS # | |
| ToJSON PCSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetMatchedStylesForNode -> Value # toEncoding :: PCSSGetMatchedStylesForNode -> Encoding # toJSONList :: [PCSSGetMatchedStylesForNode] -> Value # toEncodingList :: [PCSSGetMatchedStylesForNode] -> Encoding # | |
| Command PCSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSGetMatchedStylesForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetInlineStylesForNode Source #
Constructors
| CSSGetInlineStylesForNode | |
Fields
| |
Instances
| Eq CSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetInlineStylesForNode -> CSSGetInlineStylesForNode -> Bool # (/=) :: CSSGetInlineStylesForNode -> CSSGetInlineStylesForNode -> Bool # | |
| Show CSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetInlineStylesForNode -> ShowS # show :: CSSGetInlineStylesForNode -> String # showList :: [CSSGetInlineStylesForNode] -> ShowS # | |
| FromJSON CSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetInlineStylesForNode # parseJSONList :: Value -> Parser [CSSGetInlineStylesForNode] # | |
data PCSSGetInlineStylesForNode Source #
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM
attributes) for a DOM node identified by nodeId.
Parameters of the getInlineStylesForNode command.
Constructors
| PCSSGetInlineStylesForNode | |
Instances
| Eq PCSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetInlineStylesForNode -> PCSSGetInlineStylesForNode -> Bool # (/=) :: PCSSGetInlineStylesForNode -> PCSSGetInlineStylesForNode -> Bool # | |
| Show PCSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetInlineStylesForNode -> ShowS # show :: PCSSGetInlineStylesForNode -> String # showList :: [PCSSGetInlineStylesForNode] -> ShowS # | |
| ToJSON PCSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetInlineStylesForNode -> Value # toEncoding :: PCSSGetInlineStylesForNode -> Encoding # toJSONList :: [PCSSGetInlineStylesForNode] -> Value # toEncodingList :: [PCSSGetInlineStylesForNode] -> Encoding # | |
| Command PCSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSGetInlineStylesForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetComputedStyleForNode Source #
Constructors
| CSSGetComputedStyleForNode | |
Fields
| |
Instances
| Eq CSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetComputedStyleForNode -> CSSGetComputedStyleForNode -> Bool # (/=) :: CSSGetComputedStyleForNode -> CSSGetComputedStyleForNode -> Bool # | |
| Show CSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetComputedStyleForNode -> ShowS # show :: CSSGetComputedStyleForNode -> String # showList :: [CSSGetComputedStyleForNode] -> ShowS # | |
| FromJSON CSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetComputedStyleForNode # parseJSONList :: Value -> Parser [CSSGetComputedStyleForNode] # | |
data PCSSGetComputedStyleForNode Source #
Returns the computed style for a DOM node identified by nodeId.
Parameters of the getComputedStyleForNode command.
Constructors
| PCSSGetComputedStyleForNode | |
Instances
| Eq PCSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetComputedStyleForNode -> PCSSGetComputedStyleForNode -> Bool # (/=) :: PCSSGetComputedStyleForNode -> PCSSGetComputedStyleForNode -> Bool # | |
| Show PCSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetComputedStyleForNode -> ShowS # show :: PCSSGetComputedStyleForNode -> String # showList :: [PCSSGetComputedStyleForNode] -> ShowS # | |
| ToJSON PCSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetComputedStyleForNode -> Value # toEncoding :: PCSSGetComputedStyleForNode -> Encoding # toJSONList :: [PCSSGetComputedStyleForNode] -> Value # toEncodingList :: [PCSSGetComputedStyleForNode] -> Encoding # | |
| Command PCSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS Associated Types | |
| type CommandResponse PCSSGetComputedStyleForNode Source # | |
Defined in CDP.Domains.CSS | |
data CSSGetBackgroundColors Source #
Constructors
| CSSGetBackgroundColors | |
Fields
| |
Instances
| Eq CSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSGetBackgroundColors -> CSSGetBackgroundColors -> Bool # (/=) :: CSSGetBackgroundColors -> CSSGetBackgroundColors -> Bool # | |
| Show CSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSGetBackgroundColors -> ShowS # show :: CSSGetBackgroundColors -> String # showList :: [CSSGetBackgroundColors] -> ShowS # | |
| FromJSON CSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSGetBackgroundColors # parseJSONList :: Value -> Parser [CSSGetBackgroundColors] # | |
data PCSSGetBackgroundColors Source #
Parameters of the getBackgroundColors command.
Constructors
| PCSSGetBackgroundColors | |
Fields
| |
Instances
| Eq PCSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSGetBackgroundColors -> PCSSGetBackgroundColors -> Bool # (/=) :: PCSSGetBackgroundColors -> PCSSGetBackgroundColors -> Bool # | |
| Show PCSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSGetBackgroundColors -> ShowS # show :: PCSSGetBackgroundColors -> String # showList :: [PCSSGetBackgroundColors] -> ShowS # | |
| ToJSON PCSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSGetBackgroundColors -> Value # toEncoding :: PCSSGetBackgroundColors -> Encoding # toJSONList :: [PCSSGetBackgroundColors] -> Value # | |
| Command PCSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSGetBackgroundColors -> String Source # fromJSON :: Proxy PCSSGetBackgroundColors -> Value -> Result (CommandResponse PCSSGetBackgroundColors) Source # | |
| type CommandResponse PCSSGetBackgroundColors Source # | |
Defined in CDP.Domains.CSS | |
data PCSSForcePseudoState Source #
Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.
Parameters of the forcePseudoState command.
Constructors
| PCSSForcePseudoState | |
Fields
| |
Instances
| Eq PCSSForcePseudoState Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSForcePseudoState -> PCSSForcePseudoState -> Bool # (/=) :: PCSSForcePseudoState -> PCSSForcePseudoState -> Bool # | |
| Show PCSSForcePseudoState Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSForcePseudoState -> ShowS # show :: PCSSForcePseudoState -> String # showList :: [PCSSForcePseudoState] -> ShowS # | |
| ToJSON PCSSForcePseudoState Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSForcePseudoState -> Value # toEncoding :: PCSSForcePseudoState -> Encoding # toJSONList :: [PCSSForcePseudoState] -> Value # toEncodingList :: [PCSSForcePseudoState] -> Encoding # | |
| Command PCSSForcePseudoState Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSForcePseudoState -> String Source # fromJSON :: Proxy PCSSForcePseudoState -> Value -> Result (CommandResponse PCSSForcePseudoState) Source # | |
| type CommandResponse PCSSForcePseudoState Source # | |
Defined in CDP.Domains.CSS | |
data PCSSEnable Source #
Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.
Parameters of the enable command.
Constructors
| PCSSEnable |
Instances
| Eq PCSSEnable Source # | |
Defined in CDP.Domains.CSS | |
| Show PCSSEnable Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSEnable -> ShowS # show :: PCSSEnable -> String # showList :: [PCSSEnable] -> ShowS # | |
| ToJSON PCSSEnable Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSEnable -> Value # toEncoding :: PCSSEnable -> Encoding # toJSONList :: [PCSSEnable] -> Value # toEncodingList :: [PCSSEnable] -> Encoding # | |
| Command PCSSEnable Source # | |
Defined in CDP.Domains.CSS Associated Types type CommandResponse PCSSEnable Source # Methods commandName :: Proxy PCSSEnable -> String Source # fromJSON :: Proxy PCSSEnable -> Value -> Result (CommandResponse PCSSEnable) Source # | |
| type CommandResponse PCSSEnable Source # | |
Defined in CDP.Domains.CSS | |
data PCSSDisable Source #
Disables the CSS agent for the given page.
Parameters of the disable command.
Constructors
| PCSSDisable |
Instances
| Eq PCSSDisable Source # | |
Defined in CDP.Domains.CSS | |
| Show PCSSDisable Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSDisable -> ShowS # show :: PCSSDisable -> String # showList :: [PCSSDisable] -> ShowS # | |
| ToJSON PCSSDisable Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSDisable -> Value # toEncoding :: PCSSDisable -> Encoding # toJSONList :: [PCSSDisable] -> Value # toEncodingList :: [PCSSDisable] -> Encoding # | |
| Command PCSSDisable Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSDisable -> String Source # fromJSON :: Proxy PCSSDisable -> Value -> Result (CommandResponse PCSSDisable) Source # | |
| type CommandResponse PCSSDisable Source # | |
Defined in CDP.Domains.CSS | |
data CSSCreateStyleSheet Source #
Constructors
| CSSCreateStyleSheet | |
Fields
| |
Instances
| Eq CSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCreateStyleSheet -> CSSCreateStyleSheet -> Bool # (/=) :: CSSCreateStyleSheet -> CSSCreateStyleSheet -> Bool # | |
| Show CSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCreateStyleSheet -> ShowS # show :: CSSCreateStyleSheet -> String # showList :: [CSSCreateStyleSheet] -> ShowS # | |
| FromJSON CSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCreateStyleSheet # parseJSONList :: Value -> Parser [CSSCreateStyleSheet] # | |
data PCSSCreateStyleSheet Source #
Creates a new special "via-inspector" stylesheet in the frame with given frameId.
Parameters of the createStyleSheet command.
Constructors
| PCSSCreateStyleSheet | |
Fields
| |
Instances
| Eq PCSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods (==) :: PCSSCreateStyleSheet -> PCSSCreateStyleSheet -> Bool # (/=) :: PCSSCreateStyleSheet -> PCSSCreateStyleSheet -> Bool # | |
| Show PCSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSCreateStyleSheet -> ShowS # show :: PCSSCreateStyleSheet -> String # showList :: [PCSSCreateStyleSheet] -> ShowS # | |
| ToJSON PCSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSCreateStyleSheet -> Value # toEncoding :: PCSSCreateStyleSheet -> Encoding # toJSONList :: [PCSSCreateStyleSheet] -> Value # toEncodingList :: [PCSSCreateStyleSheet] -> Encoding # | |
| Command PCSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSCreateStyleSheet -> String Source # fromJSON :: Proxy PCSSCreateStyleSheet -> Value -> Result (CommandResponse PCSSCreateStyleSheet) Source # | |
| type CommandResponse PCSSCreateStyleSheet Source # | |
Defined in CDP.Domains.CSS | |
data CSSCollectClassNames Source #
Constructors
| CSSCollectClassNames | |
Fields
| |
Instances
| Eq CSSCollectClassNames Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCollectClassNames -> CSSCollectClassNames -> Bool # (/=) :: CSSCollectClassNames -> CSSCollectClassNames -> Bool # | |
| Show CSSCollectClassNames Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCollectClassNames -> ShowS # show :: CSSCollectClassNames -> String # showList :: [CSSCollectClassNames] -> ShowS # | |
| FromJSON CSSCollectClassNames Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCollectClassNames # parseJSONList :: Value -> Parser [CSSCollectClassNames] # | |
data PCSSCollectClassNames Source #
Returns all class names from specified stylesheet.
Parameters of the collectClassNames command.
Constructors
| PCSSCollectClassNames | |
Instances
data CSSAddRule Source #
Constructors
| CSSAddRule | |
Fields
| |
Instances
| Eq CSSAddRule Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSAddRule Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSAddRule -> ShowS # show :: CSSAddRule -> String # showList :: [CSSAddRule] -> ShowS # | |
| FromJSON CSSAddRule Source # | |
Defined in CDP.Domains.CSS | |
data PCSSAddRule Source #
Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the
position specified by location.
Parameters of the addRule command.
Constructors
| PCSSAddRule | |
Fields
| |
Instances
| Eq PCSSAddRule Source # | |
Defined in CDP.Domains.CSS | |
| Show PCSSAddRule Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> PCSSAddRule -> ShowS # show :: PCSSAddRule -> String # showList :: [PCSSAddRule] -> ShowS # | |
| ToJSON PCSSAddRule Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: PCSSAddRule -> Value # toEncoding :: PCSSAddRule -> Encoding # toJSONList :: [PCSSAddRule] -> Value # toEncodingList :: [PCSSAddRule] -> Encoding # | |
| Command PCSSAddRule Source # | |
Defined in CDP.Domains.CSS Associated Types Methods commandName :: Proxy PCSSAddRule -> String Source # fromJSON :: Proxy PCSSAddRule -> Value -> Result (CommandResponse PCSSAddRule) Source # | |
| type CommandResponse PCSSAddRule Source # | |
Defined in CDP.Domains.CSS | |
data CSSStyleSheetRemoved Source #
Type of the styleSheetRemoved event.
Constructors
| CSSStyleSheetRemoved | |
Fields
| |
Instances
| Eq CSSStyleSheetRemoved Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSStyleSheetRemoved -> CSSStyleSheetRemoved -> Bool # (/=) :: CSSStyleSheetRemoved -> CSSStyleSheetRemoved -> Bool # | |
| Show CSSStyleSheetRemoved Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSStyleSheetRemoved -> ShowS # show :: CSSStyleSheetRemoved -> String # showList :: [CSSStyleSheetRemoved] -> ShowS # | |
| FromJSON CSSStyleSheetRemoved Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSStyleSheetRemoved # parseJSONList :: Value -> Parser [CSSStyleSheetRemoved] # | |
| Event CSSStyleSheetRemoved Source # | |
Defined in CDP.Domains.CSS | |
data CSSStyleSheetChanged Source #
Type of the styleSheetChanged event.
Constructors
| CSSStyleSheetChanged | |
Instances
| Eq CSSStyleSheetChanged Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSStyleSheetChanged -> CSSStyleSheetChanged -> Bool # (/=) :: CSSStyleSheetChanged -> CSSStyleSheetChanged -> Bool # | |
| Show CSSStyleSheetChanged Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSStyleSheetChanged -> ShowS # show :: CSSStyleSheetChanged -> String # showList :: [CSSStyleSheetChanged] -> ShowS # | |
| FromJSON CSSStyleSheetChanged Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSStyleSheetChanged # parseJSONList :: Value -> Parser [CSSStyleSheetChanged] # | |
| Event CSSStyleSheetChanged Source # | |
Defined in CDP.Domains.CSS | |
data CSSStyleSheetAdded Source #
Type of the styleSheetAdded event.
Constructors
| CSSStyleSheetAdded | |
Fields
| |
Instances
| Eq CSSStyleSheetAdded Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSStyleSheetAdded -> CSSStyleSheetAdded -> Bool # (/=) :: CSSStyleSheetAdded -> CSSStyleSheetAdded -> Bool # | |
| Show CSSStyleSheetAdded Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSStyleSheetAdded -> ShowS # show :: CSSStyleSheetAdded -> String # showList :: [CSSStyleSheetAdded] -> ShowS # | |
| FromJSON CSSStyleSheetAdded Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSStyleSheetAdded # parseJSONList :: Value -> Parser [CSSStyleSheetAdded] # | |
| Event CSSStyleSheetAdded Source # | |
Defined in CDP.Domains.CSS | |
data CSSMediaQueryResultChanged Source #
Type of the mediaQueryResultChanged event.
Constructors
| CSSMediaQueryResultChanged |
Instances
| Eq CSSMediaQueryResultChanged Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSMediaQueryResultChanged -> CSSMediaQueryResultChanged -> Bool # (/=) :: CSSMediaQueryResultChanged -> CSSMediaQueryResultChanged -> Bool # | |
| Read CSSMediaQueryResultChanged Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSMediaQueryResultChanged Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSMediaQueryResultChanged -> ShowS # show :: CSSMediaQueryResultChanged -> String # showList :: [CSSMediaQueryResultChanged] -> ShowS # | |
| FromJSON CSSMediaQueryResultChanged Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSMediaQueryResultChanged # parseJSONList :: Value -> Parser [CSSMediaQueryResultChanged] # | |
| Event CSSMediaQueryResultChanged Source # | |
Defined in CDP.Domains.CSS | |
data CSSFontsUpdated Source #
Type of the fontsUpdated event.
Constructors
| CSSFontsUpdated | |
Fields
| |
Instances
| Eq CSSFontsUpdated Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSFontsUpdated -> CSSFontsUpdated -> Bool # (/=) :: CSSFontsUpdated -> CSSFontsUpdated -> Bool # | |
| Show CSSFontsUpdated Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSFontsUpdated -> ShowS # show :: CSSFontsUpdated -> String # showList :: [CSSFontsUpdated] -> ShowS # | |
| FromJSON CSSFontsUpdated Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSFontsUpdated # parseJSONList :: Value -> Parser [CSSFontsUpdated] # | |
| Event CSSFontsUpdated Source # | |
Defined in CDP.Domains.CSS | |
data CSSStyleDeclarationEdit Source #
Type StyleDeclarationEdit.
A descriptor of operation to mutate style declaration text.
Constructors
| CSSStyleDeclarationEdit | |
Fields
| |
Instances
| Eq CSSStyleDeclarationEdit Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSStyleDeclarationEdit -> CSSStyleDeclarationEdit -> Bool # (/=) :: CSSStyleDeclarationEdit -> CSSStyleDeclarationEdit -> Bool # | |
| Show CSSStyleDeclarationEdit Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSStyleDeclarationEdit -> ShowS # show :: CSSStyleDeclarationEdit -> String # showList :: [CSSStyleDeclarationEdit] -> ShowS # | |
| ToJSON CSSStyleDeclarationEdit Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSStyleDeclarationEdit -> Value # toEncoding :: CSSStyleDeclarationEdit -> Encoding # toJSONList :: [CSSStyleDeclarationEdit] -> Value # | |
| FromJSON CSSStyleDeclarationEdit Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSStyleDeclarationEdit # parseJSONList :: Value -> Parser [CSSStyleDeclarationEdit] # | |
data CSSCSSKeyframeRule Source #
Type CSSKeyframeRule.
CSS keyframe rule representation.
Constructors
| CSSCSSKeyframeRule | |
Fields
| |
Instances
| Eq CSSCSSKeyframeRule Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSKeyframeRule -> CSSCSSKeyframeRule -> Bool # (/=) :: CSSCSSKeyframeRule -> CSSCSSKeyframeRule -> Bool # | |
| Show CSSCSSKeyframeRule Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSKeyframeRule -> ShowS # show :: CSSCSSKeyframeRule -> String # showList :: [CSSCSSKeyframeRule] -> ShowS # | |
| ToJSON CSSCSSKeyframeRule Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSKeyframeRule -> Value # toEncoding :: CSSCSSKeyframeRule -> Encoding # toJSONList :: [CSSCSSKeyframeRule] -> Value # toEncodingList :: [CSSCSSKeyframeRule] -> Encoding # | |
| FromJSON CSSCSSKeyframeRule Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSKeyframeRule # parseJSONList :: Value -> Parser [CSSCSSKeyframeRule] # | |
data CSSCSSKeyframesRule Source #
Type CSSKeyframesRule.
CSS keyframes rule representation.
Constructors
| CSSCSSKeyframesRule | |
Fields
| |
Instances
| Eq CSSCSSKeyframesRule Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSKeyframesRule -> CSSCSSKeyframesRule -> Bool # (/=) :: CSSCSSKeyframesRule -> CSSCSSKeyframesRule -> Bool # | |
| Show CSSCSSKeyframesRule Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSKeyframesRule -> ShowS # show :: CSSCSSKeyframesRule -> String # showList :: [CSSCSSKeyframesRule] -> ShowS # | |
| ToJSON CSSCSSKeyframesRule Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSKeyframesRule -> Value # toEncoding :: CSSCSSKeyframesRule -> Encoding # toJSONList :: [CSSCSSKeyframesRule] -> Value # toEncodingList :: [CSSCSSKeyframesRule] -> Encoding # | |
| FromJSON CSSCSSKeyframesRule Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSKeyframesRule # parseJSONList :: Value -> Parser [CSSCSSKeyframesRule] # | |
data CSSFontFace Source #
Type 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.
Constructors
| CSSFontFace | |
Fields
| |
Instances
| Eq CSSFontFace Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSFontFace Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSFontFace -> ShowS # show :: CSSFontFace -> String # showList :: [CSSFontFace] -> ShowS # | |
| ToJSON CSSFontFace Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSFontFace -> Value # toEncoding :: CSSFontFace -> Encoding # toJSONList :: [CSSFontFace] -> Value # toEncodingList :: [CSSFontFace] -> Encoding # | |
| FromJSON CSSFontFace Source # | |
Defined in CDP.Domains.CSS | |
data CSSFontVariationAxis Source #
Type FontVariationAxis.
Information about font variation axes for variable fonts
Constructors
| CSSFontVariationAxis | |
Fields
| |
Instances
| Eq CSSFontVariationAxis Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSFontVariationAxis -> CSSFontVariationAxis -> Bool # (/=) :: CSSFontVariationAxis -> CSSFontVariationAxis -> Bool # | |
| Show CSSFontVariationAxis Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSFontVariationAxis -> ShowS # show :: CSSFontVariationAxis -> String # showList :: [CSSFontVariationAxis] -> ShowS # | |
| ToJSON CSSFontVariationAxis Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSFontVariationAxis -> Value # toEncoding :: CSSFontVariationAxis -> Encoding # toJSONList :: [CSSFontVariationAxis] -> Value # toEncodingList :: [CSSFontVariationAxis] -> Encoding # | |
| FromJSON CSSFontVariationAxis Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSFontVariationAxis # parseJSONList :: Value -> Parser [CSSFontVariationAxis] # | |
data CSSPlatformFontUsage Source #
Type PlatformFontUsage.
Information about amount of glyphs that were rendered with given font.
Constructors
| CSSPlatformFontUsage | |
Fields
| |
Instances
| Eq CSSPlatformFontUsage Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSPlatformFontUsage -> CSSPlatformFontUsage -> Bool # (/=) :: CSSPlatformFontUsage -> CSSPlatformFontUsage -> Bool # | |
| Show CSSPlatformFontUsage Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSPlatformFontUsage -> ShowS # show :: CSSPlatformFontUsage -> String # showList :: [CSSPlatformFontUsage] -> ShowS # | |
| ToJSON CSSPlatformFontUsage Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSPlatformFontUsage -> Value # toEncoding :: CSSPlatformFontUsage -> Encoding # toJSONList :: [CSSPlatformFontUsage] -> Value # toEncodingList :: [CSSPlatformFontUsage] -> Encoding # | |
| FromJSON CSSPlatformFontUsage Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSPlatformFontUsage # parseJSONList :: Value -> Parser [CSSPlatformFontUsage] # | |
data CSSCSSLayerData Source #
Type CSSLayerData.
CSS Layer data.
Constructors
| CSSCSSLayerData | |
Fields
| |
Instances
| Eq CSSCSSLayerData Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSLayerData -> CSSCSSLayerData -> Bool # (/=) :: CSSCSSLayerData -> CSSCSSLayerData -> Bool # | |
| Show CSSCSSLayerData Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSLayerData -> ShowS # show :: CSSCSSLayerData -> String # showList :: [CSSCSSLayerData] -> ShowS # | |
| ToJSON CSSCSSLayerData Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSLayerData -> Value # toEncoding :: CSSCSSLayerData -> Encoding # toJSONList :: [CSSCSSLayerData] -> Value # toEncodingList :: [CSSCSSLayerData] -> Encoding # | |
| FromJSON CSSCSSLayerData Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSLayerData # parseJSONList :: Value -> Parser [CSSCSSLayerData] # | |
data CSSCSSLayer Source #
Type CSSLayer.
CSS Layer at-rule descriptor.
Constructors
| CSSCSSLayer | |
Fields
| |
Instances
| Eq CSSCSSLayer Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSCSSLayer Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSLayer -> ShowS # show :: CSSCSSLayer -> String # showList :: [CSSCSSLayer] -> ShowS # | |
| ToJSON CSSCSSLayer Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSLayer -> Value # toEncoding :: CSSCSSLayer -> Encoding # toJSONList :: [CSSCSSLayer] -> Value # toEncodingList :: [CSSCSSLayer] -> Encoding # | |
| FromJSON CSSCSSLayer Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSScope Source #
Type CSSScope.
CSS Scope at-rule descriptor.
Constructors
| CSSCSSScope | |
Fields
| |
Instances
| Eq CSSCSSScope Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSCSSScope Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSScope -> ShowS # show :: CSSCSSScope -> String # showList :: [CSSCSSScope] -> ShowS # | |
| ToJSON CSSCSSScope Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSScope -> Value # toEncoding :: CSSCSSScope -> Encoding # toJSONList :: [CSSCSSScope] -> Value # toEncodingList :: [CSSCSSScope] -> Encoding # | |
| FromJSON CSSCSSScope Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSSupports Source #
Type CSSSupports.
CSS Supports at-rule descriptor.
Constructors
| CSSCSSSupports | |
Fields
| |
Instances
| Eq CSSCSSSupports Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSSupports -> CSSCSSSupports -> Bool # (/=) :: CSSCSSSupports -> CSSCSSSupports -> Bool # | |
| Show CSSCSSSupports Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSSupports -> ShowS # show :: CSSCSSSupports -> String # showList :: [CSSCSSSupports] -> ShowS # | |
| ToJSON CSSCSSSupports Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSSupports -> Value # toEncoding :: CSSCSSSupports -> Encoding # toJSONList :: [CSSCSSSupports] -> Value # toEncodingList :: [CSSCSSSupports] -> Encoding # | |
| FromJSON CSSCSSSupports Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSSupports # parseJSONList :: Value -> Parser [CSSCSSSupports] # | |
data CSSCSSContainerQuery Source #
Type CSSContainerQuery.
CSS container query rule descriptor.
Constructors
| CSSCSSContainerQuery | |
Fields
| |
Instances
| Eq CSSCSSContainerQuery Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSContainerQuery -> CSSCSSContainerQuery -> Bool # (/=) :: CSSCSSContainerQuery -> CSSCSSContainerQuery -> Bool # | |
| Show CSSCSSContainerQuery Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSContainerQuery -> ShowS # show :: CSSCSSContainerQuery -> String # showList :: [CSSCSSContainerQuery] -> ShowS # | |
| ToJSON CSSCSSContainerQuery Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSContainerQuery -> Value # toEncoding :: CSSCSSContainerQuery -> Encoding # toJSONList :: [CSSCSSContainerQuery] -> Value # toEncodingList :: [CSSCSSContainerQuery] -> Encoding # | |
| FromJSON CSSCSSContainerQuery Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSContainerQuery # parseJSONList :: Value -> Parser [CSSCSSContainerQuery] # | |
data CSSMediaQueryExpression Source #
Type MediaQueryExpression.
Media query expression descriptor.
Constructors
| CSSMediaQueryExpression | |
Fields
| |
Instances
| Eq CSSMediaQueryExpression Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSMediaQueryExpression -> CSSMediaQueryExpression -> Bool # (/=) :: CSSMediaQueryExpression -> CSSMediaQueryExpression -> Bool # | |
| Show CSSMediaQueryExpression Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSMediaQueryExpression -> ShowS # show :: CSSMediaQueryExpression -> String # showList :: [CSSMediaQueryExpression] -> ShowS # | |
| ToJSON CSSMediaQueryExpression Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSMediaQueryExpression -> Value # toEncoding :: CSSMediaQueryExpression -> Encoding # toJSONList :: [CSSMediaQueryExpression] -> Value # | |
| FromJSON CSSMediaQueryExpression Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSMediaQueryExpression # parseJSONList :: Value -> Parser [CSSMediaQueryExpression] # | |
data CSSMediaQuery Source #
Type MediaQuery.
Media query descriptor.
Constructors
| CSSMediaQuery | |
Fields
| |
Instances
| Eq CSSMediaQuery Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSMediaQuery -> CSSMediaQuery -> Bool # (/=) :: CSSMediaQuery -> CSSMediaQuery -> Bool # | |
| Show CSSMediaQuery Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSMediaQuery -> ShowS # show :: CSSMediaQuery -> String # showList :: [CSSMediaQuery] -> ShowS # | |
| ToJSON CSSMediaQuery Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSMediaQuery -> Value # toEncoding :: CSSMediaQuery -> Encoding # toJSONList :: [CSSMediaQuery] -> Value # toEncodingList :: [CSSMediaQuery] -> Encoding # | |
| FromJSON CSSMediaQuery Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSMediaQuery # parseJSONList :: Value -> Parser [CSSMediaQuery] # | |
data CSSCSSMedia Source #
Constructors
| CSSCSSMedia | |
Fields
| |
Instances
| Eq CSSCSSMedia Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSCSSMedia Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSMedia -> ShowS # show :: CSSCSSMedia -> String # showList :: [CSSCSSMedia] -> ShowS # | |
| ToJSON CSSCSSMedia Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSMedia -> Value # toEncoding :: CSSCSSMedia -> Encoding # toJSONList :: [CSSCSSMedia] -> Value # toEncodingList :: [CSSCSSMedia] -> Encoding # | |
| FromJSON CSSCSSMedia Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSMediaSource Source #
Type CSSMedia.
CSS media rule descriptor.
Constructors
| CSSCSSMediaSourceMediaRule | |
| CSSCSSMediaSourceImportRule | |
| CSSCSSMediaSourceLinkedSheet | |
| CSSCSSMediaSourceInlineSheet |
Instances
data CSSCSSProperty Source #
Type CSSProperty.
CSS property declaration data.
Constructors
| CSSCSSProperty | |
Fields
| |
Instances
| Eq CSSCSSProperty Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSProperty -> CSSCSSProperty -> Bool # (/=) :: CSSCSSProperty -> CSSCSSProperty -> Bool # | |
| Show CSSCSSProperty Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSProperty -> ShowS # show :: CSSCSSProperty -> String # showList :: [CSSCSSProperty] -> ShowS # | |
| ToJSON CSSCSSProperty Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSProperty -> Value # toEncoding :: CSSCSSProperty -> Encoding # toJSONList :: [CSSCSSProperty] -> Value # toEncodingList :: [CSSCSSProperty] -> Encoding # | |
| FromJSON CSSCSSProperty Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSProperty # parseJSONList :: Value -> Parser [CSSCSSProperty] # | |
data CSSCSSStyle Source #
Type CSSStyle.
CSS style representation.
Constructors
| CSSCSSStyle | |
Fields
| |
Instances
| Eq CSSCSSStyle Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSCSSStyle Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSStyle -> ShowS # show :: CSSCSSStyle -> String # showList :: [CSSCSSStyle] -> ShowS # | |
| ToJSON CSSCSSStyle Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSStyle -> Value # toEncoding :: CSSCSSStyle -> Encoding # toJSONList :: [CSSCSSStyle] -> Value # toEncodingList :: [CSSCSSStyle] -> Encoding # | |
| FromJSON CSSCSSStyle Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSComputedStyleProperty Source #
Type CSSComputedStyleProperty.
Constructors
| CSSCSSComputedStyleProperty | |
Fields
| |
Instances
| Eq CSSCSSComputedStyleProperty Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSComputedStyleProperty -> CSSCSSComputedStyleProperty -> Bool # (/=) :: CSSCSSComputedStyleProperty -> CSSCSSComputedStyleProperty -> Bool # | |
| Show CSSCSSComputedStyleProperty Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSComputedStyleProperty -> ShowS # show :: CSSCSSComputedStyleProperty -> String # showList :: [CSSCSSComputedStyleProperty] -> ShowS # | |
| ToJSON CSSCSSComputedStyleProperty Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSComputedStyleProperty -> Value # toEncoding :: CSSCSSComputedStyleProperty -> Encoding # toJSONList :: [CSSCSSComputedStyleProperty] -> Value # toEncodingList :: [CSSCSSComputedStyleProperty] -> Encoding # | |
| FromJSON CSSCSSComputedStyleProperty Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSComputedStyleProperty # parseJSONList :: Value -> Parser [CSSCSSComputedStyleProperty] # | |
data CSSShorthandEntry Source #
Type ShorthandEntry.
Constructors
| CSSShorthandEntry | |
Fields
| |
Instances
| Eq CSSShorthandEntry Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSShorthandEntry -> CSSShorthandEntry -> Bool # (/=) :: CSSShorthandEntry -> CSSShorthandEntry -> Bool # | |
| Show CSSShorthandEntry Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSShorthandEntry -> ShowS # show :: CSSShorthandEntry -> String # showList :: [CSSShorthandEntry] -> ShowS # | |
| ToJSON CSSShorthandEntry Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSShorthandEntry -> Value # toEncoding :: CSSShorthandEntry -> Encoding # toJSONList :: [CSSShorthandEntry] -> Value # toEncodingList :: [CSSShorthandEntry] -> Encoding # | |
| FromJSON CSSShorthandEntry Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSShorthandEntry # parseJSONList :: Value -> Parser [CSSShorthandEntry] # | |
data CSSSourceRange Source #
Type SourceRange.
Text range within a resource. All numbers are zero-based.
Constructors
| CSSSourceRange | |
Fields
| |
Instances
| Eq CSSSourceRange Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSourceRange -> CSSSourceRange -> Bool # (/=) :: CSSSourceRange -> CSSSourceRange -> Bool # | |
| Show CSSSourceRange Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSourceRange -> ShowS # show :: CSSSourceRange -> String # showList :: [CSSSourceRange] -> ShowS # | |
| ToJSON CSSSourceRange Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSSourceRange -> Value # toEncoding :: CSSSourceRange -> Encoding # toJSONList :: [CSSSourceRange] -> Value # toEncodingList :: [CSSSourceRange] -> Encoding # | |
| FromJSON CSSSourceRange Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSourceRange # parseJSONList :: Value -> Parser [CSSSourceRange] # | |
data CSSRuleUsage Source #
Type RuleUsage.
CSS coverage information.
Constructors
| CSSRuleUsage | |
Fields
| |
Instances
| Eq CSSRuleUsage Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSRuleUsage Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSRuleUsage -> ShowS # show :: CSSRuleUsage -> String # showList :: [CSSRuleUsage] -> ShowS # | |
| ToJSON CSSRuleUsage Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSRuleUsage -> Value # toEncoding :: CSSRuleUsage -> Encoding # toJSONList :: [CSSRuleUsage] -> Value # toEncodingList :: [CSSRuleUsage] -> Encoding # | |
| FromJSON CSSRuleUsage Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSRule Source #
Type CSSRule.
CSS rule representation.
Constructors
| CSSCSSRule | |
Fields
| |
Instances
| Eq CSSCSSRule Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSCSSRule Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSRule -> ShowS # show :: CSSCSSRule -> String # showList :: [CSSCSSRule] -> ShowS # | |
| ToJSON CSSCSSRule Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSRule -> Value # toEncoding :: CSSCSSRule -> Encoding # toJSONList :: [CSSCSSRule] -> Value # toEncodingList :: [CSSCSSRule] -> Encoding # | |
| FromJSON CSSCSSRule Source # | |
Defined in CDP.Domains.CSS | |
data CSSCSSStyleSheetHeader Source #
Type CSSStyleSheetHeader.
CSS stylesheet metainformation.
Constructors
| CSSCSSStyleSheetHeader | |
Fields
| |
Instances
| Eq CSSCSSStyleSheetHeader Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSCSSStyleSheetHeader -> CSSCSSStyleSheetHeader -> Bool # (/=) :: CSSCSSStyleSheetHeader -> CSSCSSStyleSheetHeader -> Bool # | |
| Show CSSCSSStyleSheetHeader Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSCSSStyleSheetHeader -> ShowS # show :: CSSCSSStyleSheetHeader -> String # showList :: [CSSCSSStyleSheetHeader] -> ShowS # | |
| ToJSON CSSCSSStyleSheetHeader Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSCSSStyleSheetHeader -> Value # toEncoding :: CSSCSSStyleSheetHeader -> Encoding # toJSONList :: [CSSCSSStyleSheetHeader] -> Value # | |
| FromJSON CSSCSSStyleSheetHeader Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSCSSStyleSheetHeader # parseJSONList :: Value -> Parser [CSSCSSStyleSheetHeader] # | |
data CSSSelectorList Source #
Type SelectorList.
Selector list data.
Constructors
| CSSSelectorList | |
Fields
| |
Instances
| Eq CSSSelectorList Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSSelectorList -> CSSSelectorList -> Bool # (/=) :: CSSSelectorList -> CSSSelectorList -> Bool # | |
| Show CSSSelectorList Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSSelectorList -> ShowS # show :: CSSSelectorList -> String # showList :: [CSSSelectorList] -> ShowS # | |
| ToJSON CSSSelectorList Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSSelectorList -> Value # toEncoding :: CSSSelectorList -> Encoding # toJSONList :: [CSSSelectorList] -> Value # toEncodingList :: [CSSSelectorList] -> Encoding # | |
| FromJSON CSSSelectorList Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSSelectorList # parseJSONList :: Value -> Parser [CSSSelectorList] # | |
Type Value.
Data for a simple selector (these are delimited by commas in a selector list).
Constructors
| CSSValue | |
Fields
| |
data CSSRuleMatch Source #
Type RuleMatch.
Match data for a CSS rule.
Constructors
| CSSRuleMatch | |
Fields
| |
Instances
| Eq CSSRuleMatch Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSRuleMatch Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSRuleMatch -> ShowS # show :: CSSRuleMatch -> String # showList :: [CSSRuleMatch] -> ShowS # | |
| ToJSON CSSRuleMatch Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSRuleMatch -> Value # toEncoding :: CSSRuleMatch -> Encoding # toJSONList :: [CSSRuleMatch] -> Value # toEncodingList :: [CSSRuleMatch] -> Encoding # | |
| FromJSON CSSRuleMatch Source # | |
Defined in CDP.Domains.CSS | |
data CSSInheritedPseudoElementMatches Source #
Type InheritedPseudoElementMatches.
Inherited pseudo element matches from pseudos of an ancestor node.
Constructors
| CSSInheritedPseudoElementMatches | |
Fields
| |
Instances
| Eq CSSInheritedPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS | |
| Show CSSInheritedPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSInheritedPseudoElementMatches -> ShowS # | |
| ToJSON CSSInheritedPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS | |
| FromJSON CSSInheritedPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSInheritedPseudoElementMatches # parseJSONList :: Value -> Parser [CSSInheritedPseudoElementMatches] # | |
data CSSInheritedStyleEntry Source #
Type InheritedStyleEntry.
Inherited CSS rule collection from ancestor node.
Constructors
| CSSInheritedStyleEntry | |
Fields
| |
Instances
| Eq CSSInheritedStyleEntry Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSInheritedStyleEntry -> CSSInheritedStyleEntry -> Bool # (/=) :: CSSInheritedStyleEntry -> CSSInheritedStyleEntry -> Bool # | |
| Show CSSInheritedStyleEntry Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSInheritedStyleEntry -> ShowS # show :: CSSInheritedStyleEntry -> String # showList :: [CSSInheritedStyleEntry] -> ShowS # | |
| ToJSON CSSInheritedStyleEntry Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSInheritedStyleEntry -> Value # toEncoding :: CSSInheritedStyleEntry -> Encoding # toJSONList :: [CSSInheritedStyleEntry] -> Value # | |
| FromJSON CSSInheritedStyleEntry Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSInheritedStyleEntry # parseJSONList :: Value -> Parser [CSSInheritedStyleEntry] # | |
data CSSPseudoElementMatches Source #
Type PseudoElementMatches.
CSS rule collection for a single pseudo style.
Constructors
| CSSPseudoElementMatches | |
Fields
| |
Instances
| Eq CSSPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods (==) :: CSSPseudoElementMatches -> CSSPseudoElementMatches -> Bool # (/=) :: CSSPseudoElementMatches -> CSSPseudoElementMatches -> Bool # | |
| Show CSSPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods showsPrec :: Int -> CSSPseudoElementMatches -> ShowS # show :: CSSPseudoElementMatches -> String # showList :: [CSSPseudoElementMatches] -> ShowS # | |
| ToJSON CSSPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods toJSON :: CSSPseudoElementMatches -> Value # toEncoding :: CSSPseudoElementMatches -> Encoding # toJSONList :: [CSSPseudoElementMatches] -> Value # | |
| FromJSON CSSPseudoElementMatches Source # | |
Defined in CDP.Domains.CSS Methods parseJSON :: Value -> Parser CSSPseudoElementMatches # parseJSONList :: Value -> Parser [CSSPseudoElementMatches] # | |
data CSSStyleSheetOrigin Source #
Type StyleSheetOrigin.
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent
stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via
inspector" rules), "regular" for regular stylesheets.
Constructors
| CSSStyleSheetOriginInjected | |
| CSSStyleSheetOriginUserAgent | |
| CSSStyleSheetOriginInspector | |
| CSSStyleSheetOriginRegular |
Instances
type CSSStyleSheetId = Text Source #
Type StyleSheetId.
pCSSAddRule :: CSSStyleSheetId -> Text -> CSSSourceRange -> PCSSAddRule Source #
pCSSForcePseudoState :: DOMNodeId -> [Text] -> PCSSForcePseudoState Source #
pCSSTrackComputedStyleUpdates :: [CSSCSSComputedStyleProperty] -> PCSSTrackComputedStyleUpdates Source #
pCSSSetEffectivePropertyValueForNode :: DOMNodeId -> Text -> Text -> PCSSSetEffectivePropertyValueForNode Source #
pCSSSetMediaText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetMediaText Source #
pCSSSetContainerQueryText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetContainerQueryText Source #
pCSSSetScopeText :: CSSStyleSheetId -> CSSSourceRange -> Text -> PCSSSetScopeText Source #