Skip to main content
Critical: If you detect a form on a page, try to use this action at first, and otherwise use the regular fill action. Example:
session.execute(type="form_fill", value={"email": "user@example.com", "first_name": "John", "last_name": "Doe"})

Fields

type
Literal['form_fill']
default:"form_fill"
category
str
default:"Special Browser Actions"
description
str
value
Dict[Literal[title, first_name, middle_name, last_name, full_name, email, company, address1, address2, address3, city, state, postal_code, country, phone, cc_name, cc_number, cc_exp_month, cc_exp_year, cc_exp, cc_cvv, username, password, current_password, new_password, totp], UnionType[str, ValueWithPlaceholder]]
required

Module

notte_core.actions.actions