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