org.openqa.selenium.html5
Interface ApplicationCache


public interface ApplicationCache


Method Summary
 List<AppCacheEntry> getAppCache()
          Gets the list of cache entries on the application cache.
 AppCacheStatus getStatus()
          The current state of the application cache.
 

Method Detail

getAppCache

List<AppCacheEntry> getAppCache()
                                throws WebDriverException
Gets the list of cache entries on the application cache.

Returns:
a list of AppCacheEntry
Throws:
WebDriverException

getStatus

AppCacheStatus getStatus()
The current state of the application cache.

Returns:
AppCacheStatus


Copyright © 2011. All Rights Reserved.