Uses of Class
org.openqa.selenium.UnexpectedAlertBehaviour
-
Packages that use UnexpectedAlertBehaviour Package Description org.openqa.selenium -
-
Uses of UnexpectedAlertBehaviour in org.openqa.selenium
Methods in org.openqa.selenium that return UnexpectedAlertBehaviour Modifier and Type Method Description static UnexpectedAlertBehaviourUnexpectedAlertBehaviour. fromString(java.lang.String text)static UnexpectedAlertBehaviourUnexpectedAlertBehaviour. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnexpectedAlertBehaviour[]UnexpectedAlertBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.
-