Package org.openqa.selenium.bidi.network
Class RequestData
java.lang.Object
org.openqa.selenium.bidi.network.RequestData
- 
Constructor Summary
ConstructorsConstructorDescriptionRequestData(String requestId, String url, String method, List<Header> headers, List<Cookie> cookies, long headersSize, FetchTimingInfo timings)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic RequestDatafromJson(org.openqa.selenium.json.JsonInput input) getUrl() 
- 
Constructor Details
- 
RequestData
 
 - 
 - 
Method Details
- 
fromJson
 - 
getRequestId
 - 
getUrl
 - 
getMethod
 - 
getHeaders
 - 
getCookies
 - 
getHeadersSize
 - 
getTimings
 
 -