Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Script to complete web form fields

Reply
Thread Tools

Script to complete web form fields

 
 
Feyo
Guest
Posts: n/a
 
      10-11-2009
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 working with it. Can do
what I want in a unit testing sense to have responses sent and
returned, but what I want to do is much simpler. Any ideas? Thanks.
 
Reply With Quote
 
 
 
 
ryles
Guest
Posts: n/a
 
      10-11-2009
On Oct 10, 9:39*pm, Feyo <dkatkow...@gmail.com> 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 found the ClientForm module and have been working with it. Can do
> what I want in a unit testing sense to have responses sent and
> returned, but what I want to do is much simpler. Any ideas? Thanks.


See this recent thread for ideas:

http://groups.google.com/group/comp....b7513596ab648c

However, why not take a more direct approach? Speak to management and
see if your company can correct this. It's obviously hindering
productivity, and that's something they may have overlooked. There
should be a more reasonable compromise between efficiency and
security. It's worth a shot.
 
Reply With Quote
 
 
 
 
Diez B. Roggisch
Guest
Posts: n/a
 
      10-11-2009
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 have been working with it. Can do
> what I want in a unit testing sense to have responses sent and
> returned, but what I want to do is much simpler. Any ideas? Thanks.


1) hit your sysadmin with a cluestick

2) in case of failure of 1), install greasemonkey to make some
nonsense-action on the page every few seconds.

Diez
 
Reply With Quote
 
Rene Katkowski
Guest
Posts: n/a
 
      10-13-2009
On Oct 11, 5:11*am, ryles <ryle...@gmail.com> wrote:
> On Oct 10, 9:39*pm, Feyo <dkatkow...@gmail.com> 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 found theClientFormmodule and have been working with it. Can do
> > what I want in a unit testing sense to have responses sent and
> > returned, but what I want to do is much simpler. Any ideas? Thanks.

>
> See this recent thread for ideas:
>
> http://groups.google.com/group/comp....thread/thread/...
>
> However, why not take a more direct approach? Speak to management and
> see if your company can correct this. It's obviously hindering
> productivity, and that's something they may have overlooked. There
> should be a more reasonable compromise between efficiency and
> security. It's worth a shot.


Thanks for the advice. Will give it a shot.

 
Reply With Quote
 
Rene Katkowski
Guest
Posts: n/a
 
      10-13-2009
On Oct 11, 9:07*am, "Diez B. Roggisch" <de...@nospam.web.de> 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 password. I'm just tired of it.

>
> > I found theClientFormmodule and have been working with it. Can do
> > what I want in a unit testing sense to have responses sent and
> > returned, but what I want to do is much simpler. Any ideas? Thanks.

>
> * 1) hit your sysadmin with a cluestick
>
> * 2) in case of failure of 1), install greasemonkey to make some
> nonsense-action on the page every few seconds.
>
> Diez


Thanks, I'll take a look at greasemonkey. Never used it before.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Request.Form to retrieve looped form fields David ASP General 2 09-20-2007 01:33 PM
get all the form fields in a form Mr. SweatyFinger ASP .Net 20 01-31-2007 08:24 AM
Use of Java script to validate form fields in Perl Kuna Perl Misc 3 12-27-2006 09:02 PM
JavaScript script to parse text fields from multipart/form-data nate Javascript 6 10-11-2004 11:53 AM
Form Validation Problem...Persisiting form fields on validation failure. bnp Javascript 4 05-12-2004 12:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57