[python-win32] win32gui.GetMenu() return 0

Tim Roberts timr at probo.com
Fri Apr 17 19:54:34 CEST 2009


wensi liu wrote:
>
> In fact I am focus on Automation Testing for our product around IE.
>
> So I need access IE by menu, toolbar, even split button for to
> simulate all user's action which may affect our product.
>
> I just looking for a way to deal with that.

Oh, you should have said that!

I suggest you take a look at the pyAA project from the University of
North Carolina.  This is a Python-based project from a group whose
charter is to improve access to applications for the handicapped, but
what they have actually produced is a pretty good framework for
automating other applications.  This is a Python wrapper around the
Microsoft Active Accessibility library.

    http://www.cs.unc.edu/Research/assist/developer.shtml

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list