Class ComputedStyle
- Namespace
- OpenQA.Selenium.DevTools.V146.DOMSnapshot
- Assembly
- Selenium.WebDriver.dll
A subset of the full ComputedStyle as defined by the request whitelist.
public sealed class ComputedStyle
- Inheritance
-
ComputedStyle
- Inherited Members
Properties
Properties
Name/value pairs of computed style properties.
[JsonPropertyName("properties")]
public NameValue[] Properties { get; set; }