Add CasperJS, Refactor PhantomJS

This commit is contained in:
Jed Hunsaker
2013-02-16 01:46:18 -08:00
parent d71aeb3dd8
commit ca0565d727
3 changed files with 232 additions and 6 deletions
+11 -6
View File
@@ -1,10 +1,11 @@
/************************************************
* *
* PlantomJS v1.8.0 API *
* *
************************************************/
/**********************************************************
* *
* PlantomJS v1.8.0 API *
* https://github.com/ariya/phantomjs/wiki/API-Reference *
* *
**********************************************************/
interface PhantomJSStatic {
interface Phantom {
// Properties
args: string[]; // DEPRECATED
@@ -24,3 +25,7 @@ interface PhantomJSStatic {
// Callbacks
onError: Function;
}
interface WebPage {
}