trifleJS
trifleJS copied to clipboard
REPL Autocompletion
See:
https://github.com/ariya/phantomjs/wiki/REPL#auto-completion
Tapping TAB (i.e. →|) can make all the difference:
phantomjs> phantom.→|
phantomjs> phantom.injectJs→|
phantomjs> phantom.exit→|
phantomjs> phantom.version→|
phantomjs> phantom.outputEncoding⏎
"UTF-8"
phantomjs>