Thanks for the reply. I tested the twill-latest, I did: debug equiv-refresh 1 agent ie6 go http://www.o2.ie/ fv 3 username ### fv 3 password ### submit show
This is the output: [EMAIL PROTECTED]:~/twill/twill-latest$ python twill-sh -= Welcome to twill! =- current page: *empty page* >> debug equiv-refresh 1 current page: *empty page* >> agent ie6 current page: *empty page* >> go http://www.o2.ie/ ==> at http://web.o2.ie/ current page: http://web.o2.ie/ >> fv 3 username ### current page: http://web.o2.ie/ >> fv 3 password ### current page: http://web.o2.ie/ >> submit Note: submit is using submit button: name="imageField", value="" current page: https://apps.o2.ie/NASApp/Portal/Login >> show <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>o2.ie</title> <meta http-equiv="refresh" content="0;URL=http://web.o2.ie/personal/"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html> current page: https://apps.o2.ie/NASApp/Portal/Login >> So apparently the debug option is not working. Am I doing something wrong? Ondrej On Thu, Feb 09, 2006 at 02:25:39PM -0800, [EMAIL PROTECTED] wrote: > Ondrej, > > I added a new debug command: > > debug equiv-refresh 1 > > will now trace the parsing of the META HTTP-EQUIV REFRESH headers to > stdout. If you get twill-0.8.4a1 at > > http://darcs.idyll.org/~t/projects/twill-latest.tar.gz > > (or > > easy_install -f http://issola.caltech.edu/~t/dist/ -U twill > > I think) > > you should be able to use this command; if you can send me the output > at the point where it *should* be redirecting, I can then debug the > problem. > > cheers! > --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
