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