Uses of Class
com.microsoft.playwright.Page.WaitForFileChooserOptions
-
Packages that use Page.WaitForFileChooserOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForFileChooserOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForFileChooserOptions Modifier and Type Method Description Page.WaitForFileChooserOptionsPage.WaitForFileChooserOptions. setPredicate(Predicate<FileChooser> predicate)Receives theFileChooserobject and resolves to truthy value when the waiting should resolve.Page.WaitForFileChooserOptionsPage.WaitForFileChooserOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForFileChooserOptions Modifier and Type Method Description FileChooserPage. waitForFileChooser(Page.WaitForFileChooserOptions options, Runnable callback)Performs action and waits for a newFileChooserto be created.
-