Class PlayerErrorSourceLocation
- java.lang.Object
-
- org.openqa.selenium.devtools.v107.media.model.PlayerErrorSourceLocation
-
public class PlayerErrorSourceLocation extends java.lang.ObjectRepresents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.
-
-
Constructor Summary
Constructors Constructor Description PlayerErrorSourceLocation(java.lang.String file, java.lang.Integer line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFile()java.lang.IntegergetLine()
-