Table of Contents

Class SetDevicePostureOverrideCommandSettings

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

Start reporting the given posture value to the Device Posture API. This override can also be set in setDeviceMetricsOverride().

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