Uses of Class
org.openqa.selenium.devtools.runtime.Runtime.GetHeapUsageResponse
-
Packages that use Runtime.GetHeapUsageResponse Package Description org.openqa.selenium.devtools.runtime -
-
Uses of Runtime.GetHeapUsageResponse in org.openqa.selenium.devtools.runtime
Methods in org.openqa.selenium.devtools.runtime that return types with arguments of type Runtime.GetHeapUsageResponse Modifier and Type Method Description static Command<Runtime.GetHeapUsageResponse>
Runtime. getHeapUsage()
Returns the JavaScript heap usage.
-