Write text to the clipboard on the browser instance

POST/browsers/{id}/computer/clipboard/write

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response

Text written to clipboard successfully

no response body.
curl -X POST "https://example.com/browsers/string/computer/clipboard/write" \  -H "Content-Type: application/json" \  -d '{    "text": "string"  }'
Empty