public static class FileChooser.SetFilesOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
noWaitAfter
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Double |
timeout
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
| Constructor and Description |
|---|
SetFilesOptions() |
| Modifier and Type | Method and Description |
|---|---|
FileChooser.SetFilesOptions |
setNoWaitAfter(boolean noWaitAfter) |
FileChooser.SetFilesOptions |
setTimeout(double timeout) |
public Boolean noWaitAfter
false.public Double timeout
0 to disable timeout. The default value can be changed by
using the BrowserContext.setDefaultTimeout() or Page.setDefaultTimeout() methods.public FileChooser.SetFilesOptions setNoWaitAfter(boolean noWaitAfter)
public FileChooser.SetFilesOptions setTimeout(double timeout)
Copyright © 2021. All rights reserved.