Uses of Class
org.openqa.selenium.devtools.v96.profiler.model.TypeProfileEntry
-
Packages that use TypeProfileEntry Package Description org.openqa.selenium.devtools.v96.profiler.model -
-
Uses of TypeProfileEntry in org.openqa.selenium.devtools.v96.profiler.model
Methods in org.openqa.selenium.devtools.v96.profiler.model that return types with arguments of type TypeProfileEntry Modifier and Type Method Description java.util.List<TypeProfileEntry>ScriptTypeProfile. getEntries()Type profile entries for parameters and return values of the functions in the script.Constructor parameters in org.openqa.selenium.devtools.v96.profiler.model with type arguments of type TypeProfileEntry Constructor Description ScriptTypeProfile(ScriptId scriptId, java.lang.String url, java.util.List<TypeProfileEntry> entries)
-