Uses of Class
com.microsoft.playwright.FileChooser.SetFilesOptions
-
Packages that use FileChooser.SetFilesOptions Package Description com.microsoft.playwright -
-
Uses of FileChooser.SetFilesOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FileChooser.SetFilesOptions Modifier and Type Method Description FileChooser.SetFilesOptionsFileChooser.SetFilesOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.FileChooser.SetFilesOptionsFileChooser.SetFilesOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type FileChooser.SetFilesOptions Modifier and Type Method Description voidFileChooser. 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.
-