Uses of Interface
com.microsoft.playwright.options.FormData
Packages that use FormData
-
Uses of FormData in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement FormDataMethods in com.microsoft.playwright.impl that return FormDataMethods in com.microsoft.playwright.impl with parameters of type FormData -
Uses of FormData in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return FormDataModifier and TypeMethodDescriptionstatic FormDataFormData.create()Creates new instance ofFormData.Sets a field on the form.Sets a field on the form.FormData.set(String name, FilePayload value) Sets a field on the form.Sets a field on the form.Sets a field on the form.Methods in com.microsoft.playwright.options with parameters of type FormDataModifier and TypeMethodDescriptionProvidesFormDataobject that will be serialized as html form usingapplication/x-www-form-urlencodedencoding and sent as this request body.RequestOptions.setMultipart(FormData form) ProvidesFormDataobject that will be serialized as html form usingmultipart/form-dataencoding and sent as this request body.