Table of Contents

Class GetStyleSheetTextResult

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

Constructors

GetStyleSheetTextResult(string)

public GetStyleSheetTextResult(string Text)

Parameters

Text string

The stylesheet text.

Properties

Text

The stylesheet text.

public string Text { get; init; }

Property Value

string