Uses of Class
org.openqa.selenium.devtools.v107.page.model.CompilationCacheParams
-
Packages that use CompilationCacheParams Package Description org.openqa.selenium.devtools.v107.page -
-
Uses of CompilationCacheParams in org.openqa.selenium.devtools.v107.page
Method parameters in org.openqa.selenium.devtools.v107.page with type arguments of type CompilationCacheParams Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. produceCompilationCache(java.util.List<CompilationCacheParams> scripts)Requests backend to produce compilation cache for the specified scripts.
-