Re: Automatically fill in forms on line
- From: Steve Holden <steve@xxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 13:17:42 -0400
Jackie Wang wrote:
Dear all,Look at the mechanize library at
I want to automatically complete the following task:
1. Go to http://www.ffiec.gov/Geocode/default.aspx;
2. Fill in an address in the form "Street Address:" . e.g. "1316 State
Highway 102";
3. Fill in a ZIPcode in the form "Zip Code:" . e.g. "04609";
4. Click the bottom "search";
5. In the opened page, extract and save the number after "Tract Code".
In the example, it will be "9659".
6. Repeat Step 1 with a new address.
Can Python realize these steps? Can these steps be done witout
openning and IE windows? Especially, I dont know how to write code for
step 2, 4 and 5.
http://wwwsearch.sourceforge.net/mechanize/
Thank you!
A pleasure.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
.
- Prev by Date: Re: why does socket.makefile require non-blocking mode?
- Next by Date: Re: Automatically fill in forms on line
- Previous by thread: Re: Automatically fill in forms on line
- Next by thread: [OT] troll poll
- Index(es):
Relevant Pages
|