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