suspend fun setInspectMode(input: SetInspectModeRequest): Unit
Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspectNodeRequested' event upon element selection.
Official doc