Class ExceptionDetails

java.lang.Object
org.openqa.selenium.bidi.script.ExceptionDetails

public class ExceptionDetails extends Object
  • Constructor Details

    • ExceptionDetails

      public ExceptionDetails(long columnNumber, RemoteValue exception, long lineNumber, StackTrace stacktrace, String text)
  • Method Details

    • fromJson

      public static ExceptionDetails fromJson(JsonInput input)
    • getColumnNumber

      public long getColumnNumber()
    • getException

      public RemoteValue getException()
    • getLineNumber

      public long getLineNumber()
    • getStacktrace

      public StackTrace getStacktrace()
    • getText

      public String getText()