Uses of Class
com.microsoft.playwright.FileChooser.SetFilesOptions
Packages that use FileChooser.SetFilesOptions
-
Uses of FileChooser.SetFilesOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FileChooser.SetFilesOptionsModifier and TypeMethodDescriptionFileChooser.SetFilesOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.FileChooser.SetFilesOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type FileChooser.SetFilesOptionsModifier and TypeMethodDescriptionvoidFileChooser.setFiles(FilePayload[] files, FileChooser.SetFilesOptions options) Sets the value of the file input this chooser is associated with.voidFileChooser.setFiles(FilePayload files, FileChooser.SetFilesOptions options) Sets the value of the file input this chooser is associated with.voidFileChooser.setFiles(Path[] files, FileChooser.SetFilesOptions options) Sets the value of the file input this chooser is associated with.voidFileChooser.setFiles(Path files, FileChooser.SetFilesOptions options) Sets the value of the file input this chooser is associated with. -
Uses of FileChooser.SetFilesOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type FileChooser.SetFilesOptionsModifier and TypeMethodDescriptionvoidFileChooserImpl.setFiles(FilePayload[] files, FileChooser.SetFilesOptions options) voidFileChooserImpl.setFiles(FilePayload files, FileChooser.SetFilesOptions options) voidFileChooserImpl.setFiles(Path[] files, FileChooser.SetFilesOptions options) voidFileChooserImpl.setFiles(Path files, FileChooser.SetFilesOptions options)