Class ApplicationCacheStatusUpdated

java.lang.Object
org.openqa.selenium.devtools.v85.applicationcache.model.ApplicationCacheStatusUpdated

public class ApplicationCacheStatusUpdated extends Object
  • Constructor Details

    • ApplicationCacheStatusUpdated

      public ApplicationCacheStatusUpdated(FrameId frameId, String manifestURL, Integer status)
  • Method Details

    • getFrameId

      public FrameId getFrameId()
      Identifier of the frame containing document whose application cache updated status.
    • getManifestURL

      public String getManifestURL()
      Manifest URL.
    • getStatus

      public Integer getStatus()
      Updated application cache status.