ElectronWebContents.goToIndex method
ElectronWebContents › goToIndex
Unofficial
Navigates the browser to the specified absolute web page index.Signature:
goToIndex(index: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The absolute web page index. |
Returns: void