Table of Contents

Class SetShowHingeCommandSettings

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

Add a dual screen device hinge

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

hinge data, null means hideHinge

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

Property Value

HingeConfig