Table of Contents

Class SetStyleSheetTextCommandResponse

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

Response for Sets the new stylesheet text.

public sealed class SetStyleSheetTextCommandResponse : ICommandResponse<SetStyleSheetTextCommandSettings>, ICommandResponse
Inheritance
SetStyleSheetTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SourceMapURL

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

[JsonPropertyName("sourceMapURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SourceMapURL { get; set; }

Property Value

string