ElectronWebFrame.findFrameByName method
ElectronWebFrame › findFrameByName
Unofficial
Returns a child ofwebFrame with the supplied name. Signature:
findFrameByName(name: string): ElectronWebFrameParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the child frame to find. |
Returns: ElectronWebFrame — The child frame, or null if there is no such frame or if the frame is not in the current renderer process.