import Mobilerun from '@mobilerun/sdk';const client = new Mobilerun({ apiKey: process.env['MOBILERUN_CLOUD_API_KEY'], // This is the default and can be omitted});await client.devices.keyboard.clear('deviceId');
Clears the contents of the currently focused text input field.
DELETE
/
devices
/
{deviceId}
/
keyboard
JavaScript
import Mobilerun from '@mobilerun/sdk';const client = new Mobilerun({ apiKey: process.env['MOBILERUN_CLOUD_API_KEY'], // This is the default and can be omitted});await client.devices.keyboard.clear('deviceId');