Uses of Class
org.openqa.selenium.devtools.v106.media.model.PlayerErrorSourceLocation
-
Packages that use PlayerErrorSourceLocation Package Description org.openqa.selenium.devtools.v106.media.model -
-
Uses of PlayerErrorSourceLocation in org.openqa.selenium.devtools.v106.media.model
Methods in org.openqa.selenium.devtools.v106.media.model that return types with arguments of type PlayerErrorSourceLocation Modifier and Type Method Description java.util.List<PlayerErrorSourceLocation>PlayerError. getStack()A trace of where this error was caused / where it passed through.Constructor parameters in org.openqa.selenium.devtools.v106.media.model with type arguments of type PlayerErrorSourceLocation Constructor Description PlayerError(java.lang.String errorType, java.lang.Integer code, java.util.List<PlayerErrorSourceLocation> stack, java.util.List<PlayerError> cause, java.util.Map<java.lang.String,java.lang.Object> data)
-