| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.SetInputFilesOptions |
Page.SetInputFilesOptions.setNoWaitAfter(boolean noWaitAfter) |
Page.SetInputFilesOptions |
Page.SetInputFilesOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setInputFiles(String selector,
FilePayload[] files,
Page.SetInputFilesOptions options)
This method expects
selector to point to an input element. |
void |
Page.setInputFiles(String selector,
FilePayload files,
Page.SetInputFilesOptions options)
This method expects
selector to point to an input element. |
void |
Page.setInputFiles(String selector,
Path[] files,
Page.SetInputFilesOptions options)
This method expects
selector to point to an input element. |
void |
Page.setInputFiles(String selector,
Path files,
Page.SetInputFilesOptions options)
This method expects
selector to point to an input element. |
Copyright © 2021. All rights reserved.