Uses of Class
org.openqa.selenium.devtools.page.model.FileChooserOpened.Mode
-
Packages that use FileChooserOpened.Mode Package Description org.openqa.selenium.devtools.page.model -
-
Uses of FileChooserOpened.Mode in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return FileChooserOpened.Mode Modifier and Type Method Description static FileChooserOpened.Mode
FileChooserOpened.Mode. fromString(java.lang.String s)
FileChooserOpened.Mode
FileChooserOpened. getMode()
Input mode.static FileChooserOpened.Mode
FileChooserOpened.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileChooserOpened.Mode[]
FileChooserOpened.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.page.model with parameters of type FileChooserOpened.Mode Constructor Description FileChooserOpened(FrameId frameId, BackendNodeId backendNodeId, FileChooserOpened.Mode mode)
-