I'm trying to automate a Wikipedia search using Google to find the best
matching article.  I have things working in an interactive session with
the twill shell, but for some reason, the code is not finding the Google
search form -- I get the error "twill.errors.TwillAssertionError: no
matching forms!"  

Here is the relevant code:

sQuery = 'Python'
sAddress = 'http://google.com' 
oBrowser = twill.get_browser()
oBrowser.go(sAddress)
twill.commands.formvalue(1, 'q', 'site:wikipedia.org ' + sQuery
twill.commands.submit()
twill.commands.follow('en.wikipedia.org')


Jamal


_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to