Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.FileChooserOpened.Mode
Packages that use FileChooserOpened.Mode
-
Uses of FileChooserOpened.Mode in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return FileChooserOpened.ModeModifier and TypeMethodDescriptionstatic FileChooserOpened.ModeFileChooserOpened.Mode.fromString(String s) FileChooserOpened.getMode()Input mode.static FileChooserOpened.ModeReturns the enum constant of this class with the specified name.static FileChooserOpened.Mode[]FileChooserOpened.Mode.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 FileChooserOpened.ModeModifierConstructorDescriptionFileChooserOpened(FrameId frameId, FileChooserOpened.Mode mode, Optional<BackendNodeId> backendNodeId)