Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
211
class
FormField(TypedDict, total=False):
212
name: str
213
value: Optional[str]
214
file: Optional[ServerFilePayload]
215
216
217
class
ExpectedTextValue(TypedDict, total=False):
Callers
2
_inner_fetch
Method · 0.90
_form_data_field_to_form_field
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected