Class BackForwardCacheBlockingDetails

java.lang.Object
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheBlockingDetails

@Beta public class BackForwardCacheBlockingDetails extends Object
  • Constructor Details

  • Method Details

    • getUrl

      public Optional<String> getUrl()
      Url of the file where blockage happened. Optional because of tests.
    • getFunction

      public Optional<String> getFunction()
      Function name where blockage happened. Optional because of anonymous functions and tests.
    • getLineNumber

      public Integer getLineNumber()
      Line number in the script (0-based).
    • getColumnNumber

      public Integer getColumnNumber()
      Column number in the script (0-based).