Uses of Class
com.microsoft.playwright.Page.WaitForFileChooserOptions
Packages that use Page.WaitForFileChooserOptions
-
Uses of Page.WaitForFileChooserOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForFileChooserOptionsModifier and TypeMethodDescriptionPage.WaitForFileChooserOptions.setPredicate(Predicate<FileChooser> predicate) Receives theFileChooserobject and resolves to truthy value when the waiting should resolve.Page.WaitForFileChooserOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForFileChooserOptionsModifier and TypeMethodDescriptionPage.waitForFileChooser(Page.WaitForFileChooserOptions options, Runnable callback) Performs action and waits for a newFileChooserto be created. -
Uses of Page.WaitForFileChooserOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForFileChooserOptionsModifier and TypeMethodDescriptionPageImpl.waitForFileChooser(Page.WaitForFileChooserOptions options, Runnable code) private FileChooserPageImpl.waitForFileChooserImpl(Page.WaitForFileChooserOptions options, Runnable code)