ElectronWebContents.inspectElement method
ElectronWebContents › inspectElement
Unofficial
Starts inspecting the element at the given position.Signature:
inspectElement(x: number, y: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | The x coordinate. |
| y | number | The y coordinate. |
Returns: void