Class PreloadPipelineId

java.lang.Object
org.openqa.selenium.devtools.v133.preload.model.PreloadPipelineId

public class PreloadPipelineId extends Object
Chrome manages different types of preloads together using a concept of preloading pipeline. For example, if a site uses a SpeculationRules for prerender, Chrome first starts a prefetch and then upgrades it to prerender. CDP events for them are emitted separately but they share `PreloadPipelineId`.
  • Constructor Details

    • PreloadPipelineId

      public PreloadPipelineId(String preloadPipelineId)
  • Method Details