Skip to content

ElectronWebFrame.findFrameByRoutingId method

ElectronWebFrame › findFrameByRoutingId

Unofficial

Returns the frame that has the supplied routingId.

Signature:

findFrameByRoutingId(routingId: number): ElectronWebFrame

Parameters:

Parameter Type Description
routingId number The routing id of the frame to find.

Returns: ElectronWebFrameThe frame, or null if not found.