Table of Contents

Class GetStyleSheetTextCommandResponse

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

Response for Returns the current textual content for a stylesheet.

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

Properties

Text

The stylesheet text.

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

Property Value

string