Table of Contents

Class SetStyleSheetTextResult

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

Constructors

SetStyleSheetTextResult(string?)

public SetStyleSheetTextResult(string? SourceMapURL)

Parameters

SourceMapURL string

URL of source map associated with script (if any).

Properties

SourceMapURL

URL of source map associated with script (if any).

public string? SourceMapURL { get; init; }

Property Value

string