Skip to content

ElectronWebFrame.findFrameByName method

ElectronWebFrame › findFrameByName

Unofficial

Returns a child of webFrame with the supplied name.

Signature:

findFrameByName(name: string): ElectronWebFrame

Parameters:

Parameter Type Description
name string The name of the child frame to find.

Returns: ElectronWebFrameThe child frame, or null if there is no such frame or if the frame is not in the current renderer process.