Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.DialogType
Packages that use DialogType
-
Uses of DialogType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return DialogTypeModifier and TypeMethodDescriptionstatic DialogTypeDialogType.fromString(String s) JavascriptDialogOpening.getType()Dialog type.static DialogTypeReturns the enum constant of this class with the specified name.static DialogType[]DialogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type DialogTypeModifierConstructorDescriptionJavascriptDialogOpening(String url, FrameId frameId, String message, DialogType type, Boolean hasBrowserHandler, Optional<String> defaultPrompt)