Class RemoteApplicationCache

  • All Implemented Interfaces:
    org.openqa.selenium.html5.ApplicationCache

    public class RemoteApplicationCache
    extends java.lang.Object
    implements org.openqa.selenium.html5.ApplicationCache
    Provides remote access to the ApplicationCache API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.html5.AppCacheStatus getStatus()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteApplicationCache

        public RemoteApplicationCache​(ExecuteMethod executeMethod)
    • Method Detail

      • getStatus

        public org.openqa.selenium.html5.AppCacheStatus getStatus()
        Specified by:
        getStatus in interface org.openqa.selenium.html5.ApplicationCache