Skip to main content
Ctrl+K
Omniverse Kit - Home Omniverse Kit - Home

Omniverse Kit

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Omniverse Kit - Home Omniverse Kit - Home

Omniverse Kit

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

omni.kit.ui_test

  • Overview
  • Settings
  • API (python)
    • Modules
      • omni.kit.ui_test
        • Classes
          • InitExt
          • KeyDownScope
          • Vec2
          • WidgetRef
          • WindowRef
        • Functions
          • emulate_char_press
          • emulate_key_combo
          • emulate_keyboard_press
          • emulate_mouse_click
          • emulate_mouse_drag_and_drop
          • emulate_mouse_move
          • emulate_mouse_move_and_click
          • emulate_mouse_scroll
          • find
          • find_all
          • find_first
          • find_with_retry
          • get_context_menu
          • get_menubar
          • human_delay
          • menu_click
          • select_context_menu
          • wait_n_updates
  • Changelog
  • API (python)
  • Modules
  • omni.kit.ui_test
  • omni.kit.ui_test Functions
  • menu_click

menu_click#

async omni.kit.ui_test.menu_click(
path,
separator: str = '/',
human_delay_speed: int = 2,
show: bool = True,
) → None#

Click on a menu item by navigating through the menu hierarchy path.

Parameters:
  • path (str) – Menu path using separator to navigate through menu hierarchy.

  • separator (str) – Character used to separate menu levels in the path.

  • human_delay_speed (int) – Delay speed for human-like interaction timing.

  • show (bool) – Whether to show or hide the menu item.

previous

human_delay

next

select_context_menu

On this page
  • menu_click()
NVIDIA NVIDIA

Copyright © 2019-2025, NVIDIA Corporation.

Last updated on Oct 09, 2025.