Put a url in a browsers address bar

Colin Gillespie c.gillespie at ncl.ac.uk
Thu Aug 18 12:25:15 EDT 2005


> 
>> I would like to place a url in my browsers address bar, then execute.
>> How can do this?
>>
> 
> def goToGoogle():
>     import webbrowser
>     webbrowser.open("www.google.com");
> 

Thanks for the quick reply. Do you know what module I would use to fill 
out a form on an open web page?

Thanks

Colin



More information about the Python-list mailing list