Uses of Class
org.openqa.selenium.devtools.profiler.model.FunctionCoverage
-
Packages that use FunctionCoverage Package Description org.openqa.selenium.devtools.profiler.model -
-
Uses of FunctionCoverage in org.openqa.selenium.devtools.profiler.model
Methods in org.openqa.selenium.devtools.profiler.model that return types with arguments of type FunctionCoverage Modifier and Type Method Description java.util.List<FunctionCoverage>
ScriptCoverage. getFunctions()
Functions contained in the script that has coverage data.Constructor parameters in org.openqa.selenium.devtools.profiler.model with type arguments of type FunctionCoverage Constructor Description ScriptCoverage(ScriptId scriptId, java.lang.String url, java.util.List<FunctionCoverage> functions)
-