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:

ParameterTypeDescription
xnumberThe x coordinate.
ynumberThe y coordinate.

Returns: void