Uses of Class
org.openqa.selenium.devtools.v101.profiler.model.ScriptTypeProfile
-
Packages that use ScriptTypeProfile Package Description org.openqa.selenium.devtools.v101.profiler -
-
Uses of ScriptTypeProfile in org.openqa.selenium.devtools.v101.profiler
Methods in org.openqa.selenium.devtools.v101.profiler that return types with arguments of type ScriptTypeProfile Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<ScriptTypeProfile>>Profiler. takeTypeProfile()Collect type profile.
-