Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58683 > unrolled thread
| Started by | Krishnan Shankar <i.am.songoku@gmail.com> |
|---|---|
| First post | 2013-11-07 23:45 +0530 |
| Last post | 2013-11-07 23:45 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Accessing the Taskbar icons Krishnan Shankar <i.am.songoku@gmail.com> - 2013-11-07 23:45 +0530
| From | Krishnan Shankar <i.am.songoku@gmail.com> |
|---|---|
| Date | 2013-11-07 23:45 +0530 |
| Subject | Accessing the Taskbar icons |
| Message-ID | <mailman.2146.1383848166.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi All, I am automating an application in windows using python. After installation i need to check if the applications icon has appeared in Taskbar or not. If yes i need to right click the application. I had been using pywinauto for the same but could not get the job done till now. I did the following, app=pywinauto.application.Application() hand=pywinauto.findwindows.find_windows(class='Shell_TrayWnd', title=u'') When i use the handler, get the window and do a right click i am able to click only in the taskbar and not icons. That maybe because i did not recognise the icon yet. Can you guide me how to do the same using pywinauto or pywin32? Regards, Krishnan
Back to top | Article view | comp.lang.python
csiph-web