Thanks for your kindly explanation. 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. Thanks again. On Thu, Apr 16, 2009 at 6:02 PM, Tim Roberts <t...@probo.com> wrote: > wensi liu wrote: > > Thanks for your quick response! > > > > Actually, I am trying to click Menu even SubMenu > > > > like: > > Tools->Internet Options > > Tools->SmartScreen Filter->Check This Websit > > Most of the things in Internet Options can be controlled through COM and > normal APIs. What, specifically, are you trying to tweak? > > Smart Screen Filter must be an add-on. You can get to these by > enumerating through the list of subwindows to find all the toolbars, but > it will be a pain. You could also send keystrokes to the app, but > that's also a bit tacky. It would be better for you to try to find out > about the Internet Explorer object model, to see if you can use that COM > object you already created to access the tools through function call > instead. > > -- > Tim Roberts, t...@probo.com > Providenza & Boekelheide, Inc. > > _______________________________________________ > python-win32 mailing list > python-win32@python.org > http://mail.python.org/mailman/listinfo/python-win32 >
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32