Class ApplicationCache

java.lang.Object
org.openqa.selenium.devtools.v85.applicationcache.ApplicationCache

@Beta public class ApplicationCache extends Object
  • Constructor Details

    • ApplicationCache

      public ApplicationCache()
  • Method Details

    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable()
      Enables application cache domain notifications.
    • getApplicationCacheForFrame

      public static org.openqa.selenium.devtools.Command<ApplicationCache> getApplicationCacheForFrame(FrameId frameId)
      Returns relevant application cache data for the document in given frame.
    • getFramesWithManifests

      public static org.openqa.selenium.devtools.Command<List<FrameWithManifest>> getFramesWithManifests()
      Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
    • getManifestForFrame

      public static org.openqa.selenium.devtools.Command<String> getManifestForFrame(FrameId frameId)
      Returns manifest URL for document in the given frame.
    • applicationCacheStatusUpdated

      public static org.openqa.selenium.devtools.Event<ApplicationCacheStatusUpdated> applicationCacheStatusUpdated()
    • networkStateUpdated

      public static org.openqa.selenium.devtools.Event<Boolean> networkStateUpdated()