Table of Contents

Class CreateStyleSheetCommandResponse

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

Response for CreateStyleSheet

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

Properties

StyleSheetId

Gets or sets the styleSheetId

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

Property Value

string