API ReferenceinterfacesNavigationoptions

Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / NavigationOptions

Interface: NavigationOptions

Defined in: types/index.ts:108

Navigation Options

Properties

url?

optional url: string

Defined in: types/index.ts:110

URL to navigate to (default: base URL)


waitForLoad?

optional waitForLoad: boolean

Defined in: types/index.ts:112

Wait for navigation to complete (default: true)


timeout?

optional timeout: number

Defined in: types/index.ts:114

Timeout in milliseconds (default: 60000)


waitForURL?

optional waitForURL: string | RegExp

Defined in: types/index.ts:116

Wait for specific URL pattern