Class NoSuchDriverException

    • Field Summary

      • Fields inherited from class org.openqa.selenium.WebDriverException

        BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSupportUrl()  
      • Methods inherited from class org.openqa.selenium.WebDriverException

        addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSystemInformation
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchDriverException

        public NoSuchDriverException​(java.lang.String reason)
      • NoSuchDriverException

        public NoSuchDriverException​(java.lang.String reason,
                                     java.lang.Throwable cause)
    • Method Detail

      • getSupportUrl

        public java.lang.String getSupportUrl()
        Overrides:
        getSupportUrl in class org.openqa.selenium.WebDriverException