Package org.openqa.selenium.bidi.network
Class ResponseData
java.lang.Object
org.openqa.selenium.bidi.network.ResponseData
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseDatafromJson(org.openqa.selenium.json.JsonInput input) longlonglongintgetUrl()boolean 
- 
Method Details
- 
fromJson
 - 
getUrl
 - 
getProtocol
 - 
getStatus
public int getStatus() - 
getStatusText
 - 
isFromCache
public boolean isFromCache() - 
getHeaders
 - 
getMimeType
 - 
getBytesReceived
public long getBytesReceived() - 
getHeadersSize
public long getHeadersSize() - 
getBodySize
public long getBodySize() - 
getContent
 - 
getAuthChallenge
 
 -