In article <[EMAIL PROTECTED]>,
Stephen Thorne  <[EMAIL PROTECTED]> wrote:
>On 21/12/05, Eric McCoy <[EMAIL PROTECTED]> wrote:
>> So for HTTP, for example, I'd use something
>> like this:
>>
>> send "HEAD / HTTP/1.0"
>> send "Host: server.host.name"
>> send ""
>> expect ...
>>   "^HTTP/1\.0 200.*" then return success
>>   "^HTTP/1\.0 4\d\d.*" then return warning
>>   else return error
>
>Have a look at these:
>  http://www.idyll.org/~t/www-tools/twill.html
>  http://pbp.berlios.de/
>  http://www.openqa.org/selenium/
                        .
                        .
                        .
In a different direction, <URL: http://pexpect.sf.net >.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to