Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetSafeAreaInsetsOverrideCommandSettings

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

SetSafeAreaInsetsOverride

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