Re: Script to complete web form fields

2009-10-12 Thread Rene Katkowski
On Oct 11, 9:07 am, "Diez B. Roggisch" wrote: > Feyo schrieb: > > > How can I use Python to complete web form fields automatically? My > > work web-based email time-out is like 15 seconds. Every time I need to > > access my calendar, address book, or email, I have to type in my > > username and pa

Re: Script to complete web form fields

2009-10-12 Thread Rene Katkowski
On Oct 11, 5:11 am, ryles wrote: > On Oct 10, 9:39 pm, Feyo wrote: > > > How can I use Python to complete web form fields automatically? My > > work web-based email time-out is like 15 seconds. Every time I need to > > access my calendar, address book, or email, I have to type in my > > username

Re: Script to complete web form fields

2009-10-11 Thread Diez B. Roggisch
Feyo schrieb: How can I use Python to complete web form fields automatically? My work web-based email time-out is like 15 seconds. Every time I need to access my calendar, address book, or email, I have to type in my username and password. I'm just tired of it. I found the ClientForm module and

Re: Script to complete web form fields

2009-10-11 Thread ryles
On Oct 10, 9:39 pm, Feyo wrote: > How can I use Python to complete web form fields automatically? My > work web-based email time-out is like 15 seconds. Every time I need to > access my calendar, address book, or email, I have to type in my > username and password. I'm just tired of it. > > I foun

Script to complete web form fields

2009-10-10 Thread Feyo
How can I use Python to complete web form fields automatically? My work web-based email time-out is like 15 seconds. Every time I need to access my calendar, address book, or email, I have to type in my username and password. I'm just tired of it. I found the ClientForm module and have been workin