Activates (focuses) the target.
Future<void> activateTarget(TargetID targetId) async { await _client.send('Target.activateTarget', { 'targetId': targetId, }); }