taskbar
Module showing how to work with the task bar
The taskbar module is accessible via the
pywinauto
module.
This module will likely change significantly in the future!
Attributes
<pywinauto.application.WindowSpecification object at 0x010CAE50>
<pywinauto.application.WindowSpecification object at 0x010CAE10>
<pywinauto.application.WindowSpecification object at 0x010CADF0>
{('The taskbar module is still very experimental', <class exceptions.FutureWarning at 0x00A87360>, 31): 1}
<pywinauto.application.WindowSpecification object at 0x010CAE70>
<pywinauto.application.WindowSpecification object at 0x010CAE30>
<pywinauto.application.WindowSpecification object at 0x010CADD0>
Functions
Return the first window that has a class name 'Shell_TrayWnd'
Click on a visible tray icon given by button
Right click on a visible tray icon given by button
See
the source
for more information.