Table of Contents

Class SetSupportsTextCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.CSS
Assembly
Selenium.WebDriver.dll

Response for Modifies the expression of a supports at-rule.

public sealed class SetSupportsTextCommandResponse : ICommandResponse<SetSupportsTextCommandSettings>, ICommandResponse
Inheritance
SetSupportsTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Supports

The resulting CSS Supports rule after modification.

[JsonPropertyName("supports")]
public CSSSupports Supports { get; set; }

Property Value

CSSSupports