Table of Contents

Class SetMediaTextCommandResponse

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

Response for Modifies the rule selector.

public sealed class SetMediaTextCommandResponse : ICommandResponse<SetMediaTextCommandSettings>, ICommandResponse
Inheritance
SetMediaTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Media

The resulting CSS media rule after modification.

[JsonPropertyName("media")]
public CSSMedia Media { get; set; }

Property Value

CSSMedia