Class ComputedStyle
- Namespace
- Selenium.WebDriver.BiDi.Cdp.DOMSnapshot
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
A subset of the full ComputedStyle as defined by the request whitelist.
public sealed record ComputedStyle : IEquatable<ComputedStyle>
- Inheritance
-
ComputedStyle
- Implements
- Inherited Members
Constructors
ComputedStyle(ImmutableArray<NameValue>)
A subset of the full ComputedStyle as defined by the request whitelist.
public ComputedStyle(ImmutableArray<NameValue> Properties)
Parameters
PropertiesImmutableArray<NameValue>Name/value pairs of computed style properties.
Properties
Properties
Name/value pairs of computed style properties.
public ImmutableArray<NameValue> Properties { get; init; }