Package org.openqa.selenium.bidi.network
Class FetchTimingInfo
java.lang.Object
org.openqa.selenium.bidi.network.FetchTimingInfo
- 
Method Summary
Modifier and TypeMethodDescriptionstatic FetchTimingInfofromJson(org.openqa.selenium.json.JsonInput input) doubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledouble 
- 
Method Details
- 
fromJson
 - 
getTimeOrigin
public double getTimeOrigin() - 
getRequestTime
public double getRequestTime() - 
getRedirectStart
public double getRedirectStart() - 
getRedirectEnd
public double getRedirectEnd() - 
getFetchStart
public double getFetchStart() - 
getDnsStart
public double getDnsStart() - 
getDnsEnd
public double getDnsEnd() - 
getConnectStart
public double getConnectStart() - 
getConnectEnd
public double getConnectEnd() - 
getTlsStart
public double getTlsStart() - 
getRequestStart
public double getRequestStart() - 
getResponseStart
public double getResponseStart() - 
getResponseEnd
public double getResponseEnd() 
 -