Table of Contents

Class CreateStyleSheetResult

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

Constructors

CreateStyleSheetResult(StyleSheetId)

public CreateStyleSheetResult(StyleSheetId StyleSheetId)

Parameters

StyleSheetId StyleSheetId

Identifier of the created "via-inspector" stylesheet.

Properties

StyleSheetId

Identifier of the created "via-inspector" stylesheet.

public StyleSheetId StyleSheetId { get; init; }

Property Value

StyleSheetId