[Tutor] Developing Macro: Is it possible in Python?

2008-08-02 Thread Federo
Hi Is it possible to do macro with Python? Macro should be able to click on given x,y screen location (one click, double click), drag scroll bar up / down etc.. Macro should be also able to extract data from predefined screen x,y location. I would use this to control desktop windows based progr

[Tutor] Firstrade URL Authentication?

2008-08-02 Thread Federo
.close() >>> f = opener.open('https://investor.firstrade.com/firstrade/mainmenu.do') >>> data = f.read() >>> print(data) It printed out login page which means I wasn't able to login to the main page. There must be some sofisticated trick to login to www.Firstrade.c

Re: [Tutor] Firstrade Authentication: Form Management

2008-08-05 Thread Federo
: We are enetring Symbole field at the top right User: janezfedero Pass: kmet500 (I left login credentials also in the attached code) Cheers, Fedo On Mon, 4 Aug 2008 at 16:08:33, Kent Johnson wrote: > On Mon, Aug 4, 2008 at 8:05 AM, Federo <[EMAIL PROTECTED]> wrote: > > Kent T

Re: [Tutor] Firstrade Authentication: Form Management

2008-08-08 Thread Federo
com/firstrade/stockorder.do', params) data = f.read() f.close() print(data) On Mon, 4 Aug 2008 at 16:08:33, Kent Johnson wrote: > On Mon, Aug 4, 2008 at 8:05 AM, Federo <[EMAIL PROTECTED]> wrote: > > Kent THANKS! It works great also on real account .. > > > > Two