menu_click#
- async omni.kit.ui_test.menu_click(
- path,
- separator: str = '/',
- human_delay_speed: int = 2,
- show: bool = True,
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.