Discussion Board
-
www::mechanize
2008-05-01, 11:05
#1
Registered User
Hi All,
In perl we have
WWW::Mechanize->new( autocheck => 1 );
my $formfiller = WWW::Mechanize::FormFiller->new();
for interacting with web sites.Is there any equivalent in python ???
Can anyone help me in this regard??
-
Re: www::mechanize
2008-05-01, 14:19
#2
Registered User
Hi,
Take a look at http://wwwsearch.sourceforge.net/mechanize/
While it works wonders, it needs Python 2.3 or newer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules