Uses of Interface
com.microsoft.playwright.FileChooser
-
Packages that use FileChooser Package Description com.microsoft.playwright -
-
Uses of FileChooser in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type FileChooser Modifier and Type Field Description Predicate<FileChooser>Page.WaitForFileChooserOptions. predicateReceives theFileChooserobject and resolves to truthy value when the waiting should resolve.Methods in com.microsoft.playwright that return FileChooser Modifier and Type Method Description FileChooserPage. waitForFileChooser(Page.WaitForFileChooserOptions options, Runnable callback)Performs action and waits for a newFileChooserto be created.default FileChooserPage. waitForFileChooser(Runnable callback)Performs action and waits for a newFileChooserto be created.Method parameters in com.microsoft.playwright with type arguments of type FileChooser Modifier and Type Method Description voidPage. offFileChooser(Consumer<FileChooser> handler)Removes handler that was previously added withonFileChooser(handler).voidPage. onFileChooser(Consumer<FileChooser> handler)Emitted when a file chooser is supposed to appear, such as after clicking the<input type=file>.Page.WaitForFileChooserOptionsPage.WaitForFileChooserOptions. setPredicate(Predicate<FileChooser> predicate)Receives theFileChooserobject and resolves to truthy value when the waiting should resolve.
-