org.openqa.selenium.html5
Interface ApplicationCache


public interface ApplicationCache


Method Summary
 void clear()
          Deletes the application cache from the browser.
 java.util.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

java.util.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

clear

void clear()
Deletes the application cache from the browser.



Copyright © 2011. All Rights Reserved.