Class PlayerErrorSourceLocation

java.lang.Object
org.openqa.selenium.devtools.v141.media.model.PlayerErrorSourceLocation

public class PlayerErrorSourceLocation extends Object
Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.
  • Constructor Details

    • PlayerErrorSourceLocation

      public PlayerErrorSourceLocation(String file, Integer line)
  • Method Details

    • getFile

      public String getFile()
    • getLine

      public Integer getLine()