Skip to main content
POST
Type

Description

Types text into a focused or targeted input field on the current page.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.

Request Body

text
string
required
The text to type.
node_id
integer
Node ID of the input field to type into. If omitted, Rusty Browser types into the currently focused element.

Response

success
boolean
Whether the text was typed successfully.

Example