Table of Contents

Class SetContainerQueryConditionTextCommandResponse

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

Response for SetContainerQueryConditionText

public sealed class SetContainerQueryConditionTextCommandResponse : ICommandResponse<SetContainerQueryConditionTextCommandSettings>, ICommandResponse
Inheritance
SetContainerQueryConditionTextCommandResponse
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