Re: [python-win32] Control IE with COM: how to get at drop down menus?

2006-05-18 Thread Mark Mc Mahon
Hi Jamil, I have a couple of suggestions... You could look at my package pywinauto, but that is probably overkill for your problem - and it doesn't deal nicely with IE menu's (as they do not expose their text easily). I would suggest that you look at SendKeys (google for SendKeys/Python). That

[python-win32] Control IE with COM: how to get at drop down menus?

2006-05-14 Thread Jamil Edgemir
Hi, I have used PAMIE to automate IE and click on some buttons. That works great. Now what I want to do is use 'Select All' from the drop down 'Edit' menu of Explorer, 'Copy' and then get at the clipboard text. I just don't know how to get at the menus. Does anyone know how to do this using