Uses of Class
org.openqa.selenium.devtools.page.Page.HandleFileChooserAction
-
Packages that use Page.HandleFileChooserAction Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.HandleFileChooserAction in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Page.HandleFileChooserAction Modifier and Type Method Description static Page.HandleFileChooserAction
Page.HandleFileChooserAction. fromString(java.lang.String s)
static Page.HandleFileChooserAction
Page.HandleFileChooserAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.HandleFileChooserAction[]
Page.HandleFileChooserAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.page with parameters of type Page.HandleFileChooserAction Modifier and Type Method Description static Command<java.lang.Void>
Page. handleFileChooser(Page.HandleFileChooserAction action, java.util.Optional<java.util.List<java.lang.String>> files)
Accepts or cancels an intercepted file chooser dialog.
-