Re: [Tutor] does anyone know a good module for automation

2013-04-29 Thread Emile van Sebille
I recently automated a scheduled task to retrieve content from an https site that uses javascript for site interaction using iMacros, ahk and the related firefox extension. Not a python solution, but it got the job done. Emile On 4/26/2013 8:28 AM, Frank Schiro wrote: Pywinauto is not work

Re: [Tutor] does anyone know a good module for automation

2013-04-26 Thread Alan Gauld
On 26/04/13 16:28, Frank Schiro wrote: Pywinauto is not working with this application that opens from the internet via javascript. Its not in a browser, its a complete application thats not installed on the computer just installed on the internet. That sounds very dodgy, it would be a huge gapi

Re: [Tutor] does anyone know a good module for automation

2013-04-26 Thread Frank Schiro
Pywinauto is not working with this application that opens from the internet via javascript. Its not in a browser, its a complete application thats not installed on the computer just installed on the internet. Pywinauto sees the window...but cant find any controls and does not recognize menu items,

Re: [Tutor] does anyone know a good module for automation

2013-04-20 Thread Alan Gauld
On 20/04/13 23:07, Frank Schiro wrote: Unless you think pywinauto would work in a game envoirnment ? I think it might but have not tried it because no games on my pc... I just know it didnt work for internet explorer. I don't know pywinauto but the lowest common denominator on Windows is the

[Tutor] does anyone know a good module for automation

2013-04-20 Thread Frank Schiro
I once had a friend who built a bot to play a strategy game called Red Alert : Tiberian Sun. I guess it would be similar to warcraft 3. Im wondering, does anyone know a good python module that would help me if I wanted to accomplish something similar? All I have found so far while surfing has bee