Javascript
import Anchorbrowser from 'anchorbrowser'; const client = new Anchorbrowser({ apiKey: 'sk-1jdfiaj0advpoaskdfpoks', }); const response = await client.sessions.keyboard.type('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', { text: 'Hello from Session Manager VNC API test!', }); console.log(response.status);
{ "status": "success" }
Types the specified text with optional delay between keystrokes
API key passed in the header
The ID of the browser session
Text typed successfully
The response is of type object.
object