| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| commentId: T:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| id: LogEntrySourceValues |
| parent: OpenQA.Selenium.DevTools.V132.Log |
| children: |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Appcache |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Deprecation |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Intervention |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Javascript |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Network |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Other |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Recommendation |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Rendering |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Security |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Storage |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Violation |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Worker |
| - OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Xml |
| langs: |
| - csharp |
| - vb |
| name: LogEntrySourceValues |
| nameWithType: LogEntrySourceValues |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| type: Enum |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: LogEntrySourceValues |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 12 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated values for Log.LogEntry.source |
| example: [] |
| syntax: |
| content: >- |
| [JsonConverter(typeof(JsonEnumMemberConverter<LogEntrySourceValues>))] |
| |
| public enum LogEntrySourceValues |
| content.vb: >- |
| <JsonConverter(GetType(JsonEnumMemberConverter(Of LogEntrySourceValues)))> |
| |
| Public Enum LogEntrySourceValues |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Xml |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Xml |
| id: Xml |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Xml |
| nameWithType: LogEntrySourceValues.Xml |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Xml |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Xml |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 18 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the xml value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "xml")] |
| |
| Xml = 0 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="xml")> |
| |
| Xml = 0 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: xml |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Javascript |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Javascript |
| id: Javascript |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Javascript |
| nameWithType: LogEntrySourceValues.Javascript |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Javascript |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Javascript |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 23 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the javascript value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "javascript")] |
| |
| Javascript = 1 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="javascript")> |
| |
| Javascript = 1 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: javascript |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Network |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Network |
| id: Network |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Network |
| nameWithType: LogEntrySourceValues.Network |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Network |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Network |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 28 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the network value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "network")] |
| |
| Network = 2 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="network")> |
| |
| Network = 2 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: network |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Storage |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Storage |
| id: Storage |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Storage |
| nameWithType: LogEntrySourceValues.Storage |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Storage |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Storage |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 33 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the storage value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "storage")] |
| |
| Storage = 3 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="storage")> |
| |
| Storage = 3 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: storage |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Appcache |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Appcache |
| id: Appcache |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Appcache |
| nameWithType: LogEntrySourceValues.Appcache |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Appcache |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Appcache |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 38 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the appcache value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "appcache")] |
| |
| Appcache = 4 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="appcache")> |
| |
| Appcache = 4 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: appcache |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Rendering |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Rendering |
| id: Rendering |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Rendering |
| nameWithType: LogEntrySourceValues.Rendering |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Rendering |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Rendering |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 43 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the rendering value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "rendering")] |
| |
| Rendering = 5 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="rendering")> |
| |
| Rendering = 5 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: rendering |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Security |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Security |
| id: Security |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Security |
| nameWithType: LogEntrySourceValues.Security |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Security |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Security |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 48 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the security value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "security")] |
| |
| Security = 6 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="security")> |
| |
| Security = 6 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: security |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Deprecation |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Deprecation |
| id: Deprecation |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Deprecation |
| nameWithType: LogEntrySourceValues.Deprecation |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Deprecation |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Deprecation |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 53 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the deprecation value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "deprecation")] |
| |
| Deprecation = 7 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="deprecation")> |
| |
| Deprecation = 7 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: deprecation |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Worker |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Worker |
| id: Worker |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Worker |
| nameWithType: LogEntrySourceValues.Worker |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Worker |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Worker |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 58 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the worker value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "worker")] |
| |
| Worker = 8 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="worker")> |
| |
| Worker = 8 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: worker |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Violation |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Violation |
| id: Violation |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Violation |
| nameWithType: LogEntrySourceValues.Violation |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Violation |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Violation |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 63 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the violation value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "violation")] |
| |
| Violation = 9 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="violation")> |
| |
| Violation = 9 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: violation |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Intervention |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Intervention |
| id: Intervention |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Intervention |
| nameWithType: LogEntrySourceValues.Intervention |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Intervention |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Intervention |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 68 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the intervention value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "intervention")] |
| |
| Intervention = 10 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="intervention")> |
| |
| Intervention = 10 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: intervention |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Recommendation |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Recommendation |
| id: Recommendation |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Recommendation |
| nameWithType: LogEntrySourceValues.Recommendation |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Recommendation |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Recommendation |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 73 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the recommendation value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "recommendation")] |
| |
| Recommendation = 11 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="recommendation")> |
| |
| Recommendation = 11 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: recommendation |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Other |
| commentId: F:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Other |
| id: Other |
| parent: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| langs: |
| - csharp |
| - vb |
| name: Other |
| nameWithType: LogEntrySourceValues.Other |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.Other |
| type: Field |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Other |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Log/LogEntrySourceValues.cs |
| startLine: 78 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.Log |
| summary: Enumerated member for the other value. |
| example: [] |
| syntax: |
| content: >- |
| [EnumMember(Value = "other")] |
| |
| Other = 12 |
| return: |
| type: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| content.vb: >- |
| <EnumMember(Value:="other")> |
| |
| Other = 12 |
| attributes: |
| - type: System.Runtime.Serialization.EnumMemberAttribute |
| ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Value |
| type: System.String |
| value: other |
| references: |
| - uid: OpenQA.Selenium.DevTools.V132.Log |
| commentId: N:OpenQA.Selenium.DevTools.V132.Log |
| href: OpenQA.html |
| name: OpenQA.Selenium.DevTools.V132.Log |
| nameWithType: OpenQA.Selenium.DevTools.V132.Log |
| fullName: OpenQA.Selenium.DevTools.V132.Log |
| 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.Log |
| name: Log |
| href: OpenQA.Selenium.DevTools.V132.Log.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.Log |
| name: Log |
| href: OpenQA.Selenium.DevTools.V132.Log.html |
| - uid: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| commentId: T:OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |
| parent: OpenQA.Selenium.DevTools.V132.Log |
| href: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues.html |
| name: LogEntrySourceValues |
| nameWithType: LogEntrySourceValues |
| fullName: OpenQA.Selenium.DevTools.V132.Log.LogEntrySourceValues |