Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / ControlOptions

Interface: ControlOptions

Defined in: types/index.ts:84

Control Locator Options

Properties

name

name: string

Defined in: types/index.ts:86

Control name (aria-label or name attribute)


type?

optional type: CanvasControlType

Defined in: types/index.ts:88

Control type (Button, TextInput, etc.)


timeout?

optional timeout: number

Defined in: types/index.ts:90

Timeout in milliseconds (default: 10000)


exact?

optional exact: boolean

Defined in: types/index.ts:92

Exact text match (default: false)