org.openqa.selenium
Class NoAlertPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.NotFoundException
org.openqa.selenium.NoAlertPresentException
- All Implemented Interfaces:
- Serializable
public class NoAlertPresentException
- extends NotFoundException
Indicates that a user has tried to access an alert when one is not present.
- See Also:
- Serialized Form
NoAlertPresentException
public NoAlertPresentException()
NoAlertPresentException
public NoAlertPresentException(String message)
NoAlertPresentException
public NoAlertPresentException(Throwable cause)
NoAlertPresentException
public NoAlertPresentException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.