| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| commentId: T:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| id: BackgroundServiceEvent |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService |
| children: |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |
| - OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp |
| langs: |
| - csharp |
| - vb |
| name: BackgroundServiceEvent |
| nameWithType: BackgroundServiceEvent |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| type: Class |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: BackgroundServiceEvent |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 11 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: BackgroundServiceEvent |
| example: [] |
| syntax: |
| content: public sealed class BackgroundServiceEvent |
| content.vb: Public NotInheritable Class BackgroundServiceEvent |
| 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.BackgroundService.BackgroundServiceEvent.Timestamp |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp |
| id: Timestamp |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: Timestamp |
| nameWithType: BackgroundServiceEvent.Timestamp |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Timestamp |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 16 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: timestamp |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("timestamp")] |
| |
| public double Timestamp { get; set; } |
| parameters: [] |
| return: |
| type: System.Double |
| content.vb: >- |
| <JsonPropertyName("timestamp")> |
| |
| Public Property Timestamp As Double |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: timestamp |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| id: Origin |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: Origin |
| nameWithType: BackgroundServiceEvent.Origin |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Origin |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 23 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: origin |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("origin")] |
| |
| public string Origin { get; set; } |
| parameters: [] |
| return: |
| type: System.String |
| content.vb: >- |
| <JsonPropertyName("origin")> |
| |
| Public Property Origin As String |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: origin |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| id: ServiceWorkerRegistrationId |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: ServiceWorkerRegistrationId |
| nameWithType: BackgroundServiceEvent.ServiceWorkerRegistrationId |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: ServiceWorkerRegistrationId |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 30 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: serviceWorkerRegistrationId |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("serviceWorkerRegistrationId")] |
| |
| public string ServiceWorkerRegistrationId { get; set; } |
| parameters: [] |
| return: |
| type: System.String |
| content.vb: >- |
| <JsonPropertyName("serviceWorkerRegistrationId")> |
| |
| Public Property ServiceWorkerRegistrationId As String |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: serviceWorkerRegistrationId |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| id: Service |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: Service |
| nameWithType: BackgroundServiceEvent.Service |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Service |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 37 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: service |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("service")] |
| |
| public ServiceName Service { get; set; } |
| parameters: [] |
| return: |
| type: OpenQA.Selenium.DevTools.V132.BackgroundService.ServiceName |
| content.vb: >- |
| <JsonPropertyName("service")> |
| |
| Public Property Service As ServiceName |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: service |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| id: EventName |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: EventName |
| nameWithType: BackgroundServiceEvent.EventName |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: EventName |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 44 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: eventName |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("eventName")] |
| |
| public string EventName { get; set; } |
| parameters: [] |
| return: |
| type: System.String |
| content.vb: >- |
| <JsonPropertyName("eventName")> |
| |
| Public Property EventName As String |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: eventName |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| id: InstanceId |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: InstanceId |
| nameWithType: BackgroundServiceEvent.InstanceId |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: InstanceId |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 51 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: instanceId |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("instanceId")] |
| |
| public string InstanceId { get; set; } |
| parameters: [] |
| return: |
| type: System.String |
| content.vb: >- |
| <JsonPropertyName("instanceId")> |
| |
| Public Property InstanceId As String |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: instanceId |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| id: EventMetadata |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: EventMetadata |
| nameWithType: BackgroundServiceEvent.EventMetadata |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: EventMetadata |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 58 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: eventMetadata |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("eventMetadata")] |
| |
| public EventMetadata[] EventMetadata { get; set; } |
| parameters: [] |
| return: |
| type: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata[] |
| content.vb: >- |
| <JsonPropertyName("eventMetadata")> |
| |
| Public Property EventMetadata As EventMetadata() |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: eventMetadata |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |
| commentId: P:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |
| id: StorageKey |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent |
| langs: |
| - csharp |
| - vb |
| name: StorageKey |
| nameWithType: BackgroundServiceEvent.StorageKey |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: StorageKey |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/BackgroundService/BackgroundServiceEvent.cs |
| startLine: 65 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.BackgroundService |
| summary: storageKey |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("storageKey")] |
| |
| public string StorageKey { get; set; } |
| parameters: [] |
| return: |
| type: System.String |
| content.vb: >- |
| <JsonPropertyName("storageKey")> |
| |
| Public Property StorageKey As String |
| overload: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: storageKey |
| references: |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService |
| commentId: N:OpenQA.Selenium.DevTools.V132.BackgroundService |
| href: OpenQA.html |
| name: OpenQA.Selenium.DevTools.V132.BackgroundService |
| nameWithType: OpenQA.Selenium.DevTools.V132.BackgroundService |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService |
| 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.BackgroundService |
| name: BackgroundService |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.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.BackgroundService |
| name: BackgroundService |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.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.BackgroundService.BackgroundServiceEvent.Timestamp* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_Timestamp |
| name: Timestamp |
| nameWithType: BackgroundServiceEvent.Timestamp |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Timestamp |
| - uid: System.Double |
| commentId: T:System.Double |
| parent: System |
| 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 |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_Origin |
| name: Origin |
| nameWithType: BackgroundServiceEvent.Origin |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Origin |
| - uid: System.String |
| commentId: T:System.String |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| name: string |
| nameWithType: string |
| fullName: string |
| nameWithType.vb: String |
| fullName.vb: String |
| name.vb: String |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_ServiceWorkerRegistrationId |
| name: ServiceWorkerRegistrationId |
| nameWithType: BackgroundServiceEvent.ServiceWorkerRegistrationId |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.ServiceWorkerRegistrationId |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_Service |
| name: Service |
| nameWithType: BackgroundServiceEvent.Service |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.Service |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.ServiceName |
| commentId: T:OpenQA.Selenium.DevTools.V132.BackgroundService.ServiceName |
| parent: OpenQA.Selenium.DevTools.V132.BackgroundService |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.ServiceName.html |
| name: ServiceName |
| nameWithType: ServiceName |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.ServiceName |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_EventName |
| name: EventName |
| nameWithType: BackgroundServiceEvent.EventName |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventName |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_InstanceId |
| name: InstanceId |
| nameWithType: BackgroundServiceEvent.InstanceId |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.InstanceId |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_EventMetadata |
| name: EventMetadata |
| nameWithType: BackgroundServiceEvent.EventMetadata |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.EventMetadata |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata[] |
| isExternal: true |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata.html |
| name: EventMetadata[] |
| nameWithType: EventMetadata[] |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata[] |
| nameWithType.vb: EventMetadata() |
| fullName.vb: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata() |
| name.vb: EventMetadata() |
| spec.csharp: |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata |
| name: EventMetadata |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata.html |
| - name: '[' |
| - name: ']' |
| spec.vb: |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata |
| name: EventMetadata |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.EventMetadata.html |
| - name: ( |
| - name: ) |
| - uid: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |
| href: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.html#OpenQA_Selenium_DevTools_V132_BackgroundService_BackgroundServiceEvent_StorageKey |
| name: StorageKey |
| nameWithType: BackgroundServiceEvent.StorageKey |
| fullName: OpenQA.Selenium.DevTools.V132.BackgroundService.BackgroundServiceEvent.StorageKey |