Class CompilationCacheParams
java.lang.Object
org.openqa.selenium.devtools.v123.page.model.CompilationCacheParams
Per-script compilation cache parameters for `Page.produceCompilationCache`
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompilationCacheParams
-
-
Method Details
-
getUrl
The URL of the script to produce a compilation cache entry for. -
getEager
A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).
-