Class FrameResource
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FrameResource
Information about the Resource on the page.
- 
Constructor Summary
ConstructorsConstructorDescriptionFrameResource(String url, ResourceType type, String mimeType, Optional<TimeSinceEpoch> lastModified, Optional<Number> contentSize, Optional<Boolean> failed, Optional<Boolean> canceled)  - 
Method Summary
 
- 
Constructor Details
- 
FrameResource
 
 - 
 - 
Method Details
- 
getUrl
Resource URL. - 
getType
Type of this resource. - 
getMimeType
Resource mimeType as determined by the browser. - 
getLastModified
last-modified timestamp as reported by server. - 
getContentSize
Resource content size. - 
getFailed
True if the resource failed to load. - 
getCanceled
True if the resource was canceled during loading. 
 -