Re: [python-win32] COM: control menu bar

2018-09-24 Thread Simon McConnell
I haven't used it myself but I believe this is what pywinauto does: http://pywinauto.github.io On Tue, 25 Sep 2018 at 02:04 Emre CETIN via python-win32 < python-win32@python.org> wrote: > Hi, I am writing a script to automate a program named Golden Software > Surfer. I am using import

Re: [python-win32] Dispatching something that requires elevation

2018-06-11 Thread Simon McConnell
8 at 02:00 wrote:Date: Sat, 9 Jun 2018 18:48:28 -0700 > From: Tim Roberts > To: Python-Win32 List > Subject: Re: [python-win32] Dispatching something that requires > elevation > Message-ID: > Content-Type: text/plain; charset=utf-8 > > On Jun 8, 2018, at

Re: [python-win32] Dispatching something that requires elevation

2018-06-11 Thread Simon McConnell
s. > > > > On Fri, Jun 8, 2018 at 11:11 PM, Simon McConnell > wrote: > >> Hi, >> >> I am trying to dispatch a COM interface of a program that is set to "Run >> as Administrator" in the Compatibility Settings of its properties. Running

[python-win32] Dispatching something that requires elevation

2018-06-09 Thread Simon McConnell
Hi, I am trying to dispatch a COM interface of a program that is set to "Run as Administrator" in the Compatibility Settings of its properties. Running the script w/o elevation results in a 'requires elevation' error. Running the script with elevation results in a 'server execution failed'