Table of Contents

Class SetDevicePostureOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Emulation
Assembly
WebDriver.dll

SetDevicePostureOverride

public sealed class SetDevicePostureOverrideCommandSettings : ICommand
Inheritance
SetDevicePostureOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Posture

Gets or sets the posture

[JsonPropertyName("posture")]
public DevicePosture Posture { get; set; }

Property Value

DevicePosture