Querying a complex website

Mark Lim mark_lim at symantec.com
Wed Feb 20 19:18:05 EST 2008


On 2/19/08 11:55 AM, "schweet1" <jon.kappes at gmail.com> wrote:

> Greetings,
> 
> I am attempting to use python to submit a query to the following URL:
> 
> https://ramps.uspto.gov/eram/patentMaintFees.do
> 
> The page looks simple enough - it requires submitting a number into 2
> form boxes and then selecting from the pull down.
> 
> However, my test scripts have been hung up, apparently due to the
> several buttons on the page having the same name.  Ideally, I would
> have the script use the "Get Bibligraphic Data" link.
> 
> Any assistance would be appreciated.
> 
> ~Jon

You might take a look at Selenium (selenium.openqa.org).  It is a test tool
that can generate python code to automate driving a browser.




More information about the Python-list mailing list