ElectronWebFrame.findFrameByRoutingId method
ElectronWebFrame › findFrameByRoutingId
Unofficial
Returns the frame that has the suppliedroutingId. Signature:
findFrameByRoutingId(routingId: number): ElectronWebFrameParameters:
| Parameter | Type | Description |
|---|---|---|
| routingId | number | The routing id of the frame to find. |
Returns: ElectronWebFrame — The frame, or null if not found.