Class BackForwardCacheBlockingDetails
java.lang.Object
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheBlockingDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColumn number in the script (0-based).Function name where blockage happened.Line number in the script (0-based).getUrl()Url of the file where blockage happened.
-
Constructor Details
-
BackForwardCacheBlockingDetails
-
-
Method Details
-
getUrl
Url of the file where blockage happened. Optional because of tests. -
getFunction
Function name where blockage happened. Optional because of anonymous functions and tests. -
getLineNumber
Line number in the script (0-based). -
getColumnNumber
Column number in the script (0-based).
-