浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

CasperJS, a navigation scripting and testing utility for PhantomJS

 


Last, if you print log messages to the standard output using the
verbose option, you'll get some fancy colors:

var casper = require('casper').create({
    verbose: true,
    logLevel: 'debug'
})
casper.log('this is a debug message', 'debug');
casper.log('and an informative one', 'info');
casper.log('and a warning', 'warning');
casper.log('and an error', 'error');
casper.exit();

This will give the following output:

image

 


 

 

 

posted on 2012-05-06 22:37  lexus  阅读(243)  评论(0编辑  收藏  举报