Table of Contents

Class SetContainerQueryTextCommandResponse

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

Response for Modifies the expression of a container query.

public sealed class SetContainerQueryTextCommandResponse : ICommandResponse<SetContainerQueryTextCommandSettings>, ICommandResponse
Inheritance
SetContainerQueryTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ContainerQuery

The resulting CSS container query rule after modification.

[JsonPropertyName("containerQuery")]
public CSSContainerQuery ContainerQuery { get; set; }

Property Value

CSSContainerQuery