Uses of Class
org.openqa.selenium.devtools.applicationcache.model.FrameWithManifest
-
Packages that use FrameWithManifest Package Description org.openqa.selenium.devtools.applicationcache -
-
Uses of FrameWithManifest in org.openqa.selenium.devtools.applicationcache
Methods in org.openqa.selenium.devtools.applicationcache that return types with arguments of type FrameWithManifest Modifier and Type Method Description static Command<java.util.List<FrameWithManifest>>
ApplicationCache. getFramesWithManifests()
Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
-