Uses of Class
org.openqa.selenium.devtools.v141.profiler.model.FunctionCoverage
Packages that use FunctionCoverage
-
Uses of FunctionCoverage in org.openqa.selenium.devtools.v141.profiler.model
Methods in org.openqa.selenium.devtools.v141.profiler.model that return types with arguments of type FunctionCoverageModifier and TypeMethodDescriptionScriptCoverage.getFunctions()Functions contained in the script that has coverage data.Constructor parameters in org.openqa.selenium.devtools.v141.profiler.model with type arguments of type FunctionCoverageModifierConstructorDescriptionScriptCoverage(ScriptId scriptId, String url, List<FunctionCoverage> functions)