Table of Contents

Class SetContainerQueryTextResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SetContainerQueryTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetContainerQueryTextResult>
Inheritance
EmptyResult
SetContainerQueryTextResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

SetContainerQueryTextResult(CSSContainerQuery)

public SetContainerQueryTextResult(CSSContainerQuery ContainerQuery)

Parameters

ContainerQuery CSSContainerQuery

The resulting CSS container query rule after modification.

Properties

ContainerQuery

The resulting CSS container query rule after modification.

public CSSContainerQuery ContainerQuery { get; init; }

Property Value

CSSContainerQuery