[twill] twill

Titus Brown titus at caltech.edu
Sat Sep 10 17:34:44 PDT 2005


-> Are there anyway to se the httpheaders sent and recieved be twill?
-> perhaps a debug option would be good?

debug <what> <level> now implements this; try

	debug http 1

in the latest, at

	http://darcs.idyll.org/~t/projects/twill-latest.tar.gz

-> And are there any plans on making it easier to use twill from a python
-> app. something like:
-> browser = twill()
-> twill.go(...)

It's already pretty easy!  You can do

	from twill.commands import go
	go('http://www.idyll.org/')

for any of the commands.  I've amended the dev docs,

http://darcs.idyll.org/~t/projects/twill/README.html#using-twill-in-other-python-programs

to give this example.

thanks for the suggestions!
--titus



More information about the twill mailing list