Uses of Enum Class
org.openqa.selenium.UnexpectedAlertBehaviour
Packages that use UnexpectedAlertBehaviour
- 
Uses of UnexpectedAlertBehaviour in org.openqa.seleniumMethods in org.openqa.selenium that return UnexpectedAlertBehaviourModifier and TypeMethodDescriptionstatic @Nullable UnexpectedAlertBehaviourUnexpectedAlertBehaviour.fromString(@Nullable String text) static UnexpectedAlertBehaviourReturns the enum constant of this class with the specified name.static UnexpectedAlertBehaviour[]UnexpectedAlertBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of UnexpectedAlertBehaviour in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote with parameters of type UnexpectedAlertBehaviourModifier and TypeMethodDescriptionAbstractDriverOptions.setUnhandledPromptBehaviour(UnexpectedAlertBehaviour behaviour)