Table of Contents

Class GetStyleSheetTextCommandResponse

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

Response for GetStyleSheetText

public sealed class GetStyleSheetTextCommandResponse : ICommandResponse<GetStyleSheetTextCommandSettings>, ICommandResponse
Inheritance
GetStyleSheetTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Text

Gets or sets the text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string