RaiseSoftKeyboardParams
Parameters for raiseSoftKeyboard.
Import:
import type { RaiseSoftKeyboardParams } from 'obsidian-integration-testing';Signature:
export interface RaiseSoftKeyboardParamsProperties
| Property | Type | Description |
|---|---|---|
| deviceId | string | The device to touch. |
| diagnosticsDirectory? | string | Where a failed attempt writes the device framebuffer. When omitted, it is dist/screenshots under the working directory — resolved at load, so there is no literal default to state here. |
| inputSelector | string | The CSS selector of the field to touch, e.g. .prompt-input. |
| minimumKeyboardHeightInPixels? | number | The least a raised keyboard lifts the field by. When omitted, DEFAULT_MINIMUM_KEYBOARD_HEIGHT_IN_PIXELS from soft-keyboard-geometry applies. |
| vaultPath? | string | The vault to read the geometry from. When omitted, the current test context's vault is used. |
Links to this page: