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
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
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
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
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