Skip to content

Clipboard

Defined in: src/driver/driver.ts:180

Read/write access to the system clipboard, as the backend exposes it.

get(): Promise<string>

Defined in: src/driver/driver.ts:182

Resolve the current clipboard text.

Promise<string>


set(text): void

Defined in: src/driver/driver.ts:184

Replace the clipboard text.

string

void