ElectronWebFrameMainModule.fromId method
ElectronWebFrameMainModule › fromId
Unofficial
Returns the frame with the given process and routing ids, orundefined if none is found. Signature:
fromId(processId: number, routingId: number): ElectronWebFrameMain | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| processId | number | The process id. |
| routingId | number | The routing id. |
Returns: ElectronWebFrameMain | undefined — The matching frame, or undefined.