Class CompilationCacheParams

java.lang.Object
org.openqa.selenium.devtools.v123.page.model.CompilationCacheParams

@Beta public class CompilationCacheParams extends Object
Per-script compilation cache parameters for `Page.produceCompilationCache`
  • Constructor Details

  • Method Details

    • getUrl

      public String getUrl()
      The URL of the script to produce a compilation cache entry for.
    • getEager

      public Optional<Boolean> getEager()
      A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).