pywinauto_recorder.player.find_main_windows

pywinauto_recorder.player.find_main_windows(main_window_uipath='*')[source]

Finds the main windows matching the specified UI path.

Parameters

main_window_uipath – The UI path to search for main windows. Default is ‘*’ to match all windows.

Returns

Returns a list of windows matching the specified UI path.

See also

connect_application() - Connects to an already running application.