Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
fields = await page.extract_form_fields() is_valid = await page.validate_mapping( form_fields=fields, mapping={0: "John", 1: "Doe"}, prompt="Validate the name fields are filled correctly", )
form_fields
list[dict[str, Any]]
extract_form_fields
mapping
dict[int, str | list | bool | None]
prompt
str | None
bool
True
False
Was this page helpful?