Package org.openqa.selenium.bidi.script
Class ExceptionDetails
java.lang.Object
org.openqa.selenium.bidi.script.ExceptionDetails
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionDetails
(long columnNumber, RemoteValue exception, long lineNumber, StackTrace stacktrace, String text) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionDetails
fromJson
(org.openqa.selenium.json.JsonInput input) long
long
getText()
-
Constructor Details
-
ExceptionDetails
public ExceptionDetails(long columnNumber, RemoteValue exception, long lineNumber, StackTrace stacktrace, String text)
-
-
Method Details
-
fromJson
-
getColumnNumber
public long getColumnNumber() -
getException
-
getLineNumber
public long getLineNumber() -
getStacktrace
-
getText
-