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:

Parameter Type Description
index number The absolute web page index.

Returns: void