Uses of Interface
com.microsoft.playwright.FileChooser
Packages that use FileChooser
-
Uses of FileChooser in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type FileChooserModifier and TypeFieldDescriptionPage.WaitForFileChooserOptions.predicateReceives theFileChooserobject and resolves to truthy value when the waiting should resolve.Methods in com.microsoft.playwright that return FileChooserModifier and TypeMethodDescriptionPage.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 FileChooserModifier and TypeMethodDescriptionvoidPage.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.WaitForFileChooserOptions.setPredicate(Predicate<FileChooser> predicate) Receives theFileChooserobject and resolves to truthy value when the waiting should resolve. -
Uses of FileChooser in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement FileChooserMethods in com.microsoft.playwright.impl that return FileChooserModifier and TypeMethodDescriptionPageImpl.waitForFileChooser(Page.WaitForFileChooserOptions options, Runnable code) private FileChooserPageImpl.waitForFileChooserImpl(Page.WaitForFileChooserOptions options, Runnable code) Method parameters in com.microsoft.playwright.impl with type arguments of type FileChooserModifier and TypeMethodDescriptionvoidPageImpl.offFileChooser(Consumer<FileChooser> handler) voidPageImpl.onFileChooser(Consumer<FileChooser> handler)