phantom js가 2.0을 출시했다. mac에서는 brew로 쉽게 설치할 수 있다.


$ brew install phantomjs


$ cat > hello.js

console.log("hello world");

phantom.exit();


$ phantomjs hello.js

hello world






좋다던 casperjs는 현재 2.0을 제대로 지원하지 않는다. 

포기한거냐 라는 질문이 들어왔을 정도이다. 현재 대답도 명확치 않은 상태이다. ㅜㅜ

https://github.com/n1k0/casperjs/issues/1299



ghostdriver도 쉽지 않은 상황이다. 

https://github.com/detro/ghostdriver


Posted by '김용환'
,