MCPcopy Index your code
hub / github.com/microsoft/playwright-python / FormField

Class FormField

playwright/_impl/_api_structures.py:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211class FormField(TypedDict, total=False):
212 name: str
213 value: Optional[str]
214 file: Optional[ServerFilePayload]
215
216
217class ExpectedTextValue(TypedDict, total=False):

Callers 2

_inner_fetchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected