Skip to content

ElectronWebContents.inspectElement method

ElectronWebContents › inspectElement

Unofficial

Starts inspecting the element at the given position.

Signature:

inspectElement(x: number, y: number): void

Parameters:

Parameter Type Description
x number The x coordinate.
y number The y coordinate.

Returns: void