Table of Contents

Class ScriptCoverage

Namespace
OpenQA.Selenium.DevTools.V147.Profiler
Assembly
Selenium.WebDriver.dll

Coverage data for a JavaScript script.

public sealed class ScriptCoverage
Inheritance
ScriptCoverage
Inherited Members

Properties

Functions

Functions contained in the script that has coverage data.

[JsonPropertyName("functions")]
public FunctionCoverage[] Functions { get; set; }

Property Value

FunctionCoverage[]

ScriptId

JavaScript script id.

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string

Url

JavaScript script name or url.

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string