Skip to content

ElectronWebContents.goToIndex method

ElectronWebContents › goToIndex

Unofficial

Navigates the browser to the specified absolute web page index.

Signature:

goToIndex(index: number): void

Parameters:

ParameterTypeDescription
indexnumberThe absolute web page index.

Returns: void