Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetStyleSheetTextCommandSettings

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

GetStyleSheetText

public sealed class GetStyleSheetTextCommandSettings : ICommand
Inheritance
GetStyleSheetTextCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

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

Property Value

string