org.openqa.selenium.html5
Interface ApplicationCache


public interface ApplicationCache


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

clear

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



Copyright © 2012. All Rights Reserved.