1.casperjs的安装与环境配置

①phantomjsとcasperjsを入手

 

●phantomjs1.9.7のダウンロード→https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-windows.zip

●casperjsは本家サイトからダウンロード→https://codeload.github.com/n1k0/casperjs/legacy.zip/1.1-beta3

 

②環境配置(PATHを通す)

1.casperjsとphantomjsをD:\直下にコピーする

2.D:\casperjs\bin;D:\phantomjs\bin を環境変数に追加

 

 以下を参照してください

 http://white-bear.info/archives/1228

你可能感兴趣的:(casperjs笔记)