Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58702 > unrolled thread

Re: Accessing the Taskbar icons

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2013-11-07 21:09 +0000
Last post2013-11-07 21:09 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Accessing the Taskbar icons Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-07 21:09 +0000

#58702 — Re: Accessing the Taskbar icons

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-07 21:09 +0000
SubjectRe: Accessing the Taskbar icons
Message-ID<mailman.2158.1383858658.18130.python-list@python.org>
On 07/11/2013 18:15, Krishnan Shankar wrote:
> 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
>
>

I'm sorry I can't help directly, but if you don't get any responses here 
try https://mail.python.org/mailman/listinfo/python-win32

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web