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?
optionaltype:CanvasControlType
Defined in: types/index.ts:88
Control type (Button, TextInput, etc.)
timeout?
optionaltimeout:number
Defined in: types/index.ts:90
Timeout in milliseconds (default: 10000)
exact?
optionalexact:boolean
Defined in: types/index.ts:92
Exact text match (default: false)