| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
FileChooser.SetFilesOptions |
FileChooser.SetFilesOptions.setNoWaitAfter(boolean noWaitAfter) |
FileChooser.SetFilesOptions |
FileChooser.SetFilesOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileChooser.setFiles(FilePayload[] files,
FileChooser.SetFilesOptions options)
Sets the value of the file input this chooser is associated with.
|
void |
FileChooser.setFiles(FilePayload files,
FileChooser.SetFilesOptions options)
Sets the value of the file input this chooser is associated with.
|
void |
FileChooser.setFiles(Path[] files,
FileChooser.SetFilesOptions options)
Sets the value of the file input this chooser is associated with.
|
void |
FileChooser.setFiles(Path files,
FileChooser.SetFilesOptions options)
Sets the value of the file input this chooser is associated with.
|
Copyright © 2021. All rights reserved.