blob: 4c1586726868e09882babfe57af98534c0ce25c5 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Namespace OpenQA.Selenium.DevTools.V145.CSS </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Namespace OpenQA.Selenium.DevTools.V145.CSS ">
<link rel="icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo.svg" alt="Selenium .NET API">
Selenium .NET API
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="OpenQA.Selenium.DevTools.V145.CSS">
<h1 id="OpenQA_Selenium_DevTools_V145_CSS" data-uid="OpenQA.Selenium.DevTools.V145.CSS" class="text-break">Namespace OpenQA.Selenium.DevTools.V145.CSS</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">
Classes
</h3>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.AddRuleCommandResponse.html">AddRuleCommandResponse</a></dt>
<dd><p>Response for Inserts a new rule with the given <code>ruleText</code> in a stylesheet with given <code>styleSheetId</code>, at the
position specified by <code>location</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.AddRuleCommandSettings.html">AddRuleCommandSettings</a></dt>
<dd><p>Inserts a new rule with the given <code>ruleText</code> in a stylesheet with given <code>styleSheetId</code>, at the
position specified by <code>location</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSAdapter.html">CSSAdapter</a></dt>
<dd><p>Represents an adapter for the CSS domain to simplify the command interface.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSAnimationStyle.html">CSSAnimationStyle</a></dt>
<dd><p>CSS style coming from animations with the name of the animation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSAtRule.html">CSSAtRule</a></dt>
<dd><p>CSS generic @rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSComputedStyleProperty.html">CSSComputedStyleProperty</a></dt>
<dd><p>CSSComputedStyleProperty</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSContainerQuery.html">CSSContainerQuery</a></dt>
<dd><p>CSS container query rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSFunctionConditionNode.html">CSSFunctionConditionNode</a></dt>
<dd><p>CSS function conditional block representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSFunctionNode.html">CSSFunctionNode</a></dt>
<dd><p>Section of the body of a CSS function rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSFunctionParameter.html">CSSFunctionParameter</a></dt>
<dd><p>CSS function argument representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSFunctionRule.html">CSSFunctionRule</a></dt>
<dd><p>CSS function at-rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSKeyframeRule.html">CSSKeyframeRule</a></dt>
<dd><p>CSS keyframe rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSKeyframesRule.html">CSSKeyframesRule</a></dt>
<dd><p>CSS keyframes rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSLayer.html">CSSLayer</a></dt>
<dd><p>CSS Layer at-rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSLayerData.html">CSSLayerData</a></dt>
<dd><p>CSS Layer data.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSMedia.html">CSSMedia</a></dt>
<dd><p>CSS media rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSPositionTryRule.html">CSSPositionTryRule</a></dt>
<dd><p>CSS @position-try rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSProperty.html">CSSProperty</a></dt>
<dd><p>CSS property declaration data.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSPropertyRegistration.html">CSSPropertyRegistration</a></dt>
<dd><p>Representation of a custom property registration through CSS.registerProperty</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSPropertyRule.html">CSSPropertyRule</a></dt>
<dd><p>CSS property at-rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSRule.html">CSSRule</a></dt>
<dd><p>CSS rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSScope.html">CSSScope</a></dt>
<dd><p>CSS Scope at-rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSStartingStyle.html">CSSStartingStyle</a></dt>
<dd><p>CSS Starting Style at-rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSStyle.html">CSSStyle</a></dt>
<dd><p>CSS style representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSStyleSheetHeader.html">CSSStyleSheetHeader</a></dt>
<dd><p>CSS stylesheet metainformation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSSupports.html">CSSSupports</a></dt>
<dd><p>CSS Supports at-rule descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSTryRule.html">CSSTryRule</a></dt>
<dd><p>CSS try rule representation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CollectClassNamesCommandResponse.html">CollectClassNamesCommandResponse</a></dt>
<dd><p>Response for Returns all class names from specified stylesheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CollectClassNamesCommandSettings.html">CollectClassNamesCommandSettings</a></dt>
<dd><p>Returns all class names from specified stylesheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ComputedStyleExtraFields.html">ComputedStyleExtraFields</a></dt>
<dd><p>ComputedStyleExtraFields</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ComputedStyleUpdatedEventArgs.html">ComputedStyleUpdatedEventArgs</a></dt>
<dd><p>ComputedStyleUpdated</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CreateStyleSheetCommandResponse.html">CreateStyleSheetCommandResponse</a></dt>
<dd><p>Response for Creates a new special &quot;via-inspector&quot; stylesheet in the frame with given <code>frameId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CreateStyleSheetCommandSettings.html">CreateStyleSheetCommandSettings</a></dt>
<dd><p>Creates a new special &quot;via-inspector&quot; stylesheet in the frame with given <code>frameId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.DisableCommandResponse.html">DisableCommandResponse</a></dt>
<dd><p>Response for Disables the CSS agent for the given page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.DisableCommandSettings.html">DisableCommandSettings</a></dt>
<dd><p>Disables the CSS agent for the given page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.EnableCommandResponse.html">EnableCommandResponse</a></dt>
<dd><p>Response for 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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.EnableCommandSettings.html">EnableCommandSettings</a></dt>
<dd><p>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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.FontFace.html">FontFace</a></dt>
<dd><p>Properties of a web font: <a href="https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions</a>
and additional information such as platformFontFamily and fontVariationAxes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.FontVariationAxis.html">FontVariationAxis</a></dt>
<dd><p>Information about font variation axes for variable fonts</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.FontsUpdatedEventArgs.html">FontsUpdatedEventArgs</a></dt>
<dd><p>Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded
web font.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ForcePseudoStateCommandResponse.html">ForcePseudoStateCommandResponse</a></dt>
<dd><p>Response for Ensures that the given node will have specified pseudo-classes whenever its style is computed by
the browser.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ForcePseudoStateCommandSettings.html">ForcePseudoStateCommandSettings</a></dt>
<dd><p>Ensures that the given node will have specified pseudo-classes whenever its style is computed by
the browser.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ForceStartingStyleCommandResponse.html">ForceStartingStyleCommandResponse</a></dt>
<dd><p>Response for Ensures that the given node is in its starting-style state.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ForceStartingStyleCommandSettings.html">ForceStartingStyleCommandSettings</a></dt>
<dd><p>Ensures that the given node is in its starting-style state.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetAnimatedStylesForNodeCommandResponse.html">GetAnimatedStylesForNodeCommandResponse</a></dt>
<dd><p>Response for Returns the styles coming from animations &amp; transitions
including the animation &amp; transition styles coming from inheritance chain.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetAnimatedStylesForNodeCommandSettings.html">GetAnimatedStylesForNodeCommandSettings</a></dt>
<dd><p>Returns the styles coming from animations &amp; transitions
including the animation &amp; transition styles coming from inheritance chain.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetBackgroundColorsCommandResponse.html">GetBackgroundColorsCommandResponse</a></dt>
<dd><p>Response for GetBackgroundColors</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetBackgroundColorsCommandSettings.html">GetBackgroundColorsCommandSettings</a></dt>
<dd><p>GetBackgroundColors</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetComputedStyleForNodeCommandResponse.html">GetComputedStyleForNodeCommandResponse</a></dt>
<dd><p>Response for Returns the computed style for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetComputedStyleForNodeCommandSettings.html">GetComputedStyleForNodeCommandSettings</a></dt>
<dd><p>Returns the computed style for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetEnvironmentVariablesCommandResponse.html">GetEnvironmentVariablesCommandResponse</a></dt>
<dd><p>Response for Returns the values of the default UA-defined environment variables used in env()</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetEnvironmentVariablesCommandSettings.html">GetEnvironmentVariablesCommandSettings</a></dt>
<dd><p>Returns the values of the default UA-defined environment variables used in env()</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetInlineStylesForNodeCommandResponse.html">GetInlineStylesForNodeCommandResponse</a></dt>
<dd><p>Response for Returns the styles defined inline (explicitly in the &quot;style&quot; attribute and implicitly, using DOM
attributes) for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetInlineStylesForNodeCommandSettings.html">GetInlineStylesForNodeCommandSettings</a></dt>
<dd><p>Returns the styles defined inline (explicitly in the &quot;style&quot; attribute and implicitly, using DOM
attributes) for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLayersForNodeCommandResponse.html">GetLayersForNodeCommandResponse</a></dt>
<dd><p>Response for 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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLayersForNodeCommandSettings.html">GetLayersForNodeCommandSettings</a></dt>
<dd><p>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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLocationForSelectorCommandResponse.html">GetLocationForSelectorCommandResponse</a></dt>
<dd><p>Response for Given a CSS selector text and a style sheet ID, getLocationForSelector
returns an array of locations of the CSS selector in the style sheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLocationForSelectorCommandSettings.html">GetLocationForSelectorCommandSettings</a></dt>
<dd><p>Given a CSS selector text and a style sheet ID, getLocationForSelector
returns an array of locations of the CSS selector in the style sheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLonghandPropertiesCommandResponse.html">GetLonghandPropertiesCommandResponse</a></dt>
<dd><p>Response for GetLonghandProperties</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetLonghandPropertiesCommandSettings.html">GetLonghandPropertiesCommandSettings</a></dt>
<dd><p>GetLonghandProperties</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetMatchedStylesForNodeCommandResponse.html">GetMatchedStylesForNodeCommandResponse</a></dt>
<dd><p>Response for Returns requested styles for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetMatchedStylesForNodeCommandSettings.html">GetMatchedStylesForNodeCommandSettings</a></dt>
<dd><p>Returns requested styles for a DOM node identified by <code>nodeId</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetMediaQueriesCommandResponse.html">GetMediaQueriesCommandResponse</a></dt>
<dd><p>Response for Returns all media queries parsed by the rendering engine.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetMediaQueriesCommandSettings.html">GetMediaQueriesCommandSettings</a></dt>
<dd><p>Returns all media queries parsed by the rendering engine.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetPlatformFontsForNodeCommandResponse.html">GetPlatformFontsForNodeCommandResponse</a></dt>
<dd><p>Response for Requests information about platform fonts which we used to render child TextNodes in the given
node.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetPlatformFontsForNodeCommandSettings.html">GetPlatformFontsForNodeCommandSettings</a></dt>
<dd><p>Requests information about platform fonts which we used to render child TextNodes in the given
node.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetStyleSheetTextCommandResponse.html">GetStyleSheetTextCommandResponse</a></dt>
<dd><p>Response for Returns the current textual content for a stylesheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.GetStyleSheetTextCommandSettings.html">GetStyleSheetTextCommandSettings</a></dt>
<dd><p>Returns the current textual content for a stylesheet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.InheritedAnimatedStyleEntry.html">InheritedAnimatedStyleEntry</a></dt>
<dd><p>Inherited CSS style collection for animated styles from ancestor node.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.InheritedPseudoElementMatches.html">InheritedPseudoElementMatches</a></dt>
<dd><p>Inherited pseudo element matches from pseudos of an ancestor node.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.InheritedStyleEntry.html">InheritedStyleEntry</a></dt>
<dd><p>Inherited CSS rule collection from ancestor node.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.MediaQuery.html">MediaQuery</a></dt>
<dd><p>Media query descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.MediaQueryExpression.html">MediaQueryExpression</a></dt>
<dd><p>Media query expression descriptor.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.MediaQueryResultChangedEventArgs.html">MediaQueryResultChangedEventArgs</a></dt>
<dd><p>Fires whenever a MediaQuery result changes (for example, after a browser window has been
resized.) The current implementation considers only viewport-dependent media features.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.PlatformFontUsage.html">PlatformFontUsage</a></dt>
<dd><p>Information about amount of glyphs that were rendered with given font.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.PseudoElementMatches.html">PseudoElementMatches</a></dt>
<dd><p>CSS rule collection for a single pseudo style.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ResolveValuesCommandResponse.html">ResolveValuesCommandResponse</a></dt>
<dd><p>Response for Resolve the specified values in the context of the provided element.
For example, a value of '1em' is evaluated according to the computed
'font-size' of the element and a value 'calc(1px + 2px)' will be
resolved to '3px'.
If the <code>propertyName</code> was specified the <code>values</code> are resolved as if
they were property's declaration. If a value cannot be parsed according
to the provided property syntax, the value is parsed using combined
syntax as if null <code>propertyName</code> was provided. If the value cannot be
resolved even then, return the provided value without any changes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ResolveValuesCommandSettings.html">ResolveValuesCommandSettings</a></dt>
<dd><p>Resolve the specified values in the context of the provided element.
For example, a value of '1em' is evaluated according to the computed
'font-size' of the element and a value 'calc(1px + 2px)' will be
resolved to '3px'.
If the <code>propertyName</code> was specified the <code>values</code> are resolved as if
they were property's declaration. If a value cannot be parsed according
to the provided property syntax, the value is parsed using combined
syntax as if null <code>propertyName</code> was provided. If the value cannot be
resolved even then, return the provided value without any changes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.RuleMatch.html">RuleMatch</a></dt>
<dd><p>Match data for a CSS rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.RuleUsage.html">RuleUsage</a></dt>
<dd><p>CSS coverage information.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SelectorList.html">SelectorList</a></dt>
<dd><p>Selector list data.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetContainerQueryTextCommandResponse.html">SetContainerQueryTextCommandResponse</a></dt>
<dd><p>Response for Modifies the expression of a container query.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetContainerQueryTextCommandSettings.html">SetContainerQueryTextCommandSettings</a></dt>
<dd><p>Modifies the expression of a container query.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetEffectivePropertyValueForNodeCommandResponse.html">SetEffectivePropertyValueForNodeCommandResponse</a></dt>
<dd><p>Response for Find a rule with the given active property for the given node and set the new value for this
property</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetEffectivePropertyValueForNodeCommandSettings.html">SetEffectivePropertyValueForNodeCommandSettings</a></dt>
<dd><p>Find a rule with the given active property for the given node and set the new value for this
property</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetKeyframeKeyCommandResponse.html">SetKeyframeKeyCommandResponse</a></dt>
<dd><p>Response for Modifies the keyframe rule key text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetKeyframeKeyCommandSettings.html">SetKeyframeKeyCommandSettings</a></dt>
<dd><p>Modifies the keyframe rule key text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetLocalFontsEnabledCommandResponse.html">SetLocalFontsEnabledCommandResponse</a></dt>
<dd><p>Response for Enables/disables rendering of local CSS fonts (enabled by default).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetLocalFontsEnabledCommandSettings.html">SetLocalFontsEnabledCommandSettings</a></dt>
<dd><p>Enables/disables rendering of local CSS fonts (enabled by default).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetMediaTextCommandResponse.html">SetMediaTextCommandResponse</a></dt>
<dd><p>Response for Modifies the rule selector.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetMediaTextCommandSettings.html">SetMediaTextCommandSettings</a></dt>
<dd><p>Modifies the rule selector.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetPropertyRulePropertyNameCommandResponse.html">SetPropertyRulePropertyNameCommandResponse</a></dt>
<dd><p>Response for Modifies the property rule property name.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetPropertyRulePropertyNameCommandSettings.html">SetPropertyRulePropertyNameCommandSettings</a></dt>
<dd><p>Modifies the property rule property name.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetRuleSelectorCommandResponse.html">SetRuleSelectorCommandResponse</a></dt>
<dd><p>Response for Modifies the rule selector.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetRuleSelectorCommandSettings.html">SetRuleSelectorCommandSettings</a></dt>
<dd><p>Modifies the rule selector.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetScopeTextCommandResponse.html">SetScopeTextCommandResponse</a></dt>
<dd><p>Response for Modifies the expression of a scope at-rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetScopeTextCommandSettings.html">SetScopeTextCommandSettings</a></dt>
<dd><p>Modifies the expression of a scope at-rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetStyleSheetTextCommandResponse.html">SetStyleSheetTextCommandResponse</a></dt>
<dd><p>Response for Sets the new stylesheet text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetStyleSheetTextCommandSettings.html">SetStyleSheetTextCommandSettings</a></dt>
<dd><p>Sets the new stylesheet text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetStyleTextsCommandResponse.html">SetStyleTextsCommandResponse</a></dt>
<dd><p>Response for Applies specified style edits one after another in the given order.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetStyleTextsCommandSettings.html">SetStyleTextsCommandSettings</a></dt>
<dd><p>Applies specified style edits one after another in the given order.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetSupportsTextCommandResponse.html">SetSupportsTextCommandResponse</a></dt>
<dd><p>Response for Modifies the expression of a supports at-rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SetSupportsTextCommandSettings.html">SetSupportsTextCommandSettings</a></dt>
<dd><p>Modifies the expression of a supports at-rule.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.ShorthandEntry.html">ShorthandEntry</a></dt>
<dd><p>ShorthandEntry</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.SourceRange.html">SourceRange</a></dt>
<dd><p>Text range within a resource. All numbers are zero-based.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.Specificity.html">Specificity</a></dt>
<dd><p>Specificity:
<a href="https://drafts.csswg.org/selectors/#specificity-rules">https://drafts.csswg.org/selectors/#specificity-rules</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StartRuleUsageTrackingCommandResponse.html">StartRuleUsageTrackingCommandResponse</a></dt>
<dd><p>Response for Enables the selector recording.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StartRuleUsageTrackingCommandSettings.html">StartRuleUsageTrackingCommandSettings</a></dt>
<dd><p>Enables the selector recording.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StopRuleUsageTrackingCommandResponse.html">StopRuleUsageTrackingCommandResponse</a></dt>
<dd><p>Response for Stop tracking rule usage and return the list of rules that were used since last call to
<code>takeCoverageDelta</code> (or since start of coverage instrumentation).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StopRuleUsageTrackingCommandSettings.html">StopRuleUsageTrackingCommandSettings</a></dt>
<dd><p>Stop tracking rule usage and return the list of rules that were used since last call to
<code>takeCoverageDelta</code> (or since start of coverage instrumentation).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StyleDeclarationEdit.html">StyleDeclarationEdit</a></dt>
<dd><p>A descriptor of operation to mutate style declaration text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StyleSheetAddedEventArgs.html">StyleSheetAddedEventArgs</a></dt>
<dd><p>Fired whenever an active document stylesheet is added.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StyleSheetChangedEventArgs.html">StyleSheetChangedEventArgs</a></dt>
<dd><p>Fired whenever a stylesheet is changed as a result of the client operation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StyleSheetRemovedEventArgs.html">StyleSheetRemovedEventArgs</a></dt>
<dd><p>Fired whenever an active document stylesheet is removed.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TakeComputedStyleUpdatesCommandResponse.html">TakeComputedStyleUpdatesCommandResponse</a></dt>
<dd><p>Response for Polls the next batch of computed style updates.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TakeComputedStyleUpdatesCommandSettings.html">TakeComputedStyleUpdatesCommandSettings</a></dt>
<dd><p>Polls the next batch of computed style updates.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TakeCoverageDeltaCommandResponse.html">TakeCoverageDeltaCommandResponse</a></dt>
<dd><p>Response for Obtain list of rules that became used since last call to this method (or since start of coverage
instrumentation).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TakeCoverageDeltaCommandSettings.html">TakeCoverageDeltaCommandSettings</a></dt>
<dd><p>Obtain list of rules that became used since last call to this method (or since start of coverage
instrumentation).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TrackComputedStyleUpdatesCommandResponse.html">TrackComputedStyleUpdatesCommandResponse</a></dt>
<dd><p>Response for 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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TrackComputedStyleUpdatesCommandSettings.html">TrackComputedStyleUpdatesCommandSettings</a></dt>
<dd><p>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.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TrackComputedStyleUpdatesForNodeCommandResponse.html">TrackComputedStyleUpdatesForNodeCommandResponse</a></dt>
<dd><p>Response for Starts tracking the given node for the computed style updates
and whenever the computed style is updated for node, it queues
a <code>computedStyleUpdated</code> event with throttling.
There can only be 1 node tracked for computed style updates
so passing a new node id removes tracking from the previous node.
Pass <code>undefined</code> to disable tracking.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.TrackComputedStyleUpdatesForNodeCommandSettings.html">TrackComputedStyleUpdatesForNodeCommandSettings</a></dt>
<dd><p>Starts tracking the given node for the computed style updates
and whenever the computed style is updated for node, it queues
a <code>computedStyleUpdated</code> event with throttling.
There can only be 1 node tracked for computed style updates
so passing a new node id removes tracking from the previous node.
Pass <code>undefined</code> to disable tracking.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.Value.html">Value</a></dt>
<dd><p>Data for a simple selector (these are delimited by commas in a selector list).</p>
</dd>
</dl>
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSAtRuleSubsectionValues.html">CSSAtRuleSubsectionValues</a></dt>
<dd><p>Enumerated values for CSS.CSSAtRule.subsection</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSAtRuleTypeValues.html">CSSAtRuleTypeValues</a></dt>
<dd><p>Enumerated values for CSS.CSSAtRule.type</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSMediaSourceValues.html">CSSMediaSourceValues</a></dt>
<dd><p>Enumerated values for CSS.CSSMedia.source</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.CSSRuleType.html">CSSRuleType</a></dt>
<dd><p>Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors.
This list only contains rule types that are collected during the ancestor rule collection.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V145.CSS.StyleSheetOrigin.html">StyleSheetOrigin</a></dt>
<dd><p>Stylesheet type: &quot;injected&quot; for stylesheets injected via extension, &quot;user-agent&quot; for user-agent
stylesheets, &quot;inspector&quot; for stylesheets created by the inspector (i.e. those holding the &quot;via
inspector&quot; rules), &quot;regular&quot; for regular stylesheets.</p>
</dd>
</dl>
</article>
<div class="contribution d-print-none">
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>