Uses of Enum Class
org.openqa.selenium.UnexpectedAlertBehaviour
Packages that use UnexpectedAlertBehaviour
-
Uses of UnexpectedAlertBehaviour in org.openqa.selenium
Methods 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.remote
Methods in org.openqa.selenium.remote with parameters of type UnexpectedAlertBehaviourModifier and TypeMethodDescriptionAbstractDriverOptions.setUnhandledPromptBehaviour(UnexpectedAlertBehaviour behaviour)