Skip to content

ElectronWebFrame.findFrameByName method

ElectronWebFrame › findFrameByName

Unofficial

Returns a child of webFrame with the supplied name.

Signature:

findFrameByName(name: string): ElectronWebFrame

Parameters:

ParameterTypeDescription
namestringThe 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.