Table of Contents

Class SetSafeAreaInsetsOverrideCommandSettings

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

Overrides the values for env(safe-area-inset-) and env(safe-area-max-inset-). Unset values will cause the respective variables to be undefined, even if previously overridden.

public sealed class SetSafeAreaInsetsOverrideCommandSettings : ICommand
Inheritance
SetSafeAreaInsetsOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Insets

Gets or sets the insets

[JsonPropertyName("insets")]
public SafeAreaInsets Insets { get; set; }

Property Value

SafeAreaInsets