Package com.microsoft.playwright.impl
Class FormDataImpl
java.lang.Object
com.microsoft.playwright.impl.FormDataImpl
- All Implemented Interfaces:
FormData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets a field on the form.Sets a field on the form.set(String name, FilePayload value) Sets a field on the form.Sets a field on the form.Sets a field on the form.
-
Field Details
-
fields
-
-
Constructor Details
-
FormDataImpl
public FormDataImpl()
-
-
Method Details
-
set
Description copied from interface:FormDataSets a field on the form. File values can be passed either asPathor asFilePayload. -
set
Description copied from interface:FormDataSets a field on the form. File values can be passed either asPathor asFilePayload. -
set
Description copied from interface:FormDataSets a field on the form. File values can be passed either asPathor asFilePayload. -
set
Description copied from interface:FormDataSets a field on the form. File values can be passed either asPathor asFilePayload. -
set
Description copied from interface:FormDataSets a field on the form. File values can be passed either asPathor asFilePayload.
-