Class ElementShouldBeEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.TimeoutException
net.thucydides.core.webdriver.exceptions.ElementShouldBeEnabledException
All Implemented Interfaces:
java.io.Serializable, CausesAssertionFailure

public class ElementShouldBeEnabledException
extends org.openqa.selenium.TimeoutException
implements CausesAssertionFailure
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.openqa.selenium.WebDriverException

    BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
  • Constructor Summary

    Constructors
    Constructor Description
    ElementShouldBeEnabledException​(java.lang.String message)  
    ElementShouldBeEnabledException​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class org.openqa.selenium.WebDriverException

    addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, 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 Details

    • ElementShouldBeEnabledException

      public ElementShouldBeEnabledException​(java.lang.String message)
    • ElementShouldBeEnabledException

      public ElementShouldBeEnabledException​(java.lang.String message, java.lang.Throwable cause)