Table of Contents

Class GetMediaQueriesCommandResponse

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

Response for GetMediaQueries

public sealed class GetMediaQueriesCommandResponse : ICommandResponse<GetMediaQueriesCommandSettings>, ICommandResponse
Inheritance
GetMediaQueriesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Medias

Gets or sets the medias

[JsonPropertyName("medias")]
public CSSMedia[] Medias { get; set; }

Property Value

CSSMedia[]