Table of Contents

Class SetShowHingeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Overlay
Assembly
WebDriver.dll

SetShowHinge

public sealed class SetShowHingeCommandSettings : ICommand
Inheritance
SetShowHingeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

HingeConfig

Gets or sets the hingeConfig

[JsonPropertyName("hingeConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HingeConfig HingeConfig { get; set; }

Property Value

HingeConfig