Put a url in a browsers address bar

ina erinhouston at gmail.com
Thu Aug 18 16:24:21 EDT 2005


Here is a start.

http://www.ishpeck.net/?P=pytesting
This is all stuff based on windos.



Colin Gillespie wrote:
> Dear All,
>
> I would like to place a url in my browsers address bar, then execute.
> How can do this?
>
> e.g.
>
> def goToGoogle():
> 	url = "www.google.com"
> 	b = openBrowser()
> 	b.goToUrl(url)	
> 	return True
> 
> Thanks for any help
> 
> Colin




More information about the Python-list mailing list