Uses of Class
org.openqa.selenium.devtools.v93.profiler.model.RuntimeCallCounterInfo
-
Packages that use RuntimeCallCounterInfo Package Description org.openqa.selenium.devtools.v93.profiler -
-
Uses of RuntimeCallCounterInfo in org.openqa.selenium.devtools.v93.profiler
Methods in org.openqa.selenium.devtools.v93.profiler that return types with arguments of type RuntimeCallCounterInfo Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<RuntimeCallCounterInfo>>Profiler. getRuntimeCallStats()Retrieve run time call stats.
-