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.
pages_filled = await page.fill_multipage_form( data={"name": "John Doe", "email": "john@example.com", "address": "123 Main St"}, max_pages=5, ) print(f"Filled {pages_filled} pages")
data
dict[str, Any]
prompt
str
"Fill out the form"
next_button
max_pages
int
10
timeout_seconds
float
300
Was this page helpful?