MCPcopy 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
205class ServerFilePayload(TypedDict):
206 name: str
207 mimeType: str
208 buffer: str
209
210
211class FormField(TypedDict, total=False):

Callers 2

file_payload_to_jsonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected