Table of Contents

Class SafeAreaInsets

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

SafeAreaInsets

public sealed class SafeAreaInsets
Inheritance
SafeAreaInsets
Inherited Members

Properties

Bottom

Overrides safe-area-inset-bottom.

[JsonPropertyName("bottom")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Bottom { get; set; }

Property Value

long?

BottomMax

Overrides safe-area-max-inset-bottom.

[JsonPropertyName("bottomMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BottomMax { get; set; }

Property Value

long?

Left

Overrides safe-area-inset-left.

[JsonPropertyName("left")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Left { get; set; }

Property Value

long?

LeftMax

Overrides safe-area-max-inset-left.

[JsonPropertyName("leftMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LeftMax { get; set; }

Property Value

long?

Right

Overrides safe-area-inset-right.

[JsonPropertyName("right")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Right { get; set; }

Property Value

long?

RightMax

Overrides safe-area-max-inset-right.

[JsonPropertyName("rightMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RightMax { get; set; }

Property Value

long?

Top

Overrides safe-area-inset-top.

[JsonPropertyName("top")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Top { get; set; }

Property Value

long?

TopMax

Overrides safe-area-max-inset-top.

[JsonPropertyName("topMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? TopMax { get; set; }

Property Value

long?