[python-win32] WPF drag drop UI automation

2012-05-27 Thread Riz Hossain
Hello, If anyone could kindly direct me in the right direction for WPF drag and drop control using python, it would be greatly appreciated. I need to be able to drag drop elements from one object to another within the application. My automation framework is written all in python, so I would

[python-win32] WMI to find private memory usage

2012-04-13 Thread Riz Hossain
Hello, I am looking for a way to capture the private memory usage by a process (the one that shows on task manager). I searched online a lot but I am only seeing information on working memory size. It would be also a great if I could get the peak value of private memory usage. Thanks, Riz

Re: [python-win32] WMI to find private memory usage

2012-04-13 Thread Riz Hossain
on your task manager). Thanks, Riz On Fri, Apr 13, 2012 at 11:26 AM, Tim Golden m...@timgolden.me.uk wrote: On 13/04/2012 16:22, Riz Hossain wrote: Hello, I am looking for a way to capture the private memory usage by a process (the one that shows on task manager). I searched online a lot

[python-win32] iTunes control using win32.com

2011-10-11 Thread Riz Hossain
') playlist.AddTrack(track) -- Riz Hossain Engineering Physics (B.Eng) Software Test Specialist Research In Motion 295 Phillip Street Waterloo, ON N2L 3L3 This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor

Re: [python-win32] iTunes control using win32.com

2011-10-11 Thread Riz Hossain
: python-win32@python.org Subject: Re: [python-win32] iTunes control using win32.com 2011/10/11 Riz Hossain hossain.iq...@gmail.com Hello, I am trying to automate some of the iTunes control using python. So far I have been able to manage: - Add tracks to iTunes library - Create Playlist

Re: [python-win32] iTunes control using win32.com

2011-10-11 Thread Riz Hossain
Riz Hossain hossain.iq...@gmail.com I was actually using it but, couldn't find much help for python. But you don't need python documentation! A COM library implement objects, their attributes and methods. It's independent from the programming language, the available classes and functions