| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
default void |
FileChooser.setFiles(FilePayload files)
Sets the value of the file input this chooser is associated with.
|
default void |
FileChooser.setFiles(FilePayload[] files)
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(FilePayload files,
FileChooser.SetFilesOptions options)
Sets the value of the file input this chooser is associated with.
|
default void |
ElementHandle.setInputFiles(FilePayload files)
This method expects
elementHandle to point to an input element. |
default void |
ElementHandle.setInputFiles(FilePayload[] files)
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(FilePayload files,
ElementHandle.SetInputFilesOptions options)
This method expects
elementHandle to point to an input element. |
default void |
Page.setInputFiles(String selector,
FilePayload files)
This method expects
selector to point to an input element. |
default void |
Frame.setInputFiles(String selector,
FilePayload files)
This method expects
selector to point to an input element. |
default void |
Page.setInputFiles(String selector,
FilePayload[] files)
This method expects
selector to point to an input element. |
default void |
Frame.setInputFiles(String selector,
FilePayload[] files)
This method expects
selector to point to an input element. |
void |
Frame.setInputFiles(String selector,
FilePayload[] files,
Frame.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 |
Frame.setInputFiles(String selector,
FilePayload files,
Frame.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. |
Copyright © 2021. All rights reserved.