Class FrameWithManifest
- java.lang.Object
-
- org.openqa.selenium.devtools.applicationCache.model.FrameWithManifest
-
public class FrameWithManifest extends java.lang.Object
Frame identifier - manifest URL pair.
-
-
Constructor Summary
Constructors Constructor Description FrameWithManifest(FrameId frameId, java.lang.String manifestURL, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameId
getFrameId()
java.lang.String
getManifestURL()
int
getStatus()
-