Class CachedResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.cachestorage.model.CachedResponse
-
public class CachedResponse extends java.lang.Object
Cached response
-
-
Constructor Summary
Constructors Constructor Description CachedResponse(java.lang.String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBody()
Entry content, base64-encoded.
-