blob: 9b1f508677f366981ea2b7aa8045b8ca0e465e59 [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
commentId: T:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
id: ChannelLocalValue.ChannelProperties
parent: OpenQA.Selenium.BiDi.Modules.Script
children:
- OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor(OpenQA.Selenium.BiDi.Modules.Script.Channel)
- OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
- OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
- OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
langs:
- csharp
- vb
name: ChannelLocalValue.ChannelProperties
nameWithType: ChannelLocalValue.ChannelProperties
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
type: Class
source:
remote:
path: dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: ChannelProperties
path: ../src/webdriver/BiDi/Modules/Script/LocalValue.cs
startLine: 98
assemblies:
- WebDriver
namespace: OpenQA.Selenium.BiDi.Modules.Script
syntax:
content: 'public record ChannelLocalValue.ChannelProperties : IEquatable<ChannelLocalValue.ChannelProperties>'
content.vb: Public Class ChannelLocalValue.ChannelProperties Implements IEquatable(Of ChannelLocalValue.ChannelProperties)
inheritance:
- System.Object
implements:
- System.IEquatable{OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties}
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor(OpenQA.Selenium.BiDi.Modules.Script.Channel)
commentId: M:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor(OpenQA.Selenium.BiDi.Modules.Script.Channel)
id: '#ctor(OpenQA.Selenium.BiDi.Modules.Script.Channel)'
parent: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
langs:
- csharp
- vb
name: ChannelProperties(Channel)
nameWithType: ChannelLocalValue.ChannelProperties.ChannelProperties(Channel)
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.ChannelProperties(OpenQA.Selenium.BiDi.Modules.Script.Channel)
type: Constructor
source:
remote:
path: dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: .ctor
path: ../src/webdriver/BiDi/Modules/Script/LocalValue.cs
startLine: 98
assemblies:
- WebDriver
namespace: OpenQA.Selenium.BiDi.Modules.Script
syntax:
content: public ChannelProperties(Channel Channel)
parameters:
- id: Channel
type: OpenQA.Selenium.BiDi.Modules.Script.Channel
content.vb: Public Sub New(Channel As Channel)
overload: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor*
nameWithType.vb: ChannelLocalValue.ChannelProperties.New(Channel)
fullName.vb: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.New(OpenQA.Selenium.BiDi.Modules.Script.Channel)
name.vb: New(Channel)
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
commentId: P:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
id: Channel
parent: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
langs:
- csharp
- vb
name: Channel
nameWithType: ChannelLocalValue.ChannelProperties.Channel
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
type: Property
source:
remote:
path: dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Channel
path: ../src/webdriver/BiDi/Modules/Script/LocalValue.cs
startLine: 98
assemblies:
- WebDriver
namespace: OpenQA.Selenium.BiDi.Modules.Script
syntax:
content: public Channel Channel { get; init; }
parameters: []
return:
type: OpenQA.Selenium.BiDi.Modules.Script.Channel
content.vb: Public Property Channel As Channel
overload: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel*
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
commentId: P:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
id: SerializationOptions
parent: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
langs:
- csharp
- vb
name: SerializationOptions
nameWithType: ChannelLocalValue.ChannelProperties.SerializationOptions
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
type: Property
source:
remote:
path: dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: SerializationOptions
path: ../src/webdriver/BiDi/Modules/Script/LocalValue.cs
startLine: 100
assemblies:
- WebDriver
namespace: OpenQA.Selenium.BiDi.Modules.Script
syntax:
content: public SerializationOptions? SerializationOptions { get; set; }
parameters: []
return:
type: OpenQA.Selenium.BiDi.Modules.Script.SerializationOptions
content.vb: Public Property SerializationOptions As SerializationOptions
overload: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions*
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
commentId: P:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
id: Ownership
parent: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
langs:
- csharp
- vb
name: Ownership
nameWithType: ChannelLocalValue.ChannelProperties.Ownership
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
type: Property
source:
remote:
path: dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Ownership
path: ../src/webdriver/BiDi/Modules/Script/LocalValue.cs
startLine: 102
assemblies:
- WebDriver
namespace: OpenQA.Selenium.BiDi.Modules.Script
syntax:
content: public ResultOwnership? Ownership { get; set; }
parameters: []
return:
type: System.Nullable{OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership}
content.vb: Public Property Ownership As ResultOwnership?
overload: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership*
references:
- uid: OpenQA.Selenium.BiDi.Modules.Script
commentId: N:OpenQA.Selenium.BiDi.Modules.Script
href: OpenQA.html
name: OpenQA.Selenium.BiDi.Modules.Script
nameWithType: OpenQA.Selenium.BiDi.Modules.Script
fullName: OpenQA.Selenium.BiDi.Modules.Script
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.BiDi
name: BiDi
href: OpenQA.Selenium.BiDi.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules
name: Modules
href: OpenQA.Selenium.BiDi.Modules.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules.Script
name: Script
href: OpenQA.Selenium.BiDi.Modules.Script.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.BiDi
name: BiDi
href: OpenQA.Selenium.BiDi.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules
name: Modules
href: OpenQA.Selenium.BiDi.Modules.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules.Script
name: Script
href: OpenQA.Selenium.BiDi.Modules.Script.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.IEquatable{OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties}
commentId: T:System.IEquatable{OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<ChannelLocalValue.ChannelProperties>
nameWithType: IEquatable<ChannelLocalValue.ChannelProperties>
fullName: System.IEquatable<OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties>
nameWithType.vb: IEquatable(Of ChannelLocalValue.ChannelProperties)
fullName.vb: System.IEquatable(Of OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties)
name.vb: IEquatable(Of ChannelLocalValue.ChannelProperties)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue
name: ChannelLocalValue
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
name: ChannelProperties
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue
name: ChannelLocalValue
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.html
- name: .
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties
name: ChannelProperties
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html
- name: )
- 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.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- 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: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor*
commentId: Overload:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.#ctor
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html#OpenQA_Selenium_BiDi_Modules_Script_ChannelLocalValue_ChannelProperties__ctor_OpenQA_Selenium_BiDi_Modules_Script_Channel_
name: ChannelProperties
nameWithType: ChannelLocalValue.ChannelProperties.ChannelProperties
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.ChannelProperties
nameWithType.vb: ChannelLocalValue.ChannelProperties.New
fullName.vb: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.New
name.vb: New
- uid: OpenQA.Selenium.BiDi.Modules.Script.Channel
commentId: T:OpenQA.Selenium.BiDi.Modules.Script.Channel
parent: OpenQA.Selenium.BiDi.Modules.Script
href: OpenQA.Selenium.BiDi.Modules.Script.Channel.html
name: Channel
nameWithType: Channel
fullName: OpenQA.Selenium.BiDi.Modules.Script.Channel
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel*
commentId: Overload:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html#OpenQA_Selenium_BiDi_Modules_Script_ChannelLocalValue_ChannelProperties_Channel
name: Channel
nameWithType: ChannelLocalValue.ChannelProperties.Channel
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Channel
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions*
commentId: Overload:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html#OpenQA_Selenium_BiDi_Modules_Script_ChannelLocalValue_ChannelProperties_SerializationOptions
name: SerializationOptions
nameWithType: ChannelLocalValue.ChannelProperties.SerializationOptions
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.SerializationOptions
- uid: OpenQA.Selenium.BiDi.Modules.Script.SerializationOptions
commentId: T:OpenQA.Selenium.BiDi.Modules.Script.SerializationOptions
parent: OpenQA.Selenium.BiDi.Modules.Script
href: OpenQA.Selenium.BiDi.Modules.Script.SerializationOptions.html
name: SerializationOptions
nameWithType: SerializationOptions
fullName: OpenQA.Selenium.BiDi.Modules.Script.SerializationOptions
- uid: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership*
commentId: Overload:OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
href: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.html#OpenQA_Selenium_BiDi_Modules_Script_ChannelLocalValue_ChannelProperties_Ownership
name: Ownership
nameWithType: ChannelLocalValue.ChannelProperties.Ownership
fullName: OpenQA.Selenium.BiDi.Modules.Script.ChannelLocalValue.ChannelProperties.Ownership
- uid: System.Nullable{OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership}
commentId: T:System.Nullable{OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership}
parent: System
definition: System.Nullable`1
href: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership.html
name: ResultOwnership?
nameWithType: ResultOwnership?
fullName: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership?
spec.csharp:
- uid: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership
name: ResultOwnership
href: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership.html
- name: '?'
spec.vb:
- uid: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership
name: ResultOwnership
href: OpenQA.Selenium.BiDi.Modules.Script.ResultOwnership.html
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )