Table of Contents

Class ShapeOutsideInfo

Namespace
OpenQA.Selenium.DevTools.V131.DOM
Assembly
WebDriver.dll

ShapeOutsideInfo

public sealed class ShapeOutsideInfo
Inheritance
ShapeOutsideInfo
Inherited Members

Properties

Bounds

bounds

[JsonPropertyName("bounds")]
public double[] Bounds { get; set; }

Property Value

double[]

MarginShape

marginShape

[JsonPropertyName("marginShape")]
public object[] MarginShape { get; set; }

Property Value

object[]

Shape

shape

[JsonPropertyName("shape")]
public object[] Shape { get; set; }

Property Value

object[]