永发信息网

为什么casperjs比phantomjs好

答案:2  悬赏:80  手机版
解决时间 2021-01-02 16:32
  • 提问者网友:未信
  • 2021-01-01 15:52
为什么casperjs比phantomjs好
最佳答案
  • 五星知识达人网友:第幾種人
  • 2021-01-01 16:56
CasperJS是一个开源的导航脚本处理和测试工具,基于PhantomJS(前端自动化测试工具)编写。由于casperjs对PhantomJS的依赖性
全部回答
  • 1楼网友:往事隔山水
  • 2021-01-01 18:07
用casperjs浏览页面比用phantomjs更加方便和直观。 例如,先后打开webpage a,然后webpage b 用casperjs的话,你可以这样写: casper.start('url of website a', function(){ console.log('started'); }); casper.thenopen('url of website b', function(){ console.log('started'); }); casper.then(function(){ this.evaluate(function(){ //your code here }) }) casper.run();
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯