Uses of Class
org.openqa.selenium.devtools.v97.page.model.DialogType
-
Packages that use DialogType Package Description org.openqa.selenium.devtools.v97.page.model -
-
Uses of DialogType in org.openqa.selenium.devtools.v97.page.model
Methods in org.openqa.selenium.devtools.v97.page.model that return DialogType Modifier and Type Method Description static DialogTypeDialogType. fromString(java.lang.String s)DialogTypeJavascriptDialogOpening. getType()Dialog type.static DialogTypeDialogType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DialogType[]DialogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v97.page.model with parameters of type DialogType Constructor Description JavascriptDialogOpening(java.lang.String url, java.lang.String message, DialogType type, java.lang.Boolean hasBrowserHandler, java.util.Optional<java.lang.String> defaultPrompt)
-