> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# MultiFactorFillAction

> Fill an MFA input field with a value

CRITICAL: Only use it when filling in an OTP.

**Example:**

```python theme={null}
session.execute(type="multi_factor_fill", id="otp-input", value="123456")
```

## Fields

<ParamField path="type" type="Literal['multi_factor_fill']" default="multi_factor_fill" />

<ParamField path="category" type="str" default="Interaction Actions" />

<ParamField path="description" type="str" default="Fill an MFA input field with a value. CRITICAL: Only use it when filling in an OTP." />

<ParamField path="id" type="str" default="" />

<ParamField path="selector" type="UnionType[str, NodeSelectors, None]" />

<ParamField path="press_enter" type="UnionType[bool, None]" />

<ParamField path="text_label" type="UnionType[str, None]" />

<ParamField path="param" type="UnionType[ActionParameter, None]" default="name='value' type='str' default=None values=[]" />

<ParamField path="timeout" type="int" default="15000">
  Action timeout in milliseconds
</ParamField>

<ParamField path="value" type="UnionType[str, ValueWithPlaceholder]" required />

<ParamField path="clear_before_fill" type="bool" default="True" />

## Module

`notte_core.actions.actions`
