Playwright Power Platform Toolkit v0.0.4
Playwright Power Platform Toolkit / NavigationOptions
Interface: NavigationOptions
Defined in: types/index.ts:108
Navigation Options
Properties
url?
optionalurl:string
Defined in: types/index.ts:110
URL to navigate to (default: base URL)
waitForLoad?
optionalwaitForLoad:boolean
Defined in: types/index.ts:112
Wait for navigation to complete (default: true)
timeout?
optionaltimeout:number
Defined in: types/index.ts:114
Timeout in milliseconds (default: 60000)
waitForURL?
optionalwaitForURL:string|RegExp
Defined in: types/index.ts:116
Wait for specific URL pattern