pyWinAuto: pywinauto.taskbar -- Module showing how to work with the task bar

taskbar

Module showing how to work with the task bar

This module will likely change significantly in the future!


Attributes

a SystemTrayIcons

<pywinauto.application.WindowSpecification object at 0x010CAE50>

a SystemTray

<pywinauto.application.WindowSpecification object at 0x010CAE10>

a QuickLaunch

<pywinauto.application.WindowSpecification object at 0x010CADF0>

a __warningregistry__

{('The taskbar module is still very experimental', <class exceptions.FutureWarning at 0x00A87360>, 31): 1}

a RunningApplications

<pywinauto.application.WindowSpecification object at 0x010CAE70>

a Clock

<pywinauto.application.WindowSpecification object at 0x010CAE30>

a StartButton

<pywinauto.application.WindowSpecification object at 0x010CADD0>

Functions

f TaskBarHandle() ...

Return the first window that has a class name 'Shell_TrayWnd'

f ClickSystemTrayIcon(button) ...

Click on a visible tray icon given by button

f RightClickSystemTrayIcon(button) ...

Right click on a visible tray icon given by button

See the source for more information.