WindowRef#
- class omni.kit.ui_test.WindowRef(widget: WindowHandle, path: str)#
Bases:
WidgetRefReference to `omni.ui.WindowHandle`.
- Parameters:
widget (ui.WindowHandle) – The window handle widget to reference.
path (str) – The path where the window was found.
Methods
__init__(widget, path)Creates a reference to a window handle for UI testing.
Attributes
- __init__(widget: WindowHandle, path: str)#
Creates a reference to a window handle for UI testing.