Script to complete web form fields

ryles rylesny at gmail.com
Sun Oct 11 05:11:41 EDT 2009


On Oct 10, 9:39 pm, Feyo <dkatkow... at 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.lang.python/browse_thread/thread/58b7513596ab648c

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.



More information about the Python-list mailing list