Uses of Class
org.openqa.selenium.devtools.applicationcache.model.ApplicationCache
-
Packages that use ApplicationCache Package Description org.openqa.selenium.devtools.applicationcache -
-
Uses of ApplicationCache in org.openqa.selenium.devtools.applicationcache
Methods in org.openqa.selenium.devtools.applicationcache that return types with arguments of type ApplicationCache Modifier and Type Method Description static Command<ApplicationCache>
ApplicationCache. getApplicationCacheForFrame(FrameId frameId)
Returns relevant application cache data for the document in given frame.
-