Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ ServerFilePayload
Class
ServerFilePayload
playwright/_impl/_api_structures.py:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
204
205
class
ServerFilePayload(TypedDict):
206
name: str
207
mimeType: str
208
buffer: str
209
210
211
class
FormField(TypedDict, total=False):
Callers
2
file_payload_to_json
Function · 0.90
_form_data_field_to_form_field
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected