browser_type_otp
Enters an OTP code into single or multi-box input fields by distributing digits across auto-advancing boxes, returning the entered value and boxes snapshot.
Instructions
Enter an OTP/verification code into the field at ref, handling MULTI-BOX widgets (one
per digit that auto-advances) by distributing the digits across the boxes
via the React-tracked setter — instead of typing the whole code into box 1 (which lands the
digits in the wrong boxes). Works on a single field too. Returns {boxes, value} (read it back)
+ a snapshot. After this, still SUBMIT (Enter / a Verify button).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| code | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |