Table of Contents

Enum DisplayCutoutShape

Namespace
OpenQA.Selenium.DevTools.V152.Overlay
Assembly
Selenium.WebDriver.dll

Supported display cutout shapes.

[JsonConverter(typeof(JsonEnumMemberConverter<DisplayCutoutShape>))]
public enum DisplayCutoutShape

Fields

[EnumMember(Value = "circle")] Circle = 2

Enumerated member for the circle value.

[EnumMember(Value = "notch")] Notch = 1

Enumerated member for the notch value.

[EnumMember(Value = "pill")] Pill = 0

Enumerated member for the pill value.

[EnumMember(Value = "rectangle")] Rectangle = 3

Enumerated member for the rectangle value.