Table of Contents

Class CreateStyleSheetCommandResponse

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

Response for Creates a new special "via-inspector" stylesheet in the frame with given frameId.

public sealed class CreateStyleSheetCommandResponse : ICommandResponse<CreateStyleSheetCommandSettings>, ICommandResponse
Inheritance
CreateStyleSheetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

StyleSheetId

Identifier of the created "via-inspector" stylesheet.

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string