blob: 2d5bb6d119accdd92e39b8ca460f537bfbecc9a2 [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
commentId: T:OpenQA.Selenium.DevTools.V132.DOM.BoxModel
id: BoxModel
parent: OpenQA.Selenium.DevTools.V132.DOM
children:
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
- OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
langs:
- csharp
- vb
name: BoxModel
nameWithType: BoxModel
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: BoxModel
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: BoxModel
example: []
syntax:
content: public sealed class BoxModel
content.vb: Public NotInheritable Class BoxModel
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
id: Content
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Content
nameWithType: BoxModel.Content
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Content
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 16
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: content
example: []
syntax:
content: >-
[JsonPropertyName("content")]
public double[] Content { get; set; }
parameters: []
return:
type: System.Double[]
content.vb: >-
<JsonPropertyName("content")>
Public Property Content As Double()
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: content
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
id: Padding
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Padding
nameWithType: BoxModel.Padding
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Padding
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 23
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: padding
example: []
syntax:
content: >-
[JsonPropertyName("padding")]
public double[] Padding { get; set; }
parameters: []
return:
type: System.Double[]
content.vb: >-
<JsonPropertyName("padding")>
Public Property Padding As Double()
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: padding
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
id: Border
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Border
nameWithType: BoxModel.Border
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Border
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 30
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: border
example: []
syntax:
content: >-
[JsonPropertyName("border")]
public double[] Border { get; set; }
parameters: []
return:
type: System.Double[]
content.vb: >-
<JsonPropertyName("border")>
Public Property Border As Double()
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: border
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
id: Margin
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Margin
nameWithType: BoxModel.Margin
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Margin
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 37
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: margin
example: []
syntax:
content: >-
[JsonPropertyName("margin")]
public double[] Margin { get; set; }
parameters: []
return:
type: System.Double[]
content.vb: >-
<JsonPropertyName("margin")>
Public Property Margin As Double()
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: margin
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
id: Width
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Width
nameWithType: BoxModel.Width
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Width
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 44
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: width
example: []
syntax:
content: >-
[JsonPropertyName("width")]
public long Width { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("width")>
Public Property Width As Long
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: width
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
id: Height
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: Height
nameWithType: BoxModel.Height
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Height
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 51
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: height
example: []
syntax:
content: >-
[JsonPropertyName("height")]
public long Height { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("height")>
Public Property Height As Long
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: height
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
commentId: P:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
id: ShapeOutside
parent: OpenQA.Selenium.DevTools.V132.DOM.BoxModel
langs:
- csharp
- vb
name: ShapeOutside
nameWithType: BoxModel.ShapeOutside
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: ShapeOutside
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/DOM/BoxModel.cs
startLine: 58
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.DOM
summary: shapeOutside
example: []
syntax:
content: >-
[JsonPropertyName("shapeOutside")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ShapeOutsideInfo? ShapeOutside { get; set; }
parameters: []
return:
type: OpenQA.Selenium.DevTools.V132.DOM.ShapeOutsideInfo
content.vb: >-
<JsonPropertyName("shapeOutside")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property ShapeOutside As ShapeOutsideInfo
overload: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: shapeOutside
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
references:
- uid: OpenQA.Selenium.DevTools.V132.DOM
commentId: N:OpenQA.Selenium.DevTools.V132.DOM
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V132.DOM
nameWithType: OpenQA.Selenium.DevTools.V132.DOM
fullName: OpenQA.Selenium.DevTools.V132.DOM
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132
name: V132
href: OpenQA.Selenium.DevTools.V132.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132.DOM
name: DOM
href: OpenQA.Selenium.DevTools.V132.DOM.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132
name: V132
href: OpenQA.Selenium.DevTools.V132.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132.DOM
name: DOM
href: OpenQA.Selenium.DevTools.V132.DOM.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Content
name: Content
nameWithType: BoxModel.Content
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Content
- uid: System.Double[]
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
name: double[]
nameWithType: double[]
fullName: double[]
nameWithType.vb: Double()
fullName.vb: Double()
name.vb: Double()
spec.csharp:
- uid: System.Double
name: double
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
- name: '['
- name: ']'
spec.vb:
- uid: System.Double
name: Double
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
- name: (
- name: )
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Padding
name: Padding
nameWithType: BoxModel.Padding
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Padding
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Border
name: Border
nameWithType: BoxModel.Border
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Border
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Margin
name: Margin
nameWithType: BoxModel.Margin
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Margin
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Width
name: Width
nameWithType: BoxModel.Width
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Width
- uid: System.Int64
commentId: T:System.Int64
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
name: long
nameWithType: long
fullName: long
nameWithType.vb: Long
fullName.vb: Long
name.vb: Long
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_Height
name: Height
nameWithType: BoxModel.Height
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.Height
- uid: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside*
commentId: Overload:OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
href: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.html#OpenQA_Selenium_DevTools_V132_DOM_BoxModel_ShapeOutside
name: ShapeOutside
nameWithType: BoxModel.ShapeOutside
fullName: OpenQA.Selenium.DevTools.V132.DOM.BoxModel.ShapeOutside
- uid: OpenQA.Selenium.DevTools.V132.DOM.ShapeOutsideInfo
commentId: T:OpenQA.Selenium.DevTools.V132.DOM.ShapeOutsideInfo
parent: OpenQA.Selenium.DevTools.V132.DOM
href: OpenQA.Selenium.DevTools.V132.DOM.ShapeOutsideInfo.html
name: ShapeOutsideInfo
nameWithType: ShapeOutsideInfo
fullName: OpenQA.Selenium.DevTools.V132.DOM.ShapeOutsideInfo