blob: 8a73887ffda57ccb1e1c8e1980ea07e1b3d15a0e [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
commentId: T:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
id: ScriptCoverage
parent: OpenQA.Selenium.DevTools.V132.Profiler
children:
- OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
- OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId
- OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
langs:
- csharp
- vb
name: ScriptCoverage
nameWithType: ScriptCoverage
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: ScriptCoverage
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.Profiler
summary: ScriptCoverage
example: []
syntax:
content: public sealed class ScriptCoverage
content.vb: Public NotInheritable Class ScriptCoverage
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.Profiler.ScriptCoverage.ScriptId
commentId: P:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId
id: ScriptId
parent: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
langs:
- csharp
- vb
name: ScriptId
nameWithType: ScriptCoverage.ScriptId
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: ScriptId
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
startLine: 16
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.Profiler
summary: scriptId
example: []
syntax:
content: >-
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("scriptId")>
Public Property ScriptId As String
overload: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: scriptId
- uid: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
commentId: P:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
id: Url
parent: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
langs:
- csharp
- vb
name: Url
nameWithType: ScriptCoverage.Url
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Url
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
startLine: 23
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.Profiler
summary: url
example: []
syntax:
content: >-
[JsonPropertyName("url")]
public string Url { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("url")>
Public Property Url As String
overload: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: url
- uid: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
commentId: P:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
id: Functions
parent: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage
langs:
- csharp
- vb
name: Functions
nameWithType: ScriptCoverage.Functions
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Functions
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/Profiler/ScriptCoverage.cs
startLine: 30
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.Profiler
summary: functions
example: []
syntax:
content: >-
[JsonPropertyName("functions")]
public FunctionCoverage[] Functions { get; set; }
parameters: []
return:
type: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage[]
content.vb: >-
<JsonPropertyName("functions")>
Public Property Functions As FunctionCoverage()
overload: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: functions
references:
- uid: OpenQA.Selenium.DevTools.V132.Profiler
commentId: N:OpenQA.Selenium.DevTools.V132.Profiler
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V132.Profiler
nameWithType: OpenQA.Selenium.DevTools.V132.Profiler
fullName: OpenQA.Selenium.DevTools.V132.Profiler
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.Profiler
name: Profiler
href: OpenQA.Selenium.DevTools.V132.Profiler.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.Profiler
name: Profiler
href: OpenQA.Selenium.DevTools.V132.Profiler.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.Profiler.ScriptCoverage.ScriptId*
commentId: Overload:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId
href: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.html#OpenQA_Selenium_DevTools_V132_Profiler_ScriptCoverage_ScriptId
name: ScriptId
nameWithType: ScriptCoverage.ScriptId
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.ScriptId
- 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.Profiler.ScriptCoverage.Url*
commentId: Overload:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
href: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.html#OpenQA_Selenium_DevTools_V132_Profiler_ScriptCoverage_Url
name: Url
nameWithType: ScriptCoverage.Url
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Url
- uid: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions*
commentId: Overload:OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
href: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.html#OpenQA_Selenium_DevTools_V132_Profiler_ScriptCoverage_Functions
name: Functions
nameWithType: ScriptCoverage.Functions
fullName: OpenQA.Selenium.DevTools.V132.Profiler.ScriptCoverage.Functions
- uid: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage[]
isExternal: true
href: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage.html
name: FunctionCoverage[]
nameWithType: FunctionCoverage[]
fullName: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage[]
nameWithType.vb: FunctionCoverage()
fullName.vb: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage()
name.vb: FunctionCoverage()
spec.csharp:
- uid: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage
name: FunctionCoverage
href: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage.html
- name: '['
- name: ']'
spec.vb:
- uid: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage
name: FunctionCoverage
href: OpenQA.Selenium.DevTools.V132.Profiler.FunctionCoverage.html
- name: (
- name: )